body {
   background: #707070;
   font-family: Verdana, Arial, serif;

}

table {
	font-size: 10pt;
	font: 10pt Verdana;
}

.itemBorder { border: 1px solid black }
.itemText { text-decoration: none; color: #FFFFFF; font: bold 10px Verdana, Arial, Helvetica }

input.req {
   font-family: Verdana, Arial, serif;
   font-size: 8pt;
   background-color: #FFFACD;
}
input.req2 {
   font-family: Verdana, Arial, serif;
   font-size: 8pt;
   background-color: White;
}
input, select, textarea {
   font-family: Verdana, Arial, serif;
   font-size: 8pt;
	
   /*border: 1px solid Black;*/
}

a:link.white {
	color: White;
	text-decoration: none;
}

a:visited.white {
	color: White;
	text-decoration: none;
}

a:hover.white {
	color: navy;
	text-decoration:underline;
}

a:link {
   color: Navy;   
   font-weight: bold;
}

a:active {
   color: #A90000;
   background: transparent;
   text-decoration: none;
   font-weight: bold;
}

a:visited {
   color: navy;
   background: transparent;
   font-weight: bold;
}

a:hover {
   color: #A90000;
   background: transparent;
   text-decoration: underline;
   font-weight: bold;
}

.header {
   color: White;
   background: #898F8F;
	font-family: Verdana, Arial, serif;
   font-weight: bold;
 border-top: 2px groove #CCCCCC;
   border-bottom: 2px groove #333333;
   border-left: 2px groove #CCCCCC;
   border-right: 2px groove #333333;
}

.header1 {
   color: White;
   background: #AEB5B5;
   font-weight: bold;
	font-family: Verdana, Arial, serif;
 border-top: 2px groove #CCCCCC;
   border-bottom: 2px groove #333333;
   border-left: 2px groove #CCCCCC;
   border-right: 2px groove #333333;
	font-size: 8pt;
}

.header5 {
   color: White;
   background: #707070;
   font-weight: bold;
	font-family: Verdana, Arial, serif;
 border-top: 2px groove #CCCCCC;
   border-bottom: 2px groove #333333;
   border-left: 2px groove #CCCCCC;
   border-right: 2px groove #333333;
}
.header6 {
   color: White;
   border-left: 2px groove #CCCCCC;
}

.header2 {
   color: black;
   background: #80828E;
   font-weight: bold;
 }
 
.header3 {
   color: black;
   background: #80828E;
   font-weight: bold;
   border-bottom: 2px groove black;
 }
 
  .header4
 {
   color: navy;
   font-family: Verdana, Arial, serif;
   font-weight: bold;
   font-size: 18pt;
 }
 
.content {
   color: black;
   background: #B9BBC4;
   font-family: Verdana, Arial, serif;
   font-size: 80%;
   font-weight:normal;
	border-top: 1px solid #DBDBDB;
   border-bottom: 1px solid #898F8F;
   border-left: 1px solid #DBDBDB;
   border-right: 1px solid #898F8F;
 }
 
.content2 {
   color: black;
   background: #A5A8B6;
   font-family: Verdana, Arial, serif;
   font-size: 80%;
   font-weight:normal;
	border-top: 1px solid #DBDBDB;
   border-bottom: 1px solid #737988;
   border-left: 1px solid #DBDBDB;
   border-right: 1px solid #737988;
 } 

 


.border {
   border-top: 2px groove black;
   border-bottom: 2px groove black;
   border-left: 2px groove black;
   border-right: 2px groove black;
}


.border1 {
   border-top: 2px groove #99CCFF;
}




