/* CSS Document */
body{
	margin:0px;
	background-color: #06334B;
}
.menucell {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #00677A;
	padding-right: 5px;
	padding-left: 5px;
}
.menu {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #00677A;
	padding-right: 3px;
	padding-left: 3px;
	text-decoration: none;
}
a:hover.menu {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #C21215;
	padding-right: 3px;
	padding-left: 3px;
	text-decoration: none;
}
.maintext {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-align: justify;

}
.footer {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.address {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #00677A;
	text-decoration: none;

}

.maintextgreen {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #00677A;
}
.heading {
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #006666;

}
.maintextbold {

	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.maintext1 {

	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-align: left;
}
.logo {
	background-color: #ffffff;
	background-image: url(bhuwalka.gif);
	height: 102px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
	font-size: 25px;
	font-weight: bolder;
	color: #FFFFFF;
	text-transform: capitalize;
	padding-left: 100px;
}
.maintexblue {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #0096D1;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
