a:link
{
	color: #FF0000; 
	text-decoration: none;
	font-weight: normal;

}
a:visited
{
	color: #FF0000; 
	text-decoration: none;
	font-weight: normal;

} 
a:active 
{
	color: #FF0000;
	text-decoration: none;
	font-weight: normal;

}
a:hover 

{   color: #666666;
	text-decoration: none;
	font-weight: normal;

}

p
{
font-size: 10pt;
}

li
{
font-size: 10pt;
}

body
{
	font-family: Verdana, Tahoma, Geneva, Arial;
	font-size: 10pt;
	color: #000000;
    background-color:#999999;
    background-image:url('images/header-fill.gif');
	background-repeat: repeat-x;
}
table
{
	table-border-color-light: rgb(255,255,153);
	table-border-color-dark: rgb(255,255,51); 
}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Times New Roman, Times, Verdana, Tahoma;
	font-weight: bold;
}
h1
{
	color: #333333;
	font-size: 14pt;
}
h2
{
	color: #333333;
	font-size: 14pt; 
}
h3
{
	color: #660000;
	font-size: 12pt;
}
h4
{
	color: #666633;
	font-size: 12pt;
}
h5
{
	color: #999966;
	font-size: 10pt;
}
h6
{
	color: #000000;
	font-size: 8pt;
}