﻿/* CSS layout */
#maindiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}
#masthead {
}
#top_nav {
}
#page_content {
}
#footer {
}
a {
	color: #1A6F1A;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #2C951E;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #1A6F1A;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}

.center {
	text-align: center;
	vertical-align: top;
}
.center-bold {
	font-weight: bold;
	text-align: center;
}
.tiny_text {
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.table {
	padding-left: 5px;
	margin-left: 5px;
	padding-right: 5px;
	margin-right: 5px;
	width: 100%;
}
.calendar_heads {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #009900;
	text-align: center;
}
.calendar_dates {
	font-weight: bold;
	border: 1px solid #000000;
	padding: 0px 0px 0px 3px;
	height: 40px;
	vertical-align: top;
	text-align: left;
}
