a.footnavlink:link {
	color: #999999;
	text-decoration: none;
}
a.footnavlink:visited {
	color: #999999;
	text-decoration: none;
}
a.footnavlink:hover {
	text-decoration: none;
	color: #666666;
}
a.footnavlink:active {
	color: #999999;
	text-decoration: none;
}


a.navlink:link {
	color: #666666;
	text-decoration: none;
}
a.navlink:visited {
	text-decoration: none;
	color: #666666;
}
a.navlink:hover {
	text-decoration: none;
	color: #B49300;
}
a.navlink:active {
	text-decoration: none;
	color: #666666;
}

body,td,th {
	color: #333333;
}
body {
	background-color: #FFFFFF;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: underline;
	color: #666666;
}
.nav-bg {
	background-image: url(../images/nav-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 10px;
	color: #999999;
}
.right-padding {
	padding-right: 45px;
}
