body  {
	background-repeat : no-repeat;
	background-position : center center;
}

a:hover  {
	font-weight : bold;
	color : #339999;
	text-decoration : underline;
}

p  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

td  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
; vertical-align: top
}

h2  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16pt;
	font-weight : bold;
	color : #339999;
	text-align : center;
}

h1  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 18pt;
	font-weight : bold;
	color : #339999;
	text-align : center;
}

h3  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : bold;
	color : #339999;
	text-align : left;
}

h4  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
	color : #339999;
	text-align : left;
}

a {  color: #000000; font-weight: bold; text-decoration: underline}
li {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt}
.MediumRed {
	font-size : 12pt;
	color : RED;
	font-weight : bold;
}
.SmallRed {
	font-size : 10pt;
	color : RED;
	font-weight : bold;
}
.SmallBlue {
	font-size : 10pt;
	color : blue;
	font-weight : bold;
}
textarea  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}
.White {
	color : white;
	font-weight : bold;
}
.Silver {
	color : silver;
	font-weight : bold;
}

.WhiteCenterTitle  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : bold;
	color : white;
	text-align : center;
}
.MediumWhite {
	font-size : 12pt;
	color : white;
	font-weight : bold;
}

.DisabledMenu {
	font-size : 10pt;
	color : Gray;
	font-weight : bold;
}


#floater {
      position: absolute;
      left: 5;
      top: 10;
      width: 150;
      visibility: visible;
      z-index: 10;
      }
      A.menu {
     	color : Blue;
     	font-size : 10pt;
     	font-family : Arial, Helvetica, sans-serif;
     	text-decoration : none;
     }
	 
	 A.silvermenu {
     	color : Silver;
     	font-size : 10pt;
     	font-family : Arial, Helvetica, sans-serif;
     	font-weight : bold;
     }
      
      A.menu:HOVER{
      color : teal;
      }