/*main page*/
body
{
background-color:#FFFFFF;
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}

.footer
{
height:20px;
background-color:#F89304;
}

.footertext
{
color:#ffffff;
font-weight:bold;
margin-top:2px;
}

.footertext a:link, .footertext a:hover, .footertext a:visited
{
font-size:80%;
color:#ffffff;
text-decoration:none;
}

.navcontainer
{
margin-top:25px;
}

.hmenu:link, .hmenu:active, .hmenu:hover, .hmenu:visited
{
color:#193151;
text-decoration:none;
font-weight:bold;
}

.smenu li
{
color:#193151;
list-style-type:square;
}

.smenu:link, .smenu:active, .smenu:hover, .smenu:visited
{
color:#193151;
text-decoration:none;
}

.content
{
padding-top:23px;
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
}

.content_newsletter
{
padding-top:15px;
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
}

.topnav
{
margin-top:15px;
font-size:80%;
color:#193151;
}

.topnav a:link, .topnav a:hover, .topnav a:visited
{
text-decoration:none;
color:#193151;
}

.Button
{
    BORDER: #000000 1px solid;
    FONT-SIZE: 9pt;
    COLOR: white;
    BACKGROUND-COLOR: #F89304;
}
.ButtonMouseOver
{
    BORDER: #000000 1px solid;
    FONT-SIZE: 9pt;
    COLOR: white;
    BACKGROUND-COLOR: #193151;
}
