a:link		{ color: black;
		text-decoration: underline;
		font-weight: normal;
		}

a:active	{ color: red;
		text-decoration: none;
		font-weight: normal;
		}

a:visited	{ color: navy;
		text-decoration: underline;
		font-weight: normal;
		}

a:hover		{ color: red;
		text-decoration: none;
		font-weight: normal;
		}

body		{ background-color: white;
		  background-attachment:fixed;
		}

td		{ font-family: Verdana,Arial,Helvetica;
		  generic-family: sans-serif;
		  font-size: 9pt;
		  color: black;
		}

th		{ font-family: Verdana,Arial,Helvetica;
		  generic-family: sans-serif;
		  font-size: 8pt;
		  color: teal;
		  font-weight: bold;
		}

.pageheader	{ font-family: Verdana,Arial,Helvetica;
		  generic-family: sans-serif;
		  font-size: 18pt;
		  font-weight: bold;
		  color: white;
		}

.title12	{ font-family: Verdana,Arial,Helvetica;
		  generic-family: sans-serif;
		  font-size: 12pt;
		  font-weight: bold;
		  color: #004000;
		}

.title14	{ font-family: Verdana,Arial,Helvetica;
		  generic-family: sans-serif;
		  font-size: 14pt;
		  font-weight: bold;
		  color: #004000;
		}

.title24	{ font-family: Verdana,Arial,Helvetica;
		  generic-family: sans-serif;
		  font-size: 24pt;
		  font-weight: bold;
		  color: #004000;
		}

.copyright	{ font-family: Verdana,Arial,Helvetica;
		  generic-family: sans-serif;
		  font-size: 8pt;
		  font-weight: normal;
		  color: #004000;
		}
