#copyright{
    font-size: 9pt;
    color: #333333;
    font-family: Verdana, Arial;
    font-style: normal;
    font-variant: normal;;
}


#chromemenu{
font-weight: bold;
font-size: 90%;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
list-style: none;
padding: 0;
margin: 0;
border: 0px solid #BBB;
width: 100%;
background: url(images/chromebg.gif) center center repeat-x;
text-align:right; /*set value to "right" for example to align menu to the left of page*/
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
/*color: #494949;
padding: 0px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;*/
background: url(images/chromebg.gif) #fff center center repeat-x;
height: 2em;
line-height: 2em;
float: right;
width: 9.7em;
display: block;
border: 0.1em solid #dcdce9;
color: #0d2474;
text-decoration: none;
text-align: center;
}

#chromemenu ul li a:hover{
background: url(images/chromebg2.gif) center center repeat-x;
}


#navcontainer
{
width: 12em;
border-right: 1px solid #000;
padding: 0 0 0em 0;
margin-bottom: 0em;
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
background-color: #90bade;
color: #333;
}

#navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer li
{
border-bottom: 1px solid #90bade;
margin: 0;
}

#navcontainer li a
{
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #2175bc;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
  cell-spacing: 0;
  padding:0;
} 

html {
	overflow-y: scroll;
}

tr, td, body
{
    font-size: 12pt;
    color: #333333;
    font-family: Verdana, Arial;
    font-style: normal;
    font-variant: normal;
}

.head
{

}


