body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #B2D6F0;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
body.sub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #B2D6F0;
	background-image: url(images/sub_table_bg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-position: center center;
}
.blackbg {
	background-color: #000000;
}
.navbg {
	background-image: url(images/nav-bg.gif);
}
.turquoisebg {
	background-color: #507E9F;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
}
.yellowtext {
	font-weight: bold;
	color: #FCFF00;
	font-size: 14px;
}
.nonboldlink {
	font-weight: normal;
}
.nonboldlink:hover {
	font-weight: normal;
}
.pagetitle {
	font-size: 16px;
	font-weight: bold;
}
.subbg {
	background-color: #B2D6F0;
	background-image: url(images/sub_table_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
