body {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	margin:0px; background-color:#025C88;
}
.blue_header {
	font-family:"Trebuchet MS";
	font-size:19px;
	color:#174159;
	font-weight:bold;
}
td {
	font-family:arial; 
  color:#000000;
	line-height:20px;
}

.body_bg {
	background-color:#FFFFFF; padding:6px;
}

.featured_bg {
	background-image: url(img/featured_bg.jpg);
	background-repeat:repeat-x;
	background-color:#116A95;
}

.featured_bg2 {
	background-image: url(img/featured_bg2.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

.footer_bg {
	background-image: url(img/foot_bg.jpg);
	background-repeat:repeat-x; height:57px; 
	color:#cccccc; font-size:10px;
}

.nav_bg {
	background-image: url(img/nav_bg.jpg);
	background-repeat:repeat-x; height:43px;
}

.navlink:link {
	font-size:14px; color:#FFFFFF; font-weight:bold;
	text-decoration:none;
}

.navlink:visited {
	font-size:14px; color:#FFFFFF; font-weight:bold;
	text-decoration:none;
}

.navlink:hover {
	font-size:14px; color:#FFCC00; font-weight:bold;
	text-decoration:none;
}

.bluelink:link {
	font-size:13px; color:#1C3C77; text-decoration:underline;
}

.bluelink:visited {
	font-size:13px; color:#1C3C77; text-decoration:underline;
}

.bluelink:hover {
	font-size:13px; color:#000000; text-decoration:underline;
}

.orangelink:link {
	font-size:13px; color:#FF6701; text-decoration:underline;
}

.orangelink:visited {
	font-size:13px; color:#FF6701; text-decoration:underline;
}

.orangelink:hover {
	font-size:13px; color:#000000; text-decoration:underline;
}

.footerlink:link {
	font-size:10px; color:#cccccc; text-decoration:none;
}

.footerlink:visited {
	font-size:10px; color:#cccccc; text-decoration:none;
}

.footerlink:hover {
	font-size:10px; color:#ff9900; text-decoration:none;
}

