.bkg_blue_lt {
	background-color: #c9deed;
}
.bkg_white {
	background-color: #FFFFFF;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.bodytext a:link, .bodytext a:active, .bodytext a:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
.bodytext a:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	/*background-color: #bab9b9;*/
	padding: 5px;
	line-height: 20px;
}
.footer a:link, .footer a:active, .footer a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
.footer a:hover {
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}
.bkg_gray {
	background-color: #bab9b9;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0061aa;
	text-decoration: none;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0061aa;
	text-decoration: none;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0061aa;
	text-decoration: none;
	line-height: 28px;
}
.nav {
	width: 160px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #003863;
	border-right-color: #003863;
	border-bottom-color: #003863;
	border-left-color: #003863;
	text-align: center;
}
.nav a:link, .nav a:active, .nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.nav_active {
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #003863;
	border-right-color: #003863;
	border-bottom-color: #003863;
	border-left-color: #003863;
	background-image: url(../images/nav_active.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
}
.nav_bar {
	background-image: url(../images/nav_bkg.gif);
	background-repeat: repeat-x;
}
body {
	background-image: url(../images/bkg_stripe.gif);
	background-repeat: repeat;
}

