html {
  height:100%;
}

.legend       { font-size: 9; color: #5C5775; font-weight: bold}
.hlight      { color:#6F6F6F; font-size:11; text-align:center; background-color:#EAC986 }
.hlight a {color: #996633; text-decoration:none; font-weight:bold}
.hlight a:hover {color: #000000; text-decoration:underline}
.centertitle { border-bottom:2px solid #808080; font-size: 13; color: #CC3300; font-weight: bold }
.centertitle2 { border-bottom:1px solid #E8BF49; font-size: 1.2em; color: #5C5775; font-weight: bold; border-left-width:1; border-right-width:1; border-top-width:1 }
.centertitle3 { border-bottom:2px solid #808080; font-size: 14; color: #000000; font-weight: bold; border-left-width:1; border-right-width:1; border-top-width:1 }
.test        { font-size: 12; color: #515151 }
.test a        { font-size: 12; color: #000080; text-decoration:none}
.test a:hover        { font-size: 12; color: #000080; text-decoration:underline}

.titlewll        { font-size: 11; color: #000080; font-weight:bold }
input, textarea, select{
	color : #000080;
	border-collapse: collapse; border: 1px solid #808080; font-style:normal; font-variant:normal; font-weight:normal; font-size:12; font-family:Tahoma; background-color:#FFFFFF
}
.list {font-size: 11; color: #666666}
.list a {font-size: 11; color: #000080; text-decoration:none}
.list a:hover {font-size: 11; color: #000080; text-decoration:underline}
.newtable {border-style:outset; border-width:1; font-size: 12; background-color: #DDDDDD; padding-left:4; padding-right:4}
.menu {font-size: 12px; color: #000000; font-weight:bold; width:100px; display:block}
.menu a {color: #FFFFFF; text-decoration:none;font-weight:bold; background-color:#008080; width:100px}
.menu a:hover {color: #008080; text-decoration:none; background-color:#EAC986;}
body {
height:100%;
  margin: 0;
  padding: 0;
  text-align: center;
  background-color:#FFFFFF;
  font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
  font-size:10pt;
}
.chcol1  { background-color: #DFDFDF }
.chcol2  { background-color: #CBCBCF }
.chcoltit1  { background-image:url('images/cell_bkg_1.jpg') }
.chcoltit2  { background-image:url('images/cell_bkg_2.jpg') }

img.left {
 float: center;
 margin-right: 3px;
 margin-bottom: 3px;
 border: 2px outset #808080;
}

#blueblock{
width: 160px;
border-right: 1px solid #777777;
margin-bottom: 0em;
font-size: 0.8em;
background-color: #90BADE;
color: #333333;padding-left:0; padding-right:0; padding-top:0; padding-bottom:0em
}

* html #blueblock{ /*IE 6 only */
w\idth: 147px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #90bade;
margin: 0;
}

#blueblock li a{
display: block;
border-left: 6px solid #00776F;
border-right: 0px solid #508FC4;
background-color: #EAC986;
color: #222222;
text-decoration: none;
width: 100%; padding-left:8px; padding-right:5px; padding-top:5px; padding-bottom:5px
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
border-left: 10px solid #00776F;
border-right: 0px solid #5ba3e0;
background-color: #58A0A0;
color: #fff;
}