body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1em;
	color: #000000;
	background-color: #cccc99;
    margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	
    scrollbar-face-color: #CCCC99; 
    scrollbar-shadow-color: #B3B386; 
    scrollbar-highlight-color: #ffffff; 
    scrollbar-3dlight-color: #cccccc; 
    scrollbar-darkshadow-color: #666666; 
    scrollbar-track-color: #999966; 
    scrollbar-arrow-color: #666666;
}


a:link {
  	color: #996600;
}

a:visited {
  	color: #CC9900;
}

a:active {
  	color: #996600;
}

a:hover {
  	color: #CC9900;
}


p, li, td {
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 1em;
    color: #000000;
}


h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1.25em;
	color: #336699;
	font-style: italic;
}

.subnavigation {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .75em;
  	color: #996600;
	text-align: center;
}

td.blue {
	background-color: #336699;
	text-align: right;
}

td.brown {
	background-color: #666633;
	text-align: right;
}

td.grey {
	background-color: #999999;
	text-align: right;
}

td.tan {
	background-color: #999966;
	text-align: right;
}

td.rust {
	background-color: #996600;
	text-align: right;
}

td.green {
	background-color: #336633;
	text-align: right;
}

td.darkGrey {
	background-color: #666666;
	text-align: right;
}

td.alignRight {
	text-align: right;
}

td.percent1 {
	width: 1%;
}

td.percent93 {
	width: 93%;
	text-align: right;
}

td.pageMargin {
	width: 10%;
}

td.pageBody {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1em;
	color: #000000;
	width: 70%;
}


td.pageLogoMark {
	background-image: url(images/bodyLogoMark.gif);
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: top;
	width: 10%;
	vertical-align: top;
}

tr.footer {
	background-color: #336633;
}

td.footer {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .65em;
  	color: #996600;
	vertical-align:bottom;
	line-height: 1.5em;
}

td.copyright {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .65em;
  	color: #000000;
	text-align: right;
	vertical-align:bottom;
	line-height: 1.5em;
}


