table.outertableborder { background-color: #000066;
color: green;
}



table.outertable { background-color: #000066;

}

table.innertable { background-color: #ccccff;

}

table.tablewithborder { background-color: #ffffcc;
border-top: solid thin #808000;
border-bottom: solid thin #808000;
border-left: solid thin #808000;
border-right: solid thin #808000;

}

table.pagewithborder { background-color: white;
border-top: solid thin #808000;
border-bottom: solid thick #808000;
border-left: solid thin #808000;
border-right: solid thin #808000;

}


A:link, A:visited { text-decoration: none }
A:hover { background: cyan }

Body { margin-left: 0%; margin-right: 0%; margin-top: 0em; margin-bottom: 0em;
color: white;
background:  #666666;
scrollbar-face-color: #cccccc; 
   scrollbar-shadow-color: #F7E600; 
   scrollbar-highlight-color: #cccccc; 
   scrollbar-3dlight-color: #F7E600; 
   scrollbar-darkshadow-color: #cccccc; 
   scrollbar-track-color: #ffffff; 
   scrollbar-arrow-color:#F7E600;
}


a {
	color: #808000;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	background-color : transparent;
	font-style: normal; 
	line-height: normal;
}

a:link {
	color: #808000;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	background-color : transparent;
}


a:visited {
	color: #808000;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	background-color : transparent;
}

a:active {
	color: #808000;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	background-color : transparent;
}

A:Hover {
	color: red;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	background-color : white;
}



H1, H2, H3, H4, H5, H6, TD, P, UL, LI { color: #808000 }

H1 {
  font-size: 20pt;
  font-family: Tahoma;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: normal;
  padding: 0em;
  margin: 0em 0em 0em 0em;
}
H2 {
  font-size: 16pt;
  font-family: Tahoma;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: normal;
  padding: 0.0em;
  margin: 0em 0em 0em 0em;
}

H3 {
  font-size: 14pt;
  font-family: Tahoma;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: normal;
  padding: 0em;
  margin: 0em 0em 0em 0em;
}
H4 {
  font-size: 12pt;
  font-family: Tahoma;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: normal;
  padding: 0em;
  margin: 0em 0em 0em 0em;
}

H5 {
  font-size: 10pt;
  font-family: Tahoma;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: normal;
  padding: 0em;
  margin: 0em 0em 0em 0em;
}
H6 {
  font-size: 8pt;
  font-family: Tahoma;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: normal;
  padding: 0em;
  margin: 0em 0em 0em 0em;
}

TD {
  font-size: 10pt;
  font-family: Tahoma;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: normal;
}

P {
  font-size: 10pt;
  font-family: Tahoma;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: normal;
  padding: 0.5em;
}

UL {
  font-size: 10pt;
  font-family: Tahoma;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: normal;
}

LI {
  font-size: 10pt;
  font-family: Tahoma;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: normal;
}