.tablebkgd {
	background-image: url(images/barb-body.jpg);
	background-repeat: repeat-y;
}
.foot {
	background-image: url(images/barb-foot.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 18px;
	padding-right: 15px;
	padding-bottom: 10px;
}
.weather {
	background-image: url(images/barb-foot.jpg);
	background-repeat: no-repeat;
	padding-top: 24px;
	padding-left: 15px;
}
body {
	margin-top: 0px;
	background-color: #3974AE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.bodytx {
	font-size: 12px;
	padding: 10px 15px 15px;
}
.heading {
	font-size: 18px;
	font-weight: bold;
	color: #3974AE;
}
.subheading {
	font-size: 12px;
	font-weight: bold;
	color: #3974AE;
}
.copyright {
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}
.explore {
	font-size: 12px;
	padding-right: 10px;
}

/* Text Links */
a.textlk {
	font-weight: normal;
}
a.textlk:link {
	color: #0000FF;
	text-decoration: underline;
}
a.textlk:visited {
	text-decoration: underline;
	color: #0000FF;
}
a.textlk:hover {
	text-decoration: none;
	color: #0000FF;
}
a.textlk:active {
	text-decoration: underline;
	color: #0000FF;
}

/* White Navigation */
a.white {
	font-weight: bold;
}
a.white:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.white:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.white:active {
	text-decoration: none;
	color: #FFFFFF;
}

/* Navigation */
a {
	font-size: 12px;
	font-weight: bold;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #3974AE;
}
a:active {
	text-decoration: none;
	color: #3974AE;
}

/* Orange Navigation */
a.orangelk {
	font-size: 12px;
	font-weight: bold;
}
a.orangelk:link {
	color: #C76117;
	text-decoration: none;
	font-size: 15px;
}
a.orangelk:visited {
	text-decoration: none;
	color: #C76117;
}
a.orangelk:hover {
	text-decoration: underline;
	color: #C76117;
}
a.orangelk:active {
	text-decoration: none;
	color: #C76117;
}
