
{
    Background-color : rgb(255 , 255 , 255);
}
table
{
    Background-color : rgb(255, 255, 255);
    Font-family : Verdana;
    Font-style : normal;
    Font-weight : normal;
    Font-size : 10pt;
    Font : Verdana;
    Color : black;
}
body
{
    Background-color : rgb(51 , 51 , 51);
    Font-family : Verdana;
    Font-style : normal;
    Font-weight : normal;
    Font-size : 10pt;
    Font : Helvetica;
    Color : black;
}

H3
{
    Font-size : 11pt;
}

a:link
{
    Font-family : Verdana;
    Font-style : normal;
    Font-weight : normal;
    Font-size : 10pt;
    Font : Roman;
    Color : black;
}
a:visited
{
    Font-family : Verdana;
    Font-style : normal;
    Font-weight : normal;
    Font-size : 10pt;
    Font : Roman;
    Color : rgb(51, 51, 51);
}
.copyright
{
    Font-size : 8pt;
}

a:active
{
    Font-family : Verdana;
    Font-style : normal;
    Font-weight : normal;
    Font-size : 10pt;
    Font : Roman;
    Color : rgb(204, 204, 204);
}
a:hover
{
    Font-family : Verdana;
    Font-style : normal;
    Font-variant : normal;
    Font-weight : normal;
    Font-size : 10pt;
    Font : Verdana;
    Color : rgb(0, 0, 153);
}

.blacktable
{
    Background-color : #000000;
    Font-family : Verdana;
    Font-style : normal;
    Font-weight : normal;
    Font-size : 10pt;
    Font : Verdana;
    Color : black;
}

.quicklink
{
    Font-size : 9pt;
	Font-align: left
}

#centeredmenu {
   float:left;
   width:100%;
   background:#fff;
   border-bottom:4px solid #000;
   overflow:hidden;
   position:relative;
}
#centeredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#centeredmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#centeredmenu ul li a {
   display:block;
   margin:0 0 0 1px;
   padding:3px 10px;
   background:#ddd;
   color:#000;
   text-decoration:none;
   line-height:1.3em;
}
#centeredmenu ul li a:hover {
   background:#369;
   color:#fff;
}
#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {
   color:#fff;
   background:#000;
   font-weight:bold;
}

