body {
	background-color: #CCCCCC;
}

a:link {color: #006633;}
a:visited {color: #006633;}
a:hover {
	color: #006600;
	text-decoration: underline;
	background-color: #efefef;	
}
a:active {color: #000000;}

.txtMain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3mm;
	color: #333333;
	padding-right: 4px;
}
.txtHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #003300;
	font-weight: bold;
	padding-bottom: 2px;
}

.txtHeadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
	padding-bottom: 2px;
}
.txtDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 2px;
}
.txtSubhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #666633;
}

.calWeekday {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	background-color: #003300;
}
.calDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #f0f0f0;
	font-weight: bold;
	color: #333333;
}
.calEvent {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.txtRtHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #EFEFEF;
	padding: 2px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	padding-bottom: 3px;
}

.txtRtHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #660000;
	padding-left: 2px;
	text-transform: capitalize;
	padding-bottom: 1px;
	padding-top: 4px;
}
.txtRtText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	padding-left: 2px;
	padding-top: 1px;
}
.txtRtDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #663333;
	padding-left: 2px;
	padding-top: 2px;
}
.txtFootHeading {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #D2D2D2;
	padding: 2px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	padding-bottom: 3px;
}
.txtFootLinks {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #663333;
	padding-left: 2px;
	padding-top: 2px;
}
.txtAdHeadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
	padding-bottom: 2px;
	padding-left: 4px;
}
.txtAdDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 2px;
	padding-left: 4px;
}
.txtAdSubhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #666633;
	padding-left: 4px;
}

.txtBGBordered {
	background-color: #EFEFEF;
	padding: 2px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	padding-bottom: 3px;
}
