    body {
      border: 0px none;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 12pt;
      color: #000000;
      background-color: #FFFFFF;
      height:100%;
      margin-left: 0px;
      margin-top: 5px;
      margin-right: 0px;
      margin-bottom: 0px;
    }
    h1 {
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 20pt;
      color: #000000;
      margin-left: 0px;
      margin-top: 5px;
      margin-right: 0px;
      margin-bottom: 5px;
    }
    legend {
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 12pt;
      color: #000000;
    }
    input,textarea {
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 10px;
      font-weight: bold;
      border-bottom-width: medium;
      border-left-width: medium;
      border-top-style: none;
      border-right-style: none;
      border-bottom-style: double;
      border-left-style: double;
      border-bottom-color: #003399;
      border-left-color: #003399;
    }
    a:link {
      color: #455995;
    }
    a:visited {
      color: #455995;
    }
    a:hover {
      color: #DD6900;
    }
    a:active {
      color: #DD6900;
    }

.popup {
	position: absolute; display: none; align;
	padding:3px;
}

.popupBack {
	background-color:#ffffff;
	border: 1px solid #000000;
}

.links2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	cursor: hand;
	position: static;
	height: 29px;
	width: 118px;
}
.links2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
}
.links2 a:hover {
/*main bar hover*/
 }
.linkDIV {
	position:absolute; 
	left:0px; top:0px; 
	z-index:1;  
	visibility: hidden;
	line-height:25px; 
	border-bottom: solid 4px #000000; 
	border-left: solid 4px #000000; 
	border-right: solid 4px #000000;
	border-top: solid 4px #000000;
	/* width: 110px; */
}


.linkDIV ul {
	display: inline;
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;		
}
	
.linkDIV li {
		display: inline;
}

.linkDIV ul a {
	margin: 0;
	padding: 0 15px 0 15px;
	display: block;
	text-decoration: none;
	border-width: 0 0 0 0;
	border-style: solid;
	border-color: #CFCFD0;
	font-weight: bold;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#D9E3EB;
	/* width: 130px; */
	font-size: 11px;
}
.linkDIV ul a:hover{
	color:#CC0000;
}
