/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
body {
	background-color: #EFFFED;
	margin-top: 0px;
}

.h1 {color: #003366; font-size:24px; font-weight:bold}
.h2 {color: #003366; font-size:16px; font-weight:bold}

.quote {font:Georgia, "Times New Roman", Times, serif; font-size:14px; color: #003366; text-align:center; font-style:italic; font-weight:bold}

a:link {
	color: #003366;
	text-decoration:underline;
} 
a:visited {
	text-decoration: underline;
	color: #003366;
}
a:hover {
	text-decoration: none;
	background-color:#003366;
	color: #fff;
}
a:active {
	text-decoration: underline;
	color: #003366;
}