body {
	margin: 0px;
	padding: 0px;
}


.content {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #000000;
font-weight: normal;
}

.subtitle {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11pt;
color: #333300;
font-weight: bold;
}

.footer {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #CCCC99;
font-weight: bold;
}

.sidebar {
font-family: Arial, Helvetica, sans-serif;
font-size: 11pt;
line-height: 16pt;
background-image: url(photos/navBG.jpg);
background-color: #333300;
}

a.nav {
color: #FFFFCC;
text-decoration: none;
font-weight: bold;
display: block;
width: 115px;
padding: 2px 1px 2px 1px;
border-top: 1px solid #999966;
border-right: 1px solid #999966;
border-bottom: 1px solid #333300;
border-left: 1px solid #333300;
}

a.nav:visited {
color: #FFFFCC;
text-decoration: none;
font-weight: bold;
}

a.nav:hover {
color: #CC0000;
font-weight: bold;
border-top: 1px solid #333300;
border-right: 1px solid #333300;
border-bottom: 1px solid #999966;
border-left: 1px solid #999966;
background-color: #666633;
}

a.nav:active {
color: #CC0000;
font-weight: bold;
}

a.green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666633;
}

a.green:hover {
	color: #990000;
}