<style>

A:LINK 
{
	text-decoration: none;
	color: #690000;
}
A:VISITED
{
	text-decoration: underline;
	color: #0000FF;
}
A:HOVER
{
	text-decoration: underline;
	color: #B53000;
	border-bottom-style: none;
}
A:ACTIVE
{
	text-decoration: underline;
	color: #996666;
}	

BODY  {
	font-family : Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size : 10pt;
	margin-top : 25px;
	margin-bottom : 0px;
	margin-left : 25px;
	margin-right : 25px;
	color: #690000;
}
	
Normal  {
	font-family : Verdana, Geneva, Arial, helvetica, sans-serif;
	font-weight : bold;
	color : #690000;
	font-size : 10pt;
	text-align : center;
}
.Header	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #690000;
	font-size:18px;
	text-align:center;
	background-position: center;
}
.Subheader {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #690000;
	font-size:14px;
	text-align:center;
}
.productheader {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #690000;
	font-size:12px;
}

</style>
.border {
	border: thin solid #000000;
}
.border a:link
{
border: thin solid #000000;
}

.border a:hover
{
	border: thin solid #000000;
}

.border a:visited
{
	border: thin solid #000000;
}

.border a:active
{
	border: thin solid #000000;
}

