body {
	background-image: url(/images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-position: top;
}

a:link {
	text-decoration: underline;
	color: #174F7E;
}
a:visited {
	text-decoration: underline;
	color: #174F7E;
}
a:hover {
	text-decoration: underline;
	color: #99B5CB;
}
a:active {
	text-decoration: underline;
	color: #174F7E;
}

.left_border {
	background-image: url(/images/brdr_lft.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.right_border {
	background-image: url(/images/brdr_rt.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0px;
	text-align: center;
	color: #666666;
}
.header_image {
	padding: 10px 10px 5px;
}
.announce_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #174F7E;
	background-image: url(/images/bg_lt_blue.jpg);
	padding: 15px;
	border: 1px solid #99B5CC;
	margin-bottom: 10px;
}
.text_box {
	padding: 25px 0px;

}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 23px;
	color: #666666;
	letter-spacing: 0px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 23px;
	color: #666666;
	letter-spacing: 0px;
}
.largetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 23px;
	color: #666666;
	letter-spacing: 0px;
	font-weight: bold;
}

