@charset "utf-8"; 

* {font-family:arial;}
body
{
	background:url('../images/bg_body.gif') center repeat-y #FFF;
	margin:5px 0px 0px 0px; 
	padding:0; 
	font-size:11px; 
	color:#666; 
	line-height:130%;
}
table, tr, td, p, form
{
	padding:0px;
	margin:0px;
}
a
{
	text-decoration:underline;
}
a:hover
{
	text-decoration:none;
}
input
{
	font-size:11px;
}


