body
{
	font-family: Verdana, Arial, Helvetica;
	background-color: rgb(255,255,239);
	color: rgb(0,0,102);
	font-size: 10pt;
}
p, li, th, td
{
	font-size: 10pt;
}
a:link, a:visited
{
	color: rgb(102,0,0); 
} 
a:active, a:hover 
{
	color: rgb(0,0,204);
}
.normal
{
	background-color: rgb(255,255,255);
	color: rgb(0,0,102);
}
.hover
{
	background-color: rgb(255,255,204);
	color: rgb(0,0,102);
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
	color: rgb(51,51,204);
	font-size: 16pt;
}
h2
{
	color: rgb(0,153,51); 
	font-size: 15pt;
}
h3
{
	color: rgb(204,51,51); 
	font-size: 14pt;
}
h4
{
	color: rgb(51,0,204);
	font-size: 13pt;
}
h5
{
	color: rgb(0,153,51);
	font-size: 12pt;
}
h6
{
	color: rgb(204,51,51);
	font-size: 11pt;
}
hr
{
	height: 1px;
	color: #000000;
}
table
{
	background-color: rgb(255,255,255);
	border: 1px solid #000000;
	padding: 3px;
	table-border-color-light: rgb(0,0,0);
	table-border-color-dark: rgb(0,0,0);
}