
a {
	color: #800000;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #663333;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}


#body
{
	font-family:Times New Roman, Verdana, Arial, Helvetica;
	background-color: #ffffff;
	color: #000066;
}
table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
}

.font14px           { font-size: 14px }
.font11pt0           { font-size: 11pt }
.font11pta           { line-height: 1; font-size: 11pt }
.font9pt           { line-height: 120%; font-size: 9pt }
.font10pt           { line-height: 120%; font-size: 10pt }
.font11pt           { line-height: 120%; font-size: 11pt }
.font12pt           { line-height: 120%; font-size: 12pt }
.font13pt           { line-height: 120%; font-size: 13pt }
.font75%           { line-height: 120%; font-size: 75% }
.font80%           { line-height: 120%; font-size: 80% }
.font85%           { line-height: 120%; font-size: 85% }
.font90%           { line-height: 120%; font-size: 90% }
.font100%           { line-height: 120%; font-size: 100% }
.font110%           { line-height: 120%; font-size: 110% }

h1, h2, h3, h4, h5, h6
{
	font-family: Comic Sans MS, Arial, Helvetica;
}
h1
{
	color: rgb(153,0,0);
}
h2
{
	color: rgb(255,204,0); 
}
h3
{
	color: rgb(0,153,153); 
}
h4
{
	color: rgb(204,255,255);
}
h5
{
	color: rgb(0,0,102);
}
h6
{
	color: rgb(153,0,0);
}