.bg{
	background-image : url(img/bg.jpg);
	background-repeat : repeat-x;
	background-repeat : repeat-y;
	background-color : #FFFFFF;
}

.shadowVL{
	background-image : url(img/shadowL.png);
	background-repeat : repeat-Y;
	background-color : #FFFFFF;
}

.shadowVR{
	background-image : url(img/shadowR.png);
	background-repeat : repeat-Y;
	background-color : #FFFFFF;
}

/*---------- fonts ----------*/

body,td{
	font-family : Tahoma,Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size : 11px;
	color : #666666;
}

.orange{color : #F7931E;}

.greenBig{
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#0A9FA1;
	letter-spacing:-1;
	line-height:20px;
}


.Button{
BORDER-RIGHT: #A1A1A1 1px solid; PADDING-RIGHT: 1px; BORDER-TOP: #A1A1A1 1px solid; PADDING-LEFT: 1px; PADDING-BOTTOM: 1px; MARGIN: 1px; BORDER-LEFT: #A1A1A1 1px solid; PADDING-TOP: 1px; BORDER-BOTTOM: #A1A1A1 1px solid; BACKGROUND-COLOR: #FFFFFF
}

input{
	font-family : Tahoma,Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size : 11px;
	color : #666666;
}

select{
	font-family : Tahoma,Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size : 11px;
	color : #666666;
}

textarea{
	font-family : Tahoma,Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size : 11px;
	color : #666666;
}

/*---------- text-link ----------*/
a:link{text-decoration : underline; color : #982D1A;}
a:visited {text-decoration : underline; color : #982D1A;}
a:hover {text-decoration : underline; color : #000000;}

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



