a.top-nav:link { text-decoration: none; color: #5E84C3;	font-weight: bold; }
a.top-nav:visited {	text-decoration: none; color: #5E84C3;	font-weight: bold;	}
a.top-nav:hover {	text-decoration: none; color: #9EC54C;	font-weight: bold; }
a.top-nav:active {	text-decoration: none; color: #5E84C3;	font-weight: bold;	}

a.foot-nav:link {	text-decoration: none;	color: #7E7E7E;	}
a.foot-nav:visited {	text-decoration: none;	color: #7E7E7E;	}
a.foot-nav:hover {	text-decoration: none;	color: #9EC54C;	}
a.foot-nav:active {	text-decoration: none;	color: #7E7E7E;	}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5E84C3;
}
body {
	background-color: #FFFFFF;
	background-image: url(../images/home-bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 20px;
}
a:link {
	color: #5E84C3;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #5E84C3;
}
a:hover {
	text-decoration: none;
	color: #9DC44D;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
.nav-bg {
	font-weight: normal;
	padding-left: 10px;
	color: #CCCCCC;
}
.footer-text {
	font-size: 10px;
	color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3056A1;
	padding-top: 5px;
}
.home-column-bg {
	background-image: url(../images/home-outer-border.gif);
	background-repeat: repeat-y;
	padding-top: 10px;
}
.content-padding {
	padding: 15px;
	font-weight: normal;
	color: #5E84C3;
}
.image-padding {
	padding: 8px;
}
h1 {
	font-size: 16px;
	color: #9EC54C;
}
