/* Client: Melwood Springs | Client's website: URL */
/* Coded by Devon Ackerman of AEI Web Design | aeiwebdesign.com | 01/18/08 */

/* universal */
body {
	background-color: #003366;
	margin: 0;
	padding: 0;
}

/* a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!! */
/* a:active MUST come after a:hover in the CSS definition in order to be effective!! */
a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #993300;
	text-decoration: underline;
}

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

/* makes all images not require border=0  */
img {
	border: none;
}

/* body txt */
.txt_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #003366;
	padding: 0 0 15px 10px;
}

.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #003366;
	line-height: 18px;
	padding: 0 18px 10px 20px;
}

.txt_hdr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #003366;
	line-height: 14px;
	padding: 40px 0 0 22px;
	width: 245px;
}

/* footer */
.txt_ftr {
	height: 80px;
	padding-top: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #000000;
	line-height: 14px;
}
