body {
	background-image: url(../images/green-back.gif);
	background-repeat: repeat;
	padding-top: 20px;
	background-attachment: fixed;
}
.header {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding-top: 8px;
}
.bodyarea {
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(../images/address-bar.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 8px;
	border: 1px solid #000000;
}

.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: normal;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	background-color: #CCCCCC;
	padding: 4px;
}
.navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #CCCCCC;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.nav A:Link {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.nav A:Visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.nav A:Hover {
	font-weight: bold;
	color: #0000FF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.nav A:Active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}.address {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	padding: 4px;
	border: 1px dotted #000000;
}
.red-txt {
	color: #900;
}
.fht-box {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	color: #666;
}
.blue-link {
	color: #00F;
	text-decoration: underline;
}
