body
{
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	font-family: Tahoma;
	color: rgb(255, 255, 255);
	background-color: #005fc0;
	margin-left: 0pt;
	margin-right: 0pt;
	margin-top: 2pt;
}
h1
{
	font-size: 24pt;
	font-weight: bold;
	font-style: normal;
	font-family: Tahoma;
}
h2
{
	font-size: 18pt;
	font-weight: bold;
	font-style: normal;
	font-family: Tahoma;
}
h3
{
	font-size: 14pt;
	font-weight: bold;
	font-style: normal;
	font-family: Tahoma;
}
h4
{
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	font-family: Tahoma;
}
h5
{
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	font-family: Tahoma;
}
h6
{
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	font-family: Tahoma;
}
a:link {
    color: #FFFF44;
    text-decoration: none;
}
a:visited {
    color: #FFFF44;
    text-decoration: none;
    background-color: #005fc0;
}
a:hover {
    color: #ff9900;
    text-decoration: none;
    font-style: italic;
}