.doth{
	background-image :  url(img/doth.gif);
	background-repeat : repeat-x;
}

.dotv{
	background-image :  url(img/dotv.gif);
	background-repeat : repeat-y;
}

/*---------- fonts ----------*/
body,table,td{
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #333333;
}

.white{
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #FFFFFF;
}

.whiteHB{
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #FFFFFF;
	font-weight : bold;
}

.redlab{
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #999999;
}

.head{
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : #333333;
}

.orangeB{
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #ff6600;
}

.orange{
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 11px;
	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; 
}


.borderFontOrange{
	border-color: #CCCCCC; 
	border-top-width: 1px; 
	border-bottom-width: 1px;
	border-left-width: 1px; 
	border-right-width: 1px; 
	border-style: solid; 
	color : #ff6600;
}

ul{
	list-style : url(img/arrow.gif) none;
}

/*---------- text-link ----------*/
a:link{text-decoration : none; color : #333333;}
a:visited {text-decoration : none; color : #333333;}
a:hover {text-decoration : underline; color : #333333;}

a.whiteUL:link{text-decoration : none; color : #FFFFFF;}
a.whiteUL:visited {text-decoration : none; color : #FFFFFF;}
a.whiteUL:hover {text-decoration : underline; color : #FFFFFF;}

a.greyToOrange:link{text-decoration : none; color : #cccccc;}
a.greyToOrange:visited {text-decoration : none; color : #cccccc;}
a.greyToOrange:hover {text-decoration : none; color : #ff6600;}

a.blackToOrange:link{text-decoration : none; color : #333333;}
a.blackToOrange:visited {text-decoration : none; color : #333333;}
a.blackToOrange:hover {text-decoration : none; color : #ff6600;}

a.grey:link{text-decoration : none; color : #999999;}
a.grey:visited {text-decoration : none; color : #999999;}
a.grey:hover {text-decoration : underline; color : #999999;}

a.orangeUL:link{text-decoration : underline; color : #ff6600;}
a.orangeUL:visited {text-decoration : underline; color : #ff6600;}
a.orangeUL:hover {text-decoration : underline; color : #000000;}
