/* CSS Document */

body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}
h1 {
	font-size: 14pt;
	color: #66CC00;
}
h2 {
	font-size: 14px;
	color: #66CC00;
}


a:link {
	color: #009900;
}
a:visited {
	color: #009933;
}
a:hover {
	color: #00CC00;
}
a:active {
	color: #00CC00;
}

.nav-shadow {
	background-image: url(images/nav-shadow.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
}

.nav a, .nav a:link, .nav a:visited {
	color: #FFF;
	text-decoration: none;
}

.nav a:hover, a:active {
	text-decoration: none;
	color:#000;
}

.here {
	color: #216b91;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 8px;
	padding-bottom: 12px;
	background-image: url(images/box-bottom.gif);
	background-repeat: repeat-x;
}

.copyright a {
	color: #FFF;
	text-decoration: none;
}

