/* BACKGROUND ----------------------------------------------------------------------------------------------------------------------------*/

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

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

/* LINKS --------------------------------------------------------------------------------------------------------------------------------------*/

a:link{text-decoration:underline; color:#9D0A0E;}
a:visited{text-decoration:underline; color:#B02327;}
a:hover{text-decoration:underline; color:#9D0A0E;}

a.link1:link{text-decoration:underline; font-size:12px; color:#9D0A0E;}
a.link1:visited{text-decoration:underline; font-size:12px; color:#B02327;}
a.link1:hover{text-decoration:underline; font-size:12px; color:#9D0A0E;}

a.link2:link{text-decoration:underline; color:#FFFFFF;}
a.link2:visited{text-decoration:underline; color:#FFFFFF;}
a.link2:hover{text-decoration:underline; color:#FFFFFF;}

a.grayLink:link{text-decoration : underline; color : #666666;}
a.grayLink:visited {text-decoration : underline; color : #666666;}
a.grayLink:hover {text-decoration : underline; color : #333333;}

a.greenLink:link{text-decoration : underline; color : #3F6617;}
a.greenLink:visited {text-decoration : underline; color : #3F6617;}
a.greenLink:hover {text-decoration : underline; color : #588526;}

a.blackLink:link{text-decoration : underline; color : #000000;}
a.blackLink:visited {text-decoration : underline; color : #000000;}
a.blackLink:hover {text-decoration : underline; color : #000000;}

/* FONTS ------------------------------------------------------------------------------------------------------------------------------------*/

.css1{
	color:#333333;
}

.css2{
	color:#9D080D;
}

.css3{
	color:#000000;
}

.css4{
	color:#FFFFFF;
}

.css5{
	font-size:10px;	
	color:#333333;
}

.head1{
	font-size:12px;
	color:#0072BC;
}

.head2{
	font-size:12px;
	color:#333333;
}

.head3{
	font-size:12px;
	color:#FFFFFF;
}

.head4{
	font-size:14px;
	color:#FFFFFF;
}

.head5{
	font-size:16px;
	color:#FFFFFF;
}

.head6{
	font-size:16px;
	color:#333333;
}

/* MASTER FONTS ------------------------------------------------------------------------------------------------------------------------*/

body,table,td{
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:11px;
	color:#333333;
}

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;
}

/* MASTER HTML -------------------------------------------------------------------------------------------------------------------------*/

table{
	border:0px;
}

tr{
	vertical-align:top;
}

img{
	border:0px;
}

.border{
	border:1px 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:#666666; 
	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:#666666; 
	border-top-width:0px; 
	border-bottom-width:1px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:dashed; 
}

.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;*/
}

li{
	/*list-style:circle;*/
}