/* background for mac ie */

body {
background: #999;
	margin-top:0px;
	margin-left:0px;
	}
	
/* hide from mac ie \*/

body {
background: #999;
	voice-family: "\"}\""; /* hides from win */
	voice-family: inherit;
	margin-top:0px;
	margin-left:0px;
	}
	
/* end hack */

html { overflow: -moz-scrollbars-vertical !important; }

.bodytext {
background:#FFFFFF;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	text-align:justify;
	line-height: 18px;
	padding:15px 15px 15px 15px;
}

#content {background-color:#FFF;}

.bodytext2 {

	color: #212126;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
	line-height: 18px;
	padding-left: 10px;
	padding-right:10px;
	padding-bottom:10px;
}


.bodytext2 a:link, .bodytext2 a:visited {
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
.bodytext2 a:hover {
	color: #CC0000;
	text-decoration: underline;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006A77;
	font-weight: strong;
	font-size: 12px;
	margin-top: 3px;
	text-transform:uppercase;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #00793C;
	margin-bottom: 15px;
	font-weight: strong;
	font-size: 12px;
	margin-top: 3px;
}
.footer {
	color: #FFF;
	text-align:center;
	line-height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px 0 0 10px;
	letter-spacing: 0.03em;
}
.footer a:link, .footer a:visited {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:link {
	color: #006A77;
	text-decoration: none;
}
a:visited {
	color: #006A77;
	text-decoration: none;
}
a:hover {
	color: #006A77;
	text-decoration: underline;
}
a:active {
	color: #006A77;
	text-decoration: underline;
}
