/* JME STYLE SHEET */


html,div,table,body {font:normal 11px arial, verdana, tahoma, sans-serif; color:#5e5e5e; margin: 0;}

p
{
    margin:0px;
    padding-bottom:8px;
}


body {
	background: #E3E3E3 url(Images/bg_main.gif) repeat-y center;
	margin: 0px;
}
* html body {
	background: #E3E3E3 url(Images/bg_main_ie.gif) repeat-y center;
}



#page {width: 730px; margin: 0 auto; padding: 0; background: #fff;
}

/* Generic Rules
----------------------------------------------- */
a:link,a:active {color: #b00303; text-decoration: none;}
a:visited {color: #b00303; text-decoration: none;}	
a:hover {color: #b00303; 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; 
}