a:link
{
	color: rgb(0,0,255);
}
a:visited
{
	color: rgb(0,0,255); 
} 
a:active 
{
	color: rgb(234,117,0);
} 
a:hover 
{
	color: rgb(255,120,0);
}

body
{
	font-family: Verdana, Arial, Helvetica;
	background-color: rgb(0,0,0);
	color: rgb(0,0,0);
	margin-left: 0;
	margin-top: 0;
}
table
{
	color: rgb(0,0,0);
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt; 
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
}
h1
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 18pt; 
	color: rgb(234,117,0);
	font-weight: bold; 
	text-align: center
}
h2
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 14pt; 
	font-weight: bold; 
	color: rgb(234,117,0); 
}
h3
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt; 
	color: rgb(234,117,0);
	text-align: left
}
h4
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12pt; 
	color: rgb(0,0,0);
}
h5
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt; 
	color: rgb(234,117,0);
	margin-top: 6;
	margin-bottom: 6;
}
h6
{
	font-family: Times New Roman, Times;
	font-size: 10pt; 
	color: rgb(0,0,0);
}