a.main:link
{
	color: rgb(255,255,255);
	text-decoration: none;
	font-size: 10px;
}
a.main:visited
{
	color: rgb(255,255,255);
	text-decoration: none;
	font-size: 10px;
} 
a.main:active 
{
	color: rgb(255,255,255);
	text-decoration: underline;
	font-size: 10px;
}
a.main:hover 
{
	color: rgb(100,200,255);
	text-decoration: underline;
	font-size: 10px;
}

a.footer:link
{
	color: rgb(8,0,73); 
	text-decoration: none;
}
a.footer:visited
{
	color: rgb(8,0,73); 
	text-decoration: none;
} 
a.footer:active 
{
	color: rgb(8,0,73);
	text-decoration: underline;
}
a.footer:hover 
{
	color: rgb(128,0,0);
	text-decoration: underline;
}

a.links:link
{
	color: rgb(8,0,73); 
	text-decoration: underline;
}
a.links:visited
{
	color: rgb(8,0,73); 
	text-decoration: none;
} 
a.links:active 
{
	color: rgb(8,0,73);
	text-decoration: underline;
}
a.links:hover 
{
	color: rgb(128,0,0);
	text-decoration: underline;
}

table
{
	table-border-color-light: rgb(255,204,102);
	table-border-color-dark: rgb(204,153,102); 
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	color: rgb(0,0,0);

}
body
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	color: rgb(0,0,0);
}
h1
{
	font-family: Times New Roman, Times;
	color: rgb(153,153,51);
}
h2
{
	font-family: Times New Roman, Times;
	color: rgb(204,153,0); 
}
h3
{
	font-family: Times New Roman, Times;
	color: rgb(0,102,153); 
}
h4
{
	font-family: Times New Roman, Times;
	color: rgb(153,153,0);
}
h5
{
	font-family: Times New Roman, Times;
	color: rgb(255,153,0);
}
h6
{
	font-family: Times New Roman, Times;
	color: rgb(51,102,204);
}
