body,td		{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; line-height: 18px; }
body		{ background: #fff;margin:0px !important; padding:0px !important; } 
a {	
	text-decoration:none;
	font-size:12px;
/*		text-shadow: #eef2ff 1px 1px 0;*/
	font-weight:500;
	color: rgb(0, 131, 202);		
}
a:hover{ text-decoration:underline;}
p { font-size:12px}		
h2{ color:#cc0313}
body{
	background:#94d041 url(../images/bg.jpg) repeat;
}	
#bg_body{
	width:800px;
	margin:auto;
}
#bg_body #content{
	margin-top:50px;
	background:#fff;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
/*		border:#ebebec solid 1px;*/
	-webkit-box-shadow: 0 8px 6px -6px #000;
	   -moz-box-shadow: 0 8px 6px -6px #000;
			box-shadow: 0 8px 6px -6px #000;
	min-height:500px;		
}