h2 {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 16px;
	margin-left: 12px
}

a:link {
	color: Navy;
	text-decoration: underline;
}
a:visited {
	color: Blue;
	text-decoration: underline;
}
a:hover {
	color: Red;
	text-decoration: underline
}

a.white:link {
	color: White;
	text-decoration: none;
}
a.white:visited {
	color: #FFFFF0;
	text-decoration: none;
}
a.white:hover {
	color: Yellow;
	text-decoration: underline
}


.pointer {  cursor: default}

P,UL,TD,TH,LI  {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 16px;
}
P.white,UL.white,TD.white,TH.white,LI.white  {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 16px;
	color : White;
}

BODY  {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 13px;
	color : Black;
	margin-left:15px;
	margin-top:15px;
}
BODY.white  {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 13px;
	color : white;
}

BODY.footer  {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 10px;
	color : Black;
}

body,td,th {
	font-family: "Trebuchet MS";
	font-size:13px;
	color: #666666;
}

a:link {
	color: #3D7D01;
}
a:visited {
	color: #3D7D01;
}
a:hover {
	color: #BF0B30;
}
a:active {
	color: #BF0B30;
}
a.footer:link    { text-decoration: none; color: #EEEEEE;}
a.footer:visited { text-decoration: none; color: #EEEEEE;}
a.footer:hover   { text-decoration: underline; color: #FFFFFF;}
a.footer:active  { text-decoration: underline; color: #FFFFFF;
}
.bodypad {
	padding-top: 3px;
}
.boxpad {
	padding: 8px;
}
.date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}
.newstitle {
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
}
.eventtitle {
    font-size: 13px;
	font-weight: bold;
	line-height: 20px;
}
.rtttl {
	color: #3D7D01;
	text-decoration: none;
}
.distttl {
	font-size: 14px;
	font-weight: bold;
	color: #3D7D01;
	text-decoration: none;
}

