body
{
	background : #FFFFFF ; 
	background-repeat : no-repeat;
	background-image : url(images/background.jpg);
	font-family : Verdana, Arial, Helvetica, sans-serif ;
	font-size : 13px; 
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
}

input, select, textarea {
	font-size : 11px ;
	color : #000000 ; 
}

td, th, tfoot, p, div
{    
	font-family : Verdana, Arial, Helvetica, sans-serif ;
	font-size : 15px ;
	color : #000000 ; 
}

b, strong {font-weight : bold ; }

i, em{font-style : italic ; }

u {text-decoration : underline ; }

hr 
{
	color : #000000 ;
	height : 1px ; 
	font-weight: solid;
} 

a:link
{
	text-decoration : underline ;
	color : #666666 ; 
}

a:visited
{
	text-decoration : underline ; 
	color : #666666 ; 
}

a:hover
{
	text-decoration : underline ; 
	color : #000000 ; 
}


