a {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #333333;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #136B82;
}
a:active {
	text-decoration: none;
	color: #333333;
}
.sitebg {
	background-image: url(../images/site_bg.jpg);
	background-repeat: repeat-x;
}
.datebg {
	background-image: url(../images/datebg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.datetext {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: right;
	vertical-align: middle;
}
.headertextblack {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.headertextblue {

	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: normal;
	color: #1885A0;
}
.menulinks {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a.menulinks:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #136B82;
	text-decoration: none;
}
.footer {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-image: url(../images/footerbg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
	height: 67px;
}
.headings {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}
.blutext {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #1885A0;
}
.bodytext {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}
.headingsblue {

	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #136B82;
	text-transform: uppercase;
}
.textboxes {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	height: 19px;
	width: 200px;
	border: 1px solid #CCCCCC;
}

.textareas {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
	text-align: left;
	text-indent: 5px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	height: 90px;
	width: 200px;
	border: 1px solid #CCCCCC;
}