.doth{
	background-image : url(img/doth.gif);
	background-repeat : repeat-x;
}

.dotv{
	background-image : url(img/dotv.gif);
	background-repeat : repeat-y;
}

/*---------- fonts ----------*/
img{
	border: 0px;
}

table{
	border: 0px;
}

body,table,td{
	font-family : Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size : 12px;
	color : #333333;
}

.redlab{
	font-family : Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size : 10px;
	color : #999999;
}

.small{
	font-family : Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size : 10px;
	color : #666666;
}

.blackH{
	font-family : Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size : 14px;
	color : #000000;
	font-weight: bold;
}

.black{
	font-family : Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size : 12px;
	color : #000000;
}

.grey1H{
	font-family : Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size : 14px;
	color : #333333;
	font-weight: bold;
}

.grey1{
	font-family : Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size : 12px;
	color : #333333;
}

.grey2H{
	font-family : Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size : 14px;
	color : #666666;
	font-weight: bold;
}

.grey2Hdot{
	font-family : Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size : 14px;
	color : #666666;
	font-weight: bold;
	border-color: #cccccc; 
	border-top-width: 0px; 
	border-bottom-width: 1px;
	border-left-width: 0px; 
	border-right-width: 0px; 
	border-style: dashed;
	width:100%;
}

.grey2{
	font-family : Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size : 12px;
	color : #666666;
}

.grey3H{
	font-family : Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size : 14px;
	color : #999999;
	font-weight: bold;
}

.grey3{
	font-family : Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size : 12px;
	color : #999999;
}

.grey4H{
	font-family : Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size : 14px;
	color : #CCCCCC;
	font-weight: bold;
}

.grey4{
	font-family : Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size : 12px;
	color : #CCCCCC;
}

.redH{
	font-family : Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size : 14px;
	color : #CC3300;
	font-weight: bold;
}

.red{
	font-family : Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size : 12px;
	color : #CC3300;
}

.orangeH{
	font-family : Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size : 14px;
	color : #FF6600;
	font-weight: bold;
}

.orange{
	font-family : Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size : 12px;
	color : #FF6600;
}

.blueH{
	font-family : Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size : 14px;
	color : #0099CC;
	font-weight: bold;
}

.blue{
	font-family : Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size : 12px;
	color : #0099CC;
}

.greenH{
	font-family : Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size : 14px;
	color : #669900;
	font-weight: bold;
}

.green{
	font-family : Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size : 12px;
	color : #669900;
}

.yellowH{
	font-family : Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size : 14px;
	color : #FFCC00;
	font-weight: bold;
}

.yellow{
	font-family : Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size : 12px;
	color : #FFCC00;
}

.pinkH{
	font-family : Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size : 14px;
	color : #FF00CC;
	font-weight: bold;
}

.pink{
	font-family : Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size : 12px;
	color : #FF00CC;
}

.purpleH{
	font-family : Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size : 14px;
	color : #660099;
	font-weight: bold;
}

.purple{
	font-family : Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size : 12px;
	color : #660099;
}

.whiteH{
	font-family : Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size : 14px;
	color : #FFFFFF;
	font-weight: bold;
}

.white{
	font-family : Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size : 12px;
	color : #FFFFFF;
}

tr{
	vertical-align: top;
}

img {
	border: 0px;
}

input{
	font-family : Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size : 12px;
	color : #333333;
}

select{
	font-family : Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size : 12px;
	color : #333333;
}

textarea{
	font-family : Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size : 12px;
	color : #333333;
}

.border{
	border: 1px solid #cccccc;
}

.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; 
}

.borderBottomDot{
	border-color: #cccccc; 
	border-top-width: 0px; 
	border-bottom-width: 1px;
	border-left-width: 0px; 
	border-right-width: 0px; 
	border-style: dashed;
}

.login{
	border-color: #FFFFFF; 
	border-top-width: 0px; 
	border-bottom-width: 1px;
	border-left-width: 0px; 
	border-right-width: 0px; 
	border-style: solid;
	background-color:#FFBA8C;
}

.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; 
}

ul{
	list-style : circle;
}

/*---------- text-link ----------*/
a:link{text-decoration : underline; color : #333333;}
a:visited {text-decoration : underline; color : #333333;}
a:hover {text-decoration : underline; color : #FFFFFF;}

a.redlabLink:link{text-decoration : underline; color : #999999;}
a.redlabLink:visited {text-decoration : underline; color : #999999;}
a.redlabLink:hover {text-decoration : underline; color : #CC0000;}

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.blackToRedUL:link{text-decoration : underline; color : #333333;}
a.blackToRedUL:visited {text-decoration : underline; color : #333333;}
a.blackToRedUL:hover {text-decoration : underline; color : #CC3300;}
