/* the TD basic style sheet */
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
}
/* content style sheets set up by others */
.homenewsitems {
	font-size: 0.7em;
	color: #FFFFFF;
}
.header {
	font-size: 0.9em;
	font-weight: bold;
	color: #333333;
}
/* standard table format */
.contenttabletop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.contenttable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.contenttable a:link {
	text-decoration: none;
	color: #003399;
}
.contenttable a:visited {
	text-decoration: none;
	color: #003399;
}
.contenttable a:hover {
	text-decoration: underline;
	color: #0066CC;
}
.contenttable a:active {
	text-decoration: underline;
	color: #0066CC;
}

.contenttablewhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.contenttablewhite a:link {
	text-decoration: none;
	color: #003399;
}
.contenttablewhite a:visited {
	text-decoration: none;
	color: #003399;
}
.contenttablewhite a:hover {
	text-decoration: underline;
	color: #0066CC;
}
.contenttablewhite a:active {
	text-decoration: underline;
	color: #0066CC;
}
/* table format used for a list of text items that need to be separated */
.listtabletop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
.listtable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* table style sheets for any table with numeric data that requires vertical and horizontal separator lines */
.datatabletop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.datatabletopleft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.datatable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.datatableleft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
/* navigation style sheets and links */
.topnav {
	font-size: 0.8em;
	color: #FFFFCC;
	line-height: 1.2em;
}
.botnav {
	font-size: 0.8em;
	color: #999999;
	line-height: 1.2em;
}
.leftnav {
	font-size: 0.8em;
	color: #FFFFCC;
	line-height: 1.2em;
}
.rightnav {
	font-size: 0.8em;
	color: #006699;
	line-height: 1.2em;
}
.adminnav {
	background: #eeeeee;
	font-size: 0.8em;
}
.adminnav a:link {
	color: #006699;
}
.adminnav a:visited {
	color: #006699;
}
.adminnav a:hover {
	color: #006699;
}
.adminnav a:active {
	color: #006699;
}
.business {
	color: #006699;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
/* minor style sheets */
.copyright {
	color: #CCCCCC;
	font-size: 0.7em;
}

