body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: FFDE00;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration:underline;
}

.hometxt {
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	padding-top: 30px;
	padding-right: 25px;
	padding-bottom: 30px;
	padding-left: 25px;
	text-align: justify;
}
h1 {
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
}
h2 {
	font-size: 15px;
	line-height: 28px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
}
.basetxt {
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
}
a.basetxt {
	color:#333333;
	font-size: 11px;
	text-decoration:none;
}
a.basetxt:hover {
	color:#000000;
	font-size: 11px;
	text-decoration:none;	
}.bodytxt {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	text-align: justify;

}
.bodytxtbld {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	font-weight: bold;
}
.header {
	font-size: 17px;
	line-height: 20px;
	color: #000000;
	font-weight: bold;
}
.submenutxt {
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	padding-right: 5px;
	padding-left: 25px;
	padding-bottom: 5px;
	text-transform: uppercase;
}
.messagetxt {
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	font-weight: bold;
}
.messagetxt2 {
	font-size: 13px;
	line-height: 16px;
	color: #000000;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	font-weight: bold;
}

#quote {
	background-color: #E9E9E9;
	width: 525px;
	border: 3px double #000066;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	display: table;
	font-style: italic;
}

