a:link {
    color: #003366;
	text-decoration: underline;
	}
a:hover {
    color: #003399;
    text-decoration: underline;
    }
a:link:hover {
    color: #003399;
	text-decoration: underline;
	}
a:visited {
    color: #666666;
	text-decoration: underline;
	}
a:visited:hover {
	color: #003399;
	text-decoration: underline;
    }
body, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #003366;
}
h1 {
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	margin-bottom: -1em;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
