html, body {
	background-color: #E2FFF5;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 84%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0;
	height: 100%;
	border: none;
}
			/* F8FFEC pale yellow    CCFFFF bright light blue*/
			/*   BACKGROUNDS   */
.lightbg0 {
	background-color: #66CCCC;
}
.lightbg1 {
	background-color: #00CCCC;
}
.lightbg2 {
	background-color: #CCFFFF;
}
.mediumbg1 {
	background-color: #999900;
}
.mediumbg2 {
	background-color: #339966;
}
.mediumbg3 {
	background-color: #339966;
}
.darkbg {
	background-color: #333300;
}
.navcontainerbg {
	background-color: #333300;
}
.buttonbg {
	background-color: #FFFFFF;
}
.pagebg1 {
	background-color: #FFFFFF;
}

			/*   TEXT   */
.h1 {
	font-size: 120%;
	font-weight: bold;
	font-style: italic;
	color: #006666;
}
.h2 {
	font-size: 100%;
	font-weight: bold;
	color: #006666;
}
.bred {
	font-size: 100%;
	font-weight: bold;
	color: #CC0000;
}

#tcen {
	text-align: center;
	font-size: 8px;
}
.smalltext {
	font-size: 80%;
}
.smallnote {
	font-size: 75%;
	color: #0000CC;
}
.censmall {
	text-align: center;
	font-size: 80%;
	color: #666666;
}

			/*   Prevents IE adding space around form elements   */
form {
	margin: 0;
	padding: 0;
}

			/*   UN-LINKED BOLD IN-PAGE NAVIGATION TEXT - ON ACTIVE PAGE  */
.linkem {
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}



			/*   NORMAL TEXT LINKS   */
a:link {
	font-weight: normal;
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	font-weight: normal;
	color: #784C72;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	color: #CC9900;
	text-decoration: underline;
}
a:active {
	font-weight: normal;
	color: #FFFF00;
	text-decoration: none;
}

			/*   BOLD TEXT LINKS   */
.linkem a:link {
	font-weight: bold;
	text-decoration: none;
}
.linkem a:visited {
	font-weight: bold;
	color: #784C72;
	text-decoration: none;
}
.linkem a:hover {
	font-weight: bold;
	color: #CC9900;
	text-decoration: underline;
}
.linkem a:active {
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}

			/*   BUTTON TEXT FOR UN-LINKED BUTTON ON ACTIVE PAGE   */
.buttonlive {
	font-size: 110%;
	font-weight: bold;
	font-style: italic;
	color: #CC3333;
	text-decoration: none;
	padding-top: 0px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 0px;
}
				/*   NAVIGATION BUTTON TEXT   */
.button a:link {
	font-size: 110%;
	font-weight: bold;
	font-style: italic;
	color: #666600;
	text-decoration: none;
	padding-top: 0px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 0px;
}
.button a:visited {
	font-size: 110%;
	font-weight: bold;
	font-style: italic;
	color: #666600;
	text-decoration: none;
	padding-top: 0px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 0px;
}
.button a:hover {
	font-size: 110%;
	font-weight: bold;
	font-style: italic;
	color: #99CC00;
	text-decoration: none;
	padding-top: 0px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 0px;
}
.button a:active {
	font-size: 110%;
	font-weight: bold;
	font-style: italic;
	color: #99CC00;
	text-decoration: none;
	padding-top: 0px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 0px;
}





