html
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 130%;
}
p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 130%;
}
h1
{
	font-size: 16pt;
	
	font-family: Verdana;
	color: #ed1901;
	text-transform:uppercase;
}
h2
{
	font-size:14px;
	font-weight: bold;
	line-height:100%;
	margin: 0px;
}	
h3
{
   font-size:12px;
   font-weight: bold;
   line-height: 120%;
   margin: 0px;
}

a {
   text-decoration:none;
   color:#993300;
   font-weight: bold;
}

a:hover {
   text-decoration:underline;
   color:#993300;
   font-weight: bold;
}

a:visited {
   text-decoration:none;
   color:#993300;
   font-weight: bold;
}