html,body{
	padding: 0px;
	margin: 0px;
	background: #fff;
	font-family: verdana;
	font-size: 11px;
}
div,table{
	font-family: verdana;
	font-size: 11px;
}
a{
	color: #000;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
#topbg{
	height: 71px;
	background: #000;
	background-image: url('images/top_bg.gif');
	color: #fff;
	text-transform: uppercase;
}
#menubar{
	height: 21px;
	background-image: url('images/menubg.gif');
	color: #fff;
	text-transform: uppercase;
}
#menubar td table td{
	height: 21px;
	color: #fff;
	text-transform: uppercase;
	border-right: 1px solid #000;
	vertical-align: middle;
}
#menubar a{
	
	color: #fff;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px 7px 0px 7px;
}
a.greycolor{
	color: grey;
}

.headingtext{
	border-bottom: 1px solid #000;
	font-weight: normal;
}
.bheading{
	border-bottom: 1px solid #000;
	font-weight: bold;
	color: #c92e2e;
	font-size: 14px;
}
