@charset "utf-8";
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3783B7;
	line-height: 33px;
}
.menubg {
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
}
.bodybg {
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
}
.bottombg {
	background-image: url(../images/bottom_bar.jpg);
	background-repeat: no-repeat;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 17px;
}
.heading1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #009999;
	line-height: normal;
}
.heading2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF6633;
	line-height: normal;
}
.logobg {
	background-image: url(../images/logobg.jpg);
	background-repeat: no-repeat;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #E8E8E8;
	line-height: normal;
	text-decoration: none;
}
a.menu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF6633;
	line-height: normal;
}
.bodylink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336699;
	line-height: 17px;
}
.sublink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336699;
	line-height: 25px;
}
a.sublink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	line-height: 25px;
}

