/* CSS Document */
.color1 {background-color: #333333;} /* dark */ 
.color2 {background-color: #ffffff;} /* light */
.color3 {background-color: #009966;} /* primary */
.color4 {background-color: #009966;} /* secondary */
.color5 {background-color: #ffcc00;} /* highlight */
.color6 {background-color: #FFF7D2;} /* bg */
/* ------------------------------------------------------------------ */

/* STANDARD SITE STYLES --------------------------------------------- */
body, html	{
	margin: 0px;
	padding: 0px;
	background: #66ccff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
p, ul, li, ol, dl, dt {
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px 0px 8px 0px;
	}
h1 {
	font-size: 24px;
	color: #009966;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
h2 {
	font-size: 22px;
	color: #333333;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-align: center;
	}
h3 {
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	}
h4 {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	}
h5 { 
	font-size: 15px; font-weight: bold; color: #009966; text-align: center;
	}
.sm {
	font-size: 10px;
	color: #333333;
	}
.md	{
	font-size: 12px;
	color: #333333;
	}
.lg	{
	font-size: 14px;
	color: #333333;
	}
a.sm:link, a.sm:visited {
	font-size: 10px;
	color: #009966;
	text-decoration: underline;
	}
a.sm:hover {
	font-size: 10px;
	color: #009966;
	text-decoration: none;
	}
a.md:link, a.md:visited, a:link, a:visited {
	font-size: 12px;
	color: #009966;
	text-decoration: underline;
	}
a.md:hover, a:hover {
	font-size: 12px;
	color: #999966;
	text-decoration: none;
	}

a.lg:link, a.lg:visited {
	font-size: 14px;
	color: #009966;
	text-decoration: underline;
	}
a.lg:hover {
	font-size: 14px;
	color: #009966;
	text-decoration: none;
	}
.formarea, .textarea {
  	border: #333333 1px solid;
  	font-family: Arial, Helvetica, sans-serif;
  	font-weight: bold;
  	font-size: 10px;
  	font-style: normal;
  	color: #333333;
		background-color: #FFF7D2;
  	text-decoration: none;
}
.button {
	border: 1px solid #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	font-style: normal;
	color: #ffffff;
	background-color: #009966;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
hr {
	color: #333333;
	background-color: #333333;
	height: 1px;
}
.box {
	background-color: #FFFFFF;
	border: thin solid #333333;
	padding-top: 3px;
	padding-bottom: 3px;
}

