body {
	background-color: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 150%;
	color: #FFFFCC;
}

td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 150%;
	color: #333333;
}

a {
	font-size: 100%;
	color: #336600;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	line-height: 160%;
    background-color: #CCFF99;
    color: #003333;
	}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	line-height: 140%;
 	color: #003333;
	}

.navtdpadding {width:20px;}

.navtdbuttons {width:25%;}

.nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	display: block;
	width: auto;
	text-align: center;
	text-decoration: none;
	background-color: #FFFF99;
}

.nav a:hover {
	background-color: #CCFF99;
}

.imgborder {
float:left;
border: #FFFFFF solid thick;
text-align:center;
}