.foot {
	background-image: url(images/foot.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 24px;
	height: 73px;
}
.tablebkgd {
	background-image: url(images/bkgd.jpg);
	background-repeat: repeat-y;
}
.headline {
	background-image: url(images/headline.jpg);
	background-repeat: repeat-y;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.body {
	background-image: url(images/body.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 20px;
	padding-right: 18px;
	padding-left: 20px;
	font-size: 12px;
}
body {
	background-color: #E0EBFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.linkpad {
	padding-left: 13px;
	padding-bottom: 15px;
	padding-top: 5px;
	padding-right: 17px;
}
.heading {
	font-size: 18px;
	font-weight: bold;
	color: #276042;
}
.subheading {
	font-size: 12px;
	font-weight: bold;
	color: #276042;
}
.signup {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.copyright {
	font-size: 9px;
	text-align: center;
}
.tablereverse {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #276042;
	padding-top: 5px;
	padding-bottom: 5px;
}


/* Navigation */
a {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 18px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #E0EBFF;
}
a:active {
	text-decoration: none;
	color: #E0EBFF;
}

/* Body Text Links */
a.txlink {
	font-size: 12px;
	color: #0000FF;
	font-weight: normal;

}
a.txlink:link {
	text-decoration: underline;
	color: #0000FF;

}
a.txlink:visited {
	text-decoration: underline;
	color: #0000FF;
}
a.txlink:hover {
	text-decoration: none;
	color: #0000FF;
}
a.txlink:active {
	text-decoration: underline;
	color: #0000FF;
}