/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(/images/background.jpg) center top no-repeat fixed;
}

#navigation-top {
	border-bottom: solid 1px #000000;
}

#navigation-top a {
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	color:#CC9933;
}
#navigation-top a:hover {
	color:#000000;
	text-decoration:underline;
}

#navigation-top .active a:hover, #navigation-top .active a {
	color:#000000;
	text-decoration:none;
}

#navigation-top td.active {
	background:url(/images/pointer.jpg) no-repeat center bottom;
}


#navigation-bottom a {
	text-decoration:none;
	color:#FFFFFF;
}

#navigation-bottom a:hover {
	text-decoration:underline;
	color:#009933;
}
