a:link
{
	color: rgb(64,85,120);
}
a:visited
{
	color: rgb(64,85,120);
} 
a:active 
{
	color: rgb(132,149,169);
}
a
{
	text-decoration: none;
}
body
{
	font-family: Arial, Helvetica;
	font-size: 10pt;
	background-color: rgb(58,78,110);
	color: rgb(0,51,51);
	margin-left: 0px;
	margin-right: 0px;
}
P
{
	font-size: 10pt;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica;
}
h1
{
	font-size: 12pt;
	font-weight: bold;
}
h2
{
	font-size: 16pt;
	font-weight: bold;
}
table
{
	font-size: 10pt;
	font-weight: bold;
}


