html, body{
behavior:url(/css/csshover.htc);
	font-family: Verdana;
	font-size: 11px;
	color: #005A88;	
	width: 100%;
	height: 100%;
}
#botcell{
	background-image: url(../images/page_bg.jpg);
	background-color: #ffffff;
	background-repeat: repeat-x;
	height: 178px;
}
body{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
}
#toptab{
	background-image: url(../images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#topcell{
	background-image: url(../images/top_bg.jpg);
	background-repeat: repeat-x;
}
td, p, div{
	font-family: Verdana;
	font-size: 12px;
	color: #005A88;
}
form{
	padding: 0px;
	margin: 0px;
}
input{
	font-family: Verdana;
	font-size: 12px;
	color: #005A88;
	border: 1px solid #005A88;
}
input.nobord{
	font-size: 12px;
	border: 0px none;
}
select{
	font-family: Verdana;
	font-size: 12px;
	color: #005A88;
	border: 1px solid #005A88;
}
a {
	font-family: Verdana;
	font-size: 12px;
	color: #005A88;
}
h1{
	font-family: Verdana;
	font-size: 16px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #005A88;
}
.twhite{
	color: #ffffff;
}
.tsmall{
	font-size: 10px;
}
.tjust{
	text-align: justify;
}
.tcenter{
	text-align: center;
}
.tright{
	text-align: right;
}
.titalic{
	font-style: italic;
}
.terror{
	color: #ff0033;
}
.tbold{
	font-weight: bold;
}
.tmedium{
	font-size: 11px;
}
.footer{
	font-family: Tahoma;
	color: #005C89;
	font-size: 11px;
}
.more{
	font-size: 10px;
	font-weight: bold;
	color: #7FADC3;
	text-decoration: none;
}
.topic{
	color: #00A882;
	font-size: 14px;
	font-weight: bold;
}
td img {border: 0px}
.menucell{
	font-family: Verdana;
	padding-left: 8px;
	font-size: 11px;
	color: #005C89;
}
.menucell a{
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	color: #005C89;
}
.menucellA{
	font-family: Verdana;
	font-weight: bold;
	padding-left: 8px;
	font-size: 11px;
	color: #00A882;
}
.menucellA .level1{
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	color: #00A882;
}
.menucellA li a{
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	color: #005C89;
	font-weight: normal;
}
.menucellA li .current{
	color: #00A882;
	font-weight: bold;
}
.content{
	width: 80%;
}

.pop input {
border:0px;
}
.pop {

}

span.info{
  position:relative; /*this is the key*/
  color:#000;
  cursor:help;
  text-decoration:none;
}
span.info span.tooltip { display:none;
}
span.info:hover span.tooltip { /*the span will display just on :hover state*/
  display:block;
  position:absolute;
  top:1.5em; left:0em; width:15em;
  border:1px solid #0cf;
  color:#000;
  font-size:80%;
  text-align:left;
  border:1px solid #499fb3;
  background-color:#E7F1F8;
  FILTER: progid:DXImageTransform.Microsoft.Shadow(color='gray', Direction=150, Strength=3);
}

.menucell {
	position: relative;
}

