.doth{
	background-image :  url(img/doth.gif);
	background-repeat : repeat-x;
}

.dotv{
	background-image :  url(img/dotv.gif);
	background-repeat : repeat-y;
}

/*---------- fonts ----------*/
.nav{
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #333333;
	line-height: 18px;
}

body,table,td{
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #333333;
}

.blue{
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #006699;
}

.red{
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #FF0000;
}

.orange{
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;

	color : #FF6600;
}

input{
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #333333;
}

select{
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #333333;
}

textarea{
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #333333;
}

.border{
	border-color: #cccccc; 
	border-top-width: 1px; 
	border-bottom-width: 1px;
	border-left-width: 1px; 
	border-right-width: 1px; 
	border-style: solid; 
}

.borderTop{
	border-color: #cccccc; 
	border-top-width: 1px; 
	border-bottom-width: 0px;
	border-left-width: 0px; 
	border-right-width: 0px; 
	border-style: solid; 
}

.borderBottom{
	border-color: #cccccc; 
	border-top-width: 0px; 
	border-bottom-width: 1px;
	border-left-width: 0px; 
	border-right-width: 0px; 
	border-style: solid; 
}

.borderLeft{
	border-color: #cccccc; 
	border-top-width: 0px; 
	border-bottom-width: 0px;
	border-left-width: 1px; 
	border-right-width: 0px; 
	border-style: solid; 
}
.borderRight{
	border-color: #cccccc; 
	border-top-width: 0px; 
	border-bottom-width: 0px;
	border-left-width: 0px; 
	border-right-width: 1px; 
	border-style: solid; 
}

.borderLeftRight{
	border-color: #cccccc; 
	border-top-width: 0px; 
	border-bottom-width: 0px;
	border-left-width: 1px; 
	border-right-width: 1px; 
	border-style: solid; 
}

ul{
	list-style : url(img/arrow.gif) none;
}

/*---------- text-link ----------*/


a.blackToOrange:link{text-decoration : none; color : #000000;}
a.blackToOrange:visited {text-decoration : none; color : #FF3C00;}
a.blackToOrange:hover {text-decoration : none; color : #FF3C00;}

