body, p, td, li, input, textarea, select  {
	font-family : helvetica, verdana, arial;
	font-size : 10pt;
}


.subheader {
	color: #333366;
	font-size : 14pt;
	font-weight: bold;
}

.greytext {
	color: #666666;
}

.greentext {
	color: #339966;
}


.purpletext {
	color: #993399;
	font-size : 14pt;
	font-weight: bold;	
}

a.greentext  {
	color : #339966;
	text-decoration: none;
}

a:hover.greentext  {
	color : #993399;
	text-decoration: underline;
}

a.redlink  {
	font-weight: bold;
	color : #cc3300;
	text-decoration: none;
}

a:hover.redlink  {
	color : #cc3300;
	text-decoration: underline;
}

a.blacklink  {
	font-weight: bold;
	color : #000000;
	text-decoration: none;
}

a:hover.blacklink  {
	font-weight: bold;
	color : #333333;
	text-decoration: underline;
}

a.purplelink  {
	font-weight: bold;
	color : #993399;
	text-decoration: none;
}

a:hover.purplelink  {
	font-weight: bold;
	color : #993399;
	text-decoration: underline;
}

a.greylink  {
	color : #666666;
	text-decoration: underline;
}

.lightgreytext {
	color : #999999;
}
a.lightgreylink  {
	color : #999999;
	text-decoration: underline;
}

.topQuote  {
	font-family : "Times New Roman", Times, serif;
	font-style : italic;
	font-size : 14px;
	font-weight : bold;
	color : #FFFFFF;
}

