a:link
{
	color: #c1081f;
}

a:visited
{
	color: #c1081f; 
} 
a:active 
{
	color: #c1081f;
}


A:hover
{
background: #D8D9DB;
}


body
{
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #000000;
	scrollbar-arrow-color: c1081f;
	scrollbar-base-color: 999999;
	scrollbar-dark-shadow-color: 999999;
	scrollbar-track-color: 999999;
	scrollbar-face-color: 999999;
	scrollbar-shadow-color: 999999;
	scrollbar-highlight-color: 000000;
	scrollbar-3d-light-color: 999999;
}

table 
{ 
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #000000;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial;
}

h1
{
	color: #c1081f;
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
}

h2
{
	color: #D8D9DB;
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
}

h3
{
	color: #c1081f;
	font-size: 10pt;
	font-weight: bold;
}

h4
{
	color: #D8D9DB;
	font-size: 10pt;
	font-weight: bold;
}

h5
{
	color: #c1081f;
	font-size: 8pt;
	font-weight: normal;
}

h6
{
	color: #D8D9DB;
	font-size: 8pt;
	font-weight: normal;
	text-transform: lowercase;		
}