

body {
	background: #4a4a4a;
}


H1 {
	font-family:  verdana, arial, helvetica,  sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	margin-top: 10px;
	margin-bottom: 10px;


}

H2 {
	font-family:  verdana, arial, helvetica,  sans-serif;
	font-size: 10px;
	color: #676767;
	line-height: 15px;
	margin-top: 10px;
	margin-bottom: 0px;
	background: #e0e0e0;
	padding: 3px;

}


.title {
	font-family:  verdana, arial, helvetica,  sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 15px;
	margin-top: 10px;
	margin-bottom: 3px;
	margin-left: 10px;
}

.title A:link {COLOR: #333333; text-decoration: underline;}
.title A:visited {COLOR: #333333; text-decoration: underline;}
.title A:hover {COLOR: #333333; text-decoration: none;}


.maintext {
	font-family:  verdana, arial, helvetica,  sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.maintext A:link {COLOR: #333333; text-decoration: underline;}
.maintext A:visited {COLOR: #333333; text-decoration: underline;}
.maintext A:hover {COLOR: #333333; text-decoration: none;}


.utility {
	font-family:  verdana, arial, helvetica,  sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 11px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.utility A:link {COLOR: #333333; text-decoration: none;}
.utility A:visited {COLOR: #333333; text-decoration: none;}
.utility A:hover {COLOR: #1b797f;text-decoration: underline;}

.navlink {
	font-family:  verdana, arial, helvetica,  sans-serif;
	font-size: 10px;
	color: #1b797f;
	line-height: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.navlink A:link {COLOR: #1b797f; text-decoration: underline;}
.navlink A:visited {COLOR: #1b797f; text-decoration: underline;}
.navlink A:hover {COLOR: #333333;text-decoration: none;}



.copyright {
	font-family:  verdana, arial, helvetica,  sans-serif;
	font-size: 9px;
	color: #999999;
	line-height: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}








	




/* removes default top margin from left/right column paragraphs in mozilla */
div > p {
  margin-top: 0;
}
