img {
    behavior: url("js/pngbehavior.htc");
}

.bg {
	background-image: url(../images/master/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 985px;
	float: left;
	left: 0px;
	top: 0px;
}

.bodybg {
	background-image: url(../images/master/body.png);
	background-repeat: no-repeat;

}

.menu-bg {
	background-image: url(../images/master/menu-bg.png);
	background-repeat: no-repeat;
	background-position: top;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 21px;
	color: #006467;
	padding-top: 20px;
}



.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 21px;
	color: #000000;
	padding-top: 20px;
}

.main a {
	color: #336782;
	text-decoration: none;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 1px;
}

.menu a {
	color: #006467;
	text-decoration: none;
}

.menu a:hover {
	color: #000000;
	text-decoration: none;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #ffffff;
}

.footer a {
	color: #ffffff;
	text-decoration :none;
}

.footer a:hover {
	color: #FF9703;
	text-decoration :none;
}

