body{
	margin:00px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
/*	background-color:#4B4B4B; */
	background-color:#FFFFFF;
/*	text-align:center; */
}
table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a{
	color: #005496;
	text-decoration:none;
}
a:hover{
	color: #000000;
	text-decoration:underline;
}
form{
	margin:0px;
}
.inp{
	font-size: 11px;
	border: solid #7F9DB9 1px;
}
.inp-new{
	font-size: 11px;
	color:#333333;
	border:1px #b4defa solid;
	background:#e4f2fc;
	text-align:center;
	padding-left:5px;
	padding-right:5px;
	
	
}

.linkmenu{
	color: #000000;
	/*font-weight: bold;*/
	text-decoration:none;	
}
.link5bg{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;	
}
.link1{
	color: #527D96;	
	text-decoration:none;	
}
.link1:hover{
	color: #527D96;	
	text-decoration:none;	
}
.balloonstyle{
position:absolute;
top: -500px;
left: 0;
padding: 5px;
visibility: hidden;
border:1px solid black;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: white;
/*width: 200px;
Remove below line to remove shadow. Below line should always appear last within this CSS
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);*/
}

#arrowhead{
z-index: 99;
position:absolute;
top: -500px;
left: 0;
visibility: hidden;
}
.anchor{
	color:#FFFFFF;
	text-decoration:none;
}
.anchor:hover{
	color:#FFFFFF;
	text-decoration:overline;
}		
.anchor1{
	color:#f8f8f8;
	text-decoration:none;
}
.anchor1:hover{
	color:#FF9900;
	text-decoration:overline;
}		
.redText{
	color:#FF0000;
	font-size:14px;
}		
.headtext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF9900;
}
.btn-new{
	font-size: 11px;
	color:#0073c0;
	border:1px #b4defa solid;
	background:#e4f2fc;
	text-align:center;
	padding-left:5px;
	padding-right:5px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}
a.btn-new:hover{
	font-size: 11px;
	color:#333333;
	border:1px #b4defa solid;
	background:#e4f2fc;
	text-align:center;
	padding-left:5px;
	padding-right:5px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.bdr{
	border:1px #dedfe1 solid;
}