
TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color: #000000
};

A {
	color : Blue;
	
}

.nav, .nav a:link,.nav a:active,.nav a:visited,.nav a:hover,  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #000000;
	font-weight : bold;
	text-align: right;
	padding-top: 5px;
}

.nav a:link    { color:  #000000; text-decoration: underline;}
.nav a:visited { color:  #000000; text-decoration: underline;}
.nav a:active  { color:  #000000; text-decoration: underline;}
.nav a:hover   { color:  #99CC99; text-decoration: underline;} 

.homepagetitle {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	color: #000000;
	font-weight : bold;
}

.pagetitle {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	color: #009900;
	font-weight : bold;
}

.subtitle {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color: #000000;
	font-weight : bold;
}

.footer {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #000000;
}