.doth{
	background-image:url(img/doth.gif);
	background-repeat:repeat-x;
}

.dotv{
	background-image:url(img/dotv.gif);
	background-repeat:repeat-y;
}

.bg{
	background-image:url(img/bg.jpg);
	background-repeat:repeat-x;
}

/*---------- fonts ----------*/
img{
	border:0px;
}

table{
	border:0px;
}

body,table,td{
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:11px;
	color:#666666;
}


.no{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#6c9d31;
	font-weight:bold;
	background-color:#FFFFFF;
	border:3px solid #bad834;
	width:20;
	height:20;
	line-height:15px;
	letter-spacing: -2px;
}

.redlab{
	font-size:10px;
	color:#999999;
}

.small{
	font-size:10px;
	color:#666666;
}

.tax{
	font-size:10px;
	color:#000000;
}

.blackH3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000000;
	font-weight: bold;
	letter-spacing:-1;
	line-height:15px;
}

.blackH2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#333333;
	font-weight: bold;
	letter-spacing:-1;
	line-height:15px;
}

.blackH{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#333333;
	font-weight: bold;
	letter-spacing:-1;
	line-height:15px;
}

.black{
	color:#000000;
}

.grey1H{
	font-size:13px;
	color:#333333;
	font-weight:bold;
}

.grey1{
	color:#333333;
}

.grey2H{
	font-size:13px;
	color:#666666;
	font-weight:bold;
}

.grey2{
	color:#666666;
}

.grey3H{
	font-size:13px;
	color:#999999;
	font-weight:bold;
}

.grey3{
	color:#999999;
}

.grey4H{
	font-size:13px;
	color:#666666;
	font-weight:bold;
}

.grey4{
	color:#666666;
}

.redH{
	font-size:13px;
	color:#CC0000;
	font-weight:bold;
}
.redH2{
	font-size:15px;
	color:#FF0000;
	font-weight:bold;
	line-height: 20px;
}
.red{
	color:#CC0000;
}

.orangeH2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#FF9900;
	font-weight: bold;
	letter-spacing:-1;
	line-height:15px;
}

.orangeH{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#FF9900;
	font-weight: bold;
	letter-spacing:-1;
	line-height:15px;
}

.orange{
	color:#FF9900;
}

.blueH{
	font-size:13px;
	color:#0099CC;
	font-weight:bold;
}

.blue{
	color:#0099CC;
}

.greenH{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#6c9d31;
	font-weight: bold;
	letter-spacing:-1;
	line-height:15px;
}

.greenH2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#bad834;
	font-weight: bold;
	letter-spacing:-1;
	line-height:15px;
}

.greenH3{
	font-size:13px;
	color:#bad834;
	font-weight:bold;
}

.green{
	color:#6c9d31;
}

.yellowH{
	font-size:13px;
	color:#FFCC00;
	font-weight:bold;
}

.yellow{
	color:#FFCC00;
}

.pinkH{
	font-size:13px;
	color:#FF00CC;
	font-weight:bold;
}

.pink{
	color:#FF00CC;
}

.purpleH{
	font-size:13px;
	color:#660099;
	font-weight:bold;
}

.purple{
	color:#660099;
}

.whiteH2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#FFFFFF;
	font-weight: bold;
	letter-spacing:-1;
	line-height:15px;
}

.whiteH{
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
}

.white{
	color:#FFFFFF;
}

tr{
	vertical-align:top;
}

img{
	border:0px;
}

input{
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:11px;
	color:#333333;
}

select{
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:11px;
	color:#333333;
}

textarea{
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:11px;
	color:#333333;
}

.border{
	border:1px solid #cccccc;
}

.borderIMG{
	border:3px solid #ffffff;
}

.borderDot{
	border:1px dashed #cccccc;
}

.borderTop{
	border-color:#cccccc; 
	border-top-width:1px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:solid; 
}

.borderTopDot{
	border-color:#cccccc; 
	border-top-width:1px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:dashed; 
}

.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; 
}

.borderTopLeft{
	border-color:#cccccc; 
	border-top-width:1px; 
	border-bottom-width:0px;
	border-left-width:1px; 
	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; 
}

.borderLeftDot{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:1px; 
	border-right-width:0px; 
	border-style:dashed; 
}

.borderRight{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:1px; 
	border-style:solid; 
}

.borderRightDot{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:1px; 
	border-style:dashed; 
}

ul{
	list-style:circle;
}

/*---------- text-link ----------*/
a:link{text-decoration:underline; color:#ff9900;}
a:visited{text-decoration:underline; color:#ff9900;}
a:hover{text-decoration:underline; color:#333333;}

a.whiteULToOrangeUL:link{text-decoration:underline; color:#ffffff;}
a.whiteULToOrangeUL:visited{text-decoration:underline; color:#ffffff;}
a.whiteULToOrangeUL:hover{text-decoration:underline; color:#333333;}

a.blackULToOrangeUL:link{text-decoration:underline; color:#999999;}
a.blackULToOrangeUL:visited{text-decoration:underline; color:#999999;}
a.blackULToOrangeUL:hover{text-decoration:underline; color:#ff9900;}

a.blueULToGreenUL:link{text-decoration:underline; color:#0000FF;}
a.blueULToGreenUL:visited{text-decoration:underline; color:#0000FF;}
a.blueULToGreenUL:hover{text-decoration:underline; color:#0099CC;}

a.greenULToOrangeUL:link{text-decoration:none; color:#6c9d31;}
a.greenULToOrangeUL:visited{text-decoration:none; color:#6c9d31;}
a.greenULToOrangeUL:hover{text-decoration:none; color:#ff9900;}