a.heading:link, a.heading:visited, a.heading:active{
	text-decoration: none;
}

a:link {
	background: transparent;
	color: #0000CC;
	font-size: 12px;
}

a:visited {
	background: transparent;
	color: #660099;
}

a:active {
	background: transparent;
	color: #CC0000;
}

a.menu:link{
	color: #333366;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
}

a.menu:visited{
	color: #333366;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
}

a.menu:hover {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
}

a.menu:active {
	color: #3333FF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
}

a.text:link, a.text:visited, a.text:hover, a.text:active {
	background: transparent;
	color: #0000CC;
	font-size: 15px;
}

a.toplinks:link, a.toplinks:visited {
	background: transparent;
	color: #FDF5E6;
	font-size: 14px;
	text-decoration: none;
}

a.toplinks:hover, a.toplinks:active {
	text-decoration: underline;
	color: #F0E68C;
}

body {
	background: #FFFFFF no-repeat; /*	background-attachment: fixed;
	background-position: left top; */
	color: #000000;
	font-family: "Book Antiqua","New York","Times Roman",Helvetica, sans-serif, Geneva;
	margin: 5px auto;
	padding: 0em 0em 0em 10px;
}

.address {
	color: #000000;
	font-size: 15px;
}

.colmenu {
	background-color: #CDDEF3;
	height: 30px;
	text-align: center;
	vertical-align: middle;
}

.colmenu_active {
	color: #3333FF;
	font-size: 14px;
	font-weight: bold;
}

.colmenu_text {
	color: #00FF00;
	font-size: 14px;
	font-weight: bold;
}

.footer{
	color: #0000FF;
	font-size: 11px;
}

.heading {
	color: #FFCC33;
	font-size: 21px;
	font-weight: bold;
}

.imagelink {
	color: #FFFFFF;
}

.logo{
	height: 65px;
	margin-top: 5px;
}

.logo_left_column{
	width: 5px;
}

.page_heading {
	color: #003366;
	font-size: 18px;
	font-weight: bold;
}

.subheading {
	color: #FFFFFF;
	font-size: 0.9em;
	text-decoration: none;
	white-space: nowrap;
}

.text {
	color: #000000;
	font-size: 15px;
}

.texttd {
	color: #000000;
	font-size: 15px;
	padding: 0px 15px 0px 15px;
	background-color: #eeffff; 
	width: 80%;
	vertical-align: top;
	text-align: left;
}