@charset "utf-8"; 

* {font-family: Arial;}

body
{
	margin:0px 0px 0px 0px; 
	padding:0; 
	font-size:12px; 
	color:#666; 
	line-height:140%;
}
table, tr, td, p, form
{
	padding:0px;
	margin:0px;
}
a
{
	text-decoration:underline;
}
a:hover
{
	text-decoration:none;
}
input
{
	font-size:12px;
}

