body{
	font-family: sans-serif;
	font-size: 11px;
	color: 47505f;
}
h1{
	text-align: center;
	font-size: 14px;
	color: 005ca0;
	font-weight: bold;
}
h2{
	text-align: center;
	font-size: 13px;
	color: 005ca0;
	font-weight: bold;
}
h3{
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
a{
	text-decoration: none;
	font-size: 11px;
	color: 005ca0;
	cursor: pointer;
}
a:hover{
	text-decoration: underline;
	color: 47505f;
}
a:visited{
	color: 005ca0;
}
td{
	font-size: 11px;
	color: 47505f;
}
.inp{
	font-family: sans-serif;
	font-size: 11px;
	color: 4a4e55;
}
.tblHdr{
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	color: 005ca0;
	font-weight: bold;
}
.minDiv{
	width: 800px;
	text-align: center;
	text-decoration: none;
	color: 47505f;
	color: d6122a;
}
.aldiv{
	display:none;
	background-color:#f8fdff;
	border:dashed gray 1px;
	text-align:center;
	padding:15px;
	width:200px;
	height:75px;
	z-index:10;
	position:absolute;
	top:150px;
	left:200;
}
