.bghome{
	background-image : url(img/bghome.jpg);
	background-repeat : repeat-x;
	background-repeat : repeat-y;
	background-color : #000000;
}

.bgBot{
	background-image : url(img/V2bgBot.gif);
	background-repeat : repeat-x;
	background-repeat : repeat-y;
	background-color : #000000;
}

.V2bgBotInside{
	background-image : url(img/V2bgBotInside.gif);
	background-repeat : repeat-x;
	background-repeat : repeat-y;
	background-color : #000000;
}

/*---------- fonts ----------*/

body,td{
	font-family :  Tahoma, Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-size : 11px;
	color : #ACACAC;
}

.gray{ color : #838383;}
			
.white{font-size : 13px;
			color : #FFFFFF;}
			
.redB{font-size : 13px;
			font-weight : bold;
			color : #FF3300;}

input{
	font-family : Tahoma, Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-size : 11px;
	color : #333333;
}

select{
	font-family : Tahoma, Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-size : 11px;
	color : #333333;
}

textarea{
	font-family : Tahoma, Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-size : 11px;
	color : #333333;
}

/*---------- text-link ----------*/
a:link{text-decoration : none; color : #FFFFFF;}
a:visited {text-decoration : none; color : #FFFFFF;}
a:hover {text-decoration : none; color : #F7941C;}

a.link:link {text-decoration : none; color : #FF3300;}
a.link:visited {text-decoration : none; color : #FF3300;}
a.link:hover {text-decoration : none; color : #FFFFFF;}

a.email:link {text-decoration : none; color : #FFFFFF; font-size : 13px;}
a.email:visited {text-decoration : none; color : #FFFFFF; font-size : 13px;}
a.email:hover {text-decoration : none; color : #FF3300; font-size : 13px;}

.dwBorder {
	border: 1px solid #999999;
}
.margin0 {
	margin: 0px;
	padding: 0px;
}
