body {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	background-color: #00FF00;
	background-image: url(../images/bg_green.jpg);


}
.Header {
	font-size: 48px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.dottedline {
	color: #FFFFFF;
}
.subheaders {
	font-size: 24px;
	font-weight: bold;
}

.Bold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 14px;

}
.page {
	line-height: 20px;
	font-size: 12px;

}
.SubHeader {

	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.Small {
	line-height: 20px;
	font-size: 11px;

}
.SubHeader2 {


	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

a:link {
	text-transform: none;
	text-decoration: underline;
	color: #0000FF;
}
a:visited {
	color: #9966FF;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: blink;

}
a:active {
	color: #FF9900;
	text-decoration: underline;
}
