/* CSS Document */

body {
	background-image: url(back2.jpg);
	margin-left: 0px;
	margin-top: 0px;
	background-color: #8DB2AA;
	background-repeat: repeat-x;
	background-attachment: fixed;
}

a:link {
	color: #025541;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #025541;
}
a:hover {
	text-decoration: underline;
	color: #CC0033;
}
a:active {
	text-decoration: none;
	color: #CC0033;
}

.Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}

.Header {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #025541;
	font-weight: bold;
	letter-spacing: 3px;
}

.SubHead{
	font-family: "Century Gothic", "Trebuchet MS", Arial, Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #CC0033;
	text-decoration: none;
}

.SubHead2{
	font-family: "Century Gothic", "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	color: #025541;
	text-decoration: none;
}

.SubHead3{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #025541;
	text-decoration: none;
	font-weight: normal;
}

.Quote {
	font-family: "Century Gothic", Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #D41F55;
	text-decoration: none;
	font-style: italic;
}

.Sidetxt {	font-family: Trebuchet MS,Verdana,Sans-Serif;
	font-size: 11px;
	color: #303335;
	line-height: 15px;
}
.Footer {font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;}

.Featured {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 1.2px;
}
.Form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
	background-color: #E1EBEA;
}
