body
{
	background-color: #F0F0F0;
}

body, table, td, img
{
	font-family: Verdana;
	font-size: 11;
	line-height: 1.5;
	color: #000000;
}

hr 
{
	border: 0;
	color: #000000;
	background-color: #000000;
 	height: 1px;
}



h1
{
	font-family: Verdana;
	font-size: 20;
	font-weight: bold;
	color: #707080;
}

h2
{
	font-family: Verdana;
	font-size: 14;
	font-weight: bold;
	color: #550000;
	font-style: italic;
	text-decoration: underline;
}


a
{
	text-decoration:none;
	color: #000000;
}

a:hover
{
	color: #606060;
}



