H1, H2, H3, H4, H5, H6 {font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ; }
UL {  list-style: square ; }

.bottomNav {
	font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-size: 10px;
	color: #000000;
}
body {
	margin: 0px;
}
.mainText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.largePrint {
	font-size: 14pt;
	font-weight : bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
}
.smallPrint { font-size: 8pt; font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ;}

a.footLink:link {font-family:verdana,arial,helvetica; color:#000000; font-size:8pt; text-decoration:underline;}
a.footLink:visited {font-family:verdana,arial,helvetica; color:#000000; font-size:8pt; text-decoration:underline;}
a.footLink:hover {font-family:verdana,arial,helvetica; color:#cccccc; font-size:8pt; text-decoration:none;}

a.textLink:link {font-family:verdana,arial,helvetica; color:#104573; font-size:10pt; font-weight: 600; text-decoration:none;}
a.textLink:visited {font-family:verdana,arial,helvetica; color:#104573; font-size:10pt; font-weight: 600; text-decoration:none;}
a.textLink:hover {font-family:verdana,arial,helvetica; color:#c6cfde; font-size:10pt; font-weight: 600; text-decoration:none;}

a.docLink:link {font-family:verdana,arial,helvetica; color:#104573; font-size:10pt; font-weight: 600; text-decoration:underline;}
a.docLink:visited {font-family:verdana,arial,helvetica; color:#104573; font-size:10pt; font-weight: 600; text-decoration:underline;}
a.docLink:hover {font-family:verdana,arial,helvetica; color:#c6cfde; font-size:10pt; font-weight: 600; text-decoration:none;}

a.nextLink:link {font-family:verdana, arial, helvetica; color:#FFFFFF; font-size:8pt; font-weight: normal; text-decoration:none;}
a.nextLink:visited {font-family:verdana,arial,helvetica; color:#FFFFFF; font-size:8pt; font-weight: normal; text-decoration:none;}
a.nextLink:hover {font-family:verdana,arial,helvetica; color:#FFFFFF; font-size:8pt; font-weight: normal; text-decoration:none;}

a.imageLink:link {text-decoration:none; border: 1px solid #000000;}
a.imageLink:visited {text-decoration:none; border: 1px solid #000000;}
a.imageLink:hover {text-decoration:none; border: 1px solid #000000;}

.dividerCell {
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #000000;
}

.mainTitles {
	font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-size: 12px;
	color: #003366;
	font-weight: bold;

}
.largePrintWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;

}
.borderedCell {
	border: 1px solid #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;

}
.whiteText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
}

/* CSS specific to the Events Calendar (BEGINS) */
/**** month and year header at top of calendar ****/
.date_header			{ font-size:16px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold }

/**** color and size of calendar cells.  ****/
.day_cell				{ background-color:#EDECD8; height:80; width: 90; }
.empty_day_cell			{ background-color:#EEEEEE; height:80; width: 90; }
.today_cell				{ background-color:#F5F4ED; height:80; width: 90; }

/**** day number in upper left corner of each cell ****/
.day_number				{ font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#000 }

/**** title_txt is the text for each post on main page ****/
.title_txt				{ font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#000 }
.title_txt A:link		{ color:#00F; text-decoration:underline }
.title_txt A:active		{ color:#00F; text-decoration:underline }
.title_txt A:visited	{ color:#00F; text-decoration:underline }
.title_txt A:hover		{ color:#00F; text-decoration:underline }

/**** title_link is the text for each post on main page ****/
.title_link				{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF text-decoration:none;
	font-weight: bold;
}
.title_link A:link		{ color:#FFFFFF; text-decoration:none; font-weight: bold;}
.title_link A:active		{ color:#FFFFFF; text-decoration:none; font-weight: bold;}
.title_link A:visited	{ color:#FFFFFF; text-decoration:none; font-weight: bold;}
.title_link A:hover		{ color:#FFFFFF; text-decoration:none; font-weight: bold; }

/**** time line under title text when event time given ****/
.time_str				{ font-size:9px; font-family:arial, helvetica }

/**** column headers or days of the week ****/
.column_header			{ background-color:#003063; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; font-weight:bold }

/**** footprint text ****/
.footprint				{ font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#000; font-weight:bold }
.footprint A			{ font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#00F; font-weight:bold }
/* CSS specific to the Events Calendar (ENDS) */
