@charset "utf-8"; 

* 
{
	font-family:Arial, Helvetica, sans-serif;
}
body
{
	margin:0px 0px 0px 0px; 
	padding:0; 
	font-size:12px; 
	color:#ffffff; 
	line-height:130%;
	background-repeat:repeat-x;
	background-color:#660000;
}
table, tr, td, p, form
{
	padding:0px;
	margin:0px;
}
p
{
	margin:5px 0px 5px 0px;
}
a
{
	text-decoration:underline;
}
a:hover
{
	text-decoration:none;
}
input
{
	font-size:12px;
}
h1 { font-size:16px;}
h3 { font-size:14px;}

