/* Rapport STYLE SHEET */

html 
{
    background-color:#5070A3;
}

html,body,div,p,table {font:normal 11px arial, verdana, tahoma, sans-serif; color:#474848; margin: 0;}
#page {width: 730px; margin: 0 auto; padding: 0;
}

/* Generic Rules
----------------------------------------------- */
a:link,a:active {color: #676969; text-decoration: none;}
a:visited {color: #676969; text-decoration: none;}	
a:hover {text-decoration:underline;}

a img {border-width: 0; border-style: none;}

select, option, input
{
 	font-family: tahoma, arial, verdana, sans-serif; 
	font-size: 11px; 
	color: #333333; 
}