BODY, TD {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 10pt;
}

A {
	text-decoration: none;
	color: blue;
}

A:Hover {
	text-decoration: underline;
	color: red;
}

.admin {
	text-decoration: none;
	color: #D2E4F2;
}

.admin:Hover {
	text-decoration: underline;
	color: red;
}

.newsheading {
	font : bold normal normal Arial Helvetica sans-serif;
	font-size : 10pt;
	font-weight : bold;
	text-decoration : underline;
}

.heading1 {
	font-size : 12pt;
	font-weight : normal;
}

.heading1bold {
	font-size : 12pt;
	font-weight : bold;
}

.heading2 {
	font-size : 10pt;
	font-weight : normal;
}

.heading3 {
	font-size : 9pt;
	font-weight : bold;
}
H1 {
	font-size : 12pt;	
}
.heading4 { font-size : 7pt; font-weight : bold; }