html, body {
	height:100%;
	}
body {	
	background-color:#669999;
	margin:0px;
	}
body, table, input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	}
body, table, p, div, span {
	line-height:140%;
	}
.leftPad, .bodyPad {
	padding:10px 14px 10px 25px;
	} 
.bodyPad {
	padding-top:17px;
	font-size:11px;
	} 
.largeText {
	font-size:18px;
	}
a	{
	color:#006666;
	text-decoration:underline;
	}
.mainNav {
	background-color:#666666;
	padding:4px 4px 4px 30px;
	font-size:12px;
	}
.subNav {
	background-color:#999999;
	padding:8px 4px 8px 30px;
	font-size:12px;
	}
.mainNav a:link, .mainNav a:visited, .subNav a:link, .subNav a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}
.mainNav a:hover, .mainNav a:active, .subNav a:hover, .subNav a:active {
	color:#ffcc33;
	text-decoration:none;
	}
.footerLeft, .footerRight {
	background-color:#666666;
	color:#FFFFFF;
	font-size:10px;
	padding:15px 15px 15px 30px;
	width:612px;
	line-height:135%;
	}
.footerRight {
	background-color:#006666;
	padding:15px 25px 15px 15px;
	width:188px;
	}
input, textarea, select {
	background-color:#99cccc;
	border:1px solid #006666;
	}