a:link {
	color: #000080;
	text-decoration: none;
}

a:link.white {
	color: #FFFFFF;
	text-decoration: none;
}

a:link.yellow {
	color: #FFFF00;
	text-decoration: none;
}

a:link.black {
	color: #000000;
	text-decoration: none;
}


a:visited {
	background: transparent;
	color: #000080;
	text-decoration: none;
}

a:visited.white {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited.yellow {
	color: #FFFF00;
	text-decoration: none;
}

a:hover {
	background: transparent;
	color: #A90000;
	text-decoration: underline;
}

a:hover.white {
	color: Aqua;
	text-decoration: underline;
}

a:hover.yellow {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover.black {
	color: #000000;
	text-decoration: underline;
}
a:active {
	background: transparent;
	color: #A90000;
	text-decoration: none;
}

body {
	background: #7F9CBA;
	font-family: Verdana, Arial, serif;
}

input, select, textarea {
	font-family: Verdana, Arial, serif;
	font-size: 8pt; /*border: 1px solid Black;*/
}

table {
	font: 8pt Verdana;
	font-size: 8pt;
}

.header {
   color: white;
   background: #484848;
   font-weight: bold;
	font-family: Verdana, Arial, serif;
   border-top: 2px groove #DCDCDC;
   border-bottom: 2px groove black;
   border-left: 2px groove #DCDCDC;
   border-right: 2px groove black;
}

.header1 {
   color: white;
   background: #006699;
	font-family: Verdana, Arial, serif;
   font-weight: bold;
   border-top: 2px groove #99CCFF;
   border-bottom: 2px groove black;
   border-left: 2px groove #99CCFF;
   border-right: 2px groove black;
}

.header2 {
   color: white;
   background: #0C2C55;
   font-weight: bold;
 }
 
.header3 {
   color: white;
   background: #0C2C55;
   font-weight: bold;
   border-bottom: 2px groove black;
 }
 
  .header4
 {
   color: navy;
   font-family: Verdana, Arial, serif;
   font-weight: bold;
   font-size: 18pt;
 }
 
 .header5 {
   color: white;
   background: #D3D3D3;
   font-weight: bold;
	font-family: Verdana, Arial, serif;
   border-top: 2px groove #DCDCDC;
   border-bottom: 2px groove black;
   border-left: 2px groove #DCDCDC;
   border-right: 2px groove black;
}
 
 .content
 {
   color: black;
   /*background: #F5F5F5;*/
   font-family: Verdana, Arial, serif;
   font-size: 8pt;
   font-weight: normal; 
	border-top: 1px solid white;
   border-bottom: 1px solid #AEAEAE;
   border-left: 1px solid white;
   border-right: 1px solid #AEAEAE;
 }
 
.content2
 {
   color: black;
   /*background: #E6E6E6;*/
   font-family: Verdana, Arial, serif;
   font-size: 8pt;
   font-weight: normal;
	border-top: 1px solid white;
   border-bottom: 1px solid #AEAEAE;
   border-left: 1px solid white;
   border-right: 1px solid #AEAEAE;
 } 