/* CSS Document */
body {
    background-color: #FFFFFF;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
.H1 {
	font-family: Verdana, monospace; font-weight: bold;
	font-size: 16px;
	color: #003366;
}
.H2 {
	font-family: Verdana, monospace; font-weight: bold;
	font-size: 13px;
	color: #003366;
}
a:link {
	vertical-align: top;
	text-align: left;
	font-size: 12px;
	color: #003366;
	text-decoration: underline;
	font-family: Verdana, Arial;
}
a:visited {
	vertical-align: top;
	text-align: left;
	font-size: 12px;
	color: #669933;
	text-decoration: none;
	font-family: Verdana, Arial;
}
a:hover {
    vertical-align: top;
	text-align: left;
	font-size: 12px;
	text-decoration: underline;
    color: #993366;
	font-family: Verdana, Arial;
}
a:active {
    vertical-align: top;
	text-align: left;
	font-size: 12px;
	text-decoration: none;
    color: #993366;
	font-family: Verdana, Arial;
}
.bodybold {font-family: Verdana, monospace; font-size: 10px; font-weight: bold; color: #003366; }
.body {font-family: Verdana, Arial; font-size: 12px; line-height: 18px; color: #003366;}
.copyright {font-family: Arial, monospace; font-size: 9px; color: #669933;}