@import url(/css/fonts.css);

body {
	font: 11px Verdana, Arial;
	color: #FFFFFF;
}
#topBar {
	width: 100%; height: 24px;
	background: #000000;
	margin: 0px;
}
.topBar {
	color: #666666;
}
#top {
	width: 100%; height: 93px;
	margin: 0px;
}
.topImages {
	background: url(images2/back-topImages.jpg) repeat-x;
}

#navLinks {
	width: 100%; height: 31px;
	background: url(images2/back-nav.gif) repeat-x;
	padding-top: 8px;
	padding-left: 8px;
}
.navLink {
	font: normal 9px Arial;
	color: #ffffff;
	text-decoration: none;
}
a.navLink:hover {
	text-decoration: underline;
}