.Header {
	font-size: 20px;
	font-style: normal;
	font-weight: bolder;
	color: #669999;
}
.HeaderBlue{
	font-size: 20px;
	font-style: normal;
	font-weight: bolder;
	color: #3b5e74;
}

.SubHeader {
	font-size: 18px;
	font-weight: bold;
	color: #669999;
}
.SubHeaderBlue {
	font-size: 16px;
	font-weight: bold;
	color: #3b5e74;
}
.miniHeader {
	font-size: 14px;
	font-weight: bold;
	color: #669999;
}
.miniHeaderBlue {
	font-size: 12px;
	font-weight: bold;
	color: #3b5e74;
}
		
p, h1, h2	{
	font: normal normal normal .9em georgia, helvetica, serif;
	margin: 15px;
	color: black;
	line-height: 120%;
	}

a	{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;

	}
a:hover	{
	text-decoration: underline;
	}

#banner p	{
	font: normal normal normal .7em georgia, helvetica, serif;
	line-height: 200%;
	margin: 70px 10px 0px 0px;
	font-weight: bold;
	color: #ffffff;
	}

textarea	{
	background-color: transparent;
	color: black;
	border-width: 1px;
	border-color: black;
	border-style: solid;
	margin: 10px;
	}
