BODY {
	font-family: Verdana;
	font-size: 10pt;
	background-image: url("../images/bkgd.gif");
	color: black;
	font-style: normal;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
H1 {
	color: black;
	font-family: Verdana;
	font-weight: 600;
	font-size: 14pt;
	font-style: normal
}
TABLE {
	color: black;
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	border: 0px;
	border-spacing: 0px;
	padding: 0px;
}
TABLE:THEAD:TR {
	bgcolor: "#94ACDD";
	valign: "bottom";
}
A:LINK {
	color: #3366cc
}
A:ACTIVE {
	color: #3366cc
}
A:VISITED {
	color: #3366cc
}
TR {
	 valign: top;
	 align: left;
}
.error {
	font-family: Verdana;
	font-size: 12pt;
	color: red;
	background-color: #FFFFBF;
	font-style: normal
}
.hidden {
	display: none;
}
.modalDIV {
	margin: auto;
	background-color: #E7E7E7;
	z-index: 1100;
	border: 1px solid Gray;
}
#blocker {
     visibility: hidden;
     position: absolute;
     left: 0px;
     top: 0px;
     width:0px;
     height: 0px;
     text-align:center;
     z-index: 10;
	  background-image:url("../images/overlay.png");
}
.menubarTitle{
	font-weight: bold;
	color: #FFFFFF;
	background-color: Gray;
}
.popUp{
	border: solid 1px;
	background-color: #E6E6E6;
}