.bg{
	background-image : url(img/bg.jpg);
	background-repeat : repeat-x;
	background-repeat : repeat-y;
	background-color : #FFFFFF;
}

.bg2{
	background-image : url(img/bg2.jpg);
	background-repeat : repeat-x;
	background-repeat : repeat-y;
	background-color : #FFFFFF;
}

.dotH{
	background-image : url(img/dotH.gif);
	background-repeat : repeat-x;
	background-color : #FFFFFF;
}

.dotV{
	background-image : url(img/dotV.gif);
	background-repeat : repeat-y;
	background-color : #FFFFFF;
}

.lineH{
	background-image : url(img/lineH.gif);
	background-repeat : repeat-x;
	background-color : #FFFFFF;
}

/*---------- fonts ----------*/

body,td{
	font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size : 11px;
	color : #666666;
}

.head{
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight : bold;
	color:#ED1C24;
	letter-spacing:0;
	line-height:16px;
}

input{
	font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size : 11px;
	color : #666666;
}

select{
	font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size : 11px;
	color : #666666;
}

textarea{
	font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size : 11px;
	color : #666666;
}

/*---------- text-link ----------*/
a:link{text-decoration : none; color : #B7B7B7;}
a:visited {text-decoration : none; color : #B7B7B7;}
a:hover {text-decoration : underline; color : #000000;}

a.subLink:link {text-decoration : none; color : #000000;}
a.subLink:visited {text-decoration : none; color : #000000;}
a.subLink:hover {text-decoration : underline; color : #ED1C24;}

a.subLink2:link {text-decoration : none; color : #ED1C24;}
a.subLink2:visited {text-decoration : none; color : #ED1C24;}
a.subLink2:hover {text-decoration : underline; color : #000000;}

