body {
	background-color: dfeoed;
	font-family: Arial, Helvetica, sans-serif;
}
.navbg {
	background-attachment: scroll;
	background-image: url(images/navbg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 7px;
	padding-left: 7px;
	line-height: 13px;
}
.breadcrumb {
	font-size: 12px;
	font-weight: bold;
	color: #3D76C1;
	background-image: url(images/breadcrumb.jpg);
}
.txbg {
	background-image: url(images/txbg.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right top;
}
.bctxt {
	font-size: 12px;
	font-weight: bold;
	color: #3B76C1;
	padding-left: 10px;
	margin-left: 10px;
	padding-top: 1px;
	margin-top: 1px;
}
h1 {
	font-weight: bold;
	color: #C04D52;
	font-size: 16px;
	padding-top: 5px;
	padding-left: 15px;
}
.main {
	font-size: 11px;
	color: #333333;
	padding-right: 55px;
	padding-bottom: 5px;
	padding-left: 17px;
}
.copyright {
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	color: #8E8F97;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #BABCC7;
}
