/* CSS Document */
<!--
A:hover 
{
	color: red;
	font-weight: bold;
	text-decoration: underline;
}
a:link 
{
	text-decoration: none;
}
a:visited 
{
	text-decoration: none;
}
a:active 
{
	text-decoration: none;
}
body
{
	font-family: Arial, Helvetica, Geneva, san-serif;
	font-size:10pt;
	color:#000080;	
}
h1, h2, h3, h4, h5, h6
{
	font-family: Times New Roman, Times, serif;
	color:#000080;
	text-align: center;
	font-weight: bold;
	text-transform: capitalize;	
}
h1
{
	font-size: 24pt;
}
h2
{
	font-size: 18pt;
}
h3
{
	font-size: 16pt;
}
h4
{
	font-size: 14pt;
}
h5
{
	font-size: 12pt;
}
h6
{
	font-size: 10pt;
}
P
{
	font-family: Arial, Helvetica, Geneva, san-serif;
	font-size:10pt;
	color:#000080;
}

-->