a:link
{
	color: white; 
}
a:visited
{
	color: white; 
} 
a:active 
{
	color: white;
}
table
{
	font-family: Verdana;
	border-color: #000000;
	border-color: #000000;
	font-size:9pt; 
}
body
{
	font-family: Verdana;
	background-color: #FFFFFF;
	color: white;
	font-size:10pt;
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
}

.blacktext
{
	color: Black;
}

.redtext
{
	color: Red;
}

.bluetext
{
	color: Blue
}

textarea
{
	font-family: Verdana, Arial, Helvetica;
	color: #000000;
	font-size:8pt
}

input
{
	font-family: Verdana, Arial, Helvetica;
	color: #000000;
	font-size:8pt
}

select
{
	font-family: Verdana, Arial, Helvetica;
	color: #000000;
	font-size:8pt
}

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);
}