BODY
{
    FONT-SIZE: 10pt;
    COLOR:  #000000;
    FONT-FAMILY: 'Open Sans', sans-serif;
    BACKGROUND-COLOR: #FFFFFF
}
TD
{
    FONT-SIZE: 10pt;
    COLOR: #000000;
    FONT-FAMILY: 'Open Sans', sans-serif;
}
A:link
{
    COLOR: #000000;
    TEXT-DECORATION: none
}
A {
color: #000000;
cursor:pointer;
}
A:visited
{
    COLOR: #000000;
    TEXT-DECORATION: none
}
A:hover
{
    COLOR: #3366cc;
    TEXT-DECORATION: none
}

.Heading1
{
    FONT-SIZE: 10pt;
    COLOR: #ffcc66
}
.button
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 8pt;
    MARGIN-LEFT: 0px;
    MARGIN-RIGHT: 0px;
    TEXT-ALIGN: left
}
.AccentTitle
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 12pt;
    COLOR: white;
    TEXT-DECORATION: none
}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
FONT-FAMILY: 'Open Sans', sans-serif;
}

#navcontainer ul li {
display: inline; 
}

#navcontainer ul li a
{
text-decoration: none;
padding: .2em 1em;
color: #fff;
background-color: #1E3D5B;
}

#navcontainer ul li a:hover
{
color: #fff;
background-color: #5E87A9;
}

td.menu {
FONT-FAMILY: 'Open Sans', sans-serif;
font-color: #000000;
font-weight: bolder;
font-size: 12px }