body { 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	background-color: #dce9fc;
	background-repeat: repeat;
	color: #000000;
}

.header_bg {
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.header_bg2 {
	background-image:url(../images/header2.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.footer_bg {
	background-image:url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.subheader_bg {
	background-image:url(../images/subheader.jpg);
	background-repeat: no-repeat;
	background-position: top;
	color: #2365b9;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-left: 35px;
}

.sidebar_img {
	background-image:url(../images/photo.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.sidebar {
	background-image:url(../images/blue_box.jpg);
	background-repeat: repeat-y;
}

.main_body {
	background-image:url(../images/white_box.jpg);
	background-repeat: repeat-y;
}

.body_txt {
	color: #000000;
	font-size: 11px;
	text-align: justify;
	line-height: 16px;
}

.address {
	color: #FFFFFF;
	font-size: 11px;
	text-align: left;
	line-height: 18px;
	padding-left: 55px;
	padding-top: 30px;
}

.footer_txt {
	color: #FFFFFF;
	font-size: 11px;
	text-align: right;
	line-height: 14px;
}

.tb_txt {
	background-color: #a9cbfc;
	color: #2365b9;
	font-size: 11px;
	text-align: right;
	line-height: 13px;
	padding: 8px;
}

.tb_txt2 {
	background-color: #dce9fc;
	color: #2365b9;
	font-size: 11px;
	text-align: right;
	line-height: 13px;
	padding: 8px;
}

.tb_head {
	background-color: #a9cbfc;
	color: #2365b9;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	line-height: 13px;
	padding: 8px;
}

.tb_head2 {
	background-color: #dce9fc;
	color: #2365b9;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	line-height: 13px;
	padding: 8px;
}

.tb_head3 {
	background-color: #dce9fc;
	color: #2365b9;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	line-height: 13px;
	padding: 8px;
}


.nav_txt {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	line-height: 18px;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 15px;
}

a.footer_txt {
	color: #2365b9;
	font-size: 11px;
	text-align: right;
	text-decoration: underline;
}

a.body_txt {
	color: #2365b9;
	font-size: 11px;
	text-decoration: underline;
}

a.nav_txt {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

a.footer_txt:hover {
	color: #a9cbfc;
}

a.body_txt:hover {
	color: #a9cbfc;
}

a.nav_txt:hover {
	text-decoration: underline;
}