/* CSS Document */

body
{
background-color: #ffffff;
margin-top: 12px;
left-margin: 60px;
right-margin: 0px;
bottom-margin: 0px;
}


h1
{
font-size: 13px;
font-weight: 0px;
}


.navigation
{
background-image: url(/navbg.gif);
text-align: right;
font-family: bauhaus, arial, verdana, helvetica;
font-size: 12px;
color: #ffffff;
}

.navigation A
{
color: #ffffff;
text-decoration: none;
}

.navigation A:hover
{
color: #ff0000;
text-decoration: none;
}

.navigationleft 
{
font-family: bauhaus, verdana, helvetica, sans-serif;
font-size: 11px;
background-image: url(/leftbg.gif);
line-height: 40px;
padding: 10px;
color: #ffffff;
text-decoration: none;
}

.navigationleft A 
{
color: #ffffff;
text-decoration: underline;
}


.navigationleft A:hover 
{
color: #458CCA;
text-decoration: none;
}

.navigationright
{
font-family: bauhaus, verdana, helvetica, sans-serif;
font-size: 12px;
color: #949494;
padding: 1px;
text-align: left;
}

.whitebg
{
background-color: #ffffff;
}

.bodytext
{
background-color: #ffffff;
font-family:  bauhaus, verdana, helvetica, sans-serif;
font-size: 13px;
color: #9A9A9A;
padding: 17px;
}

.bodytext A
{
color: #9A9A9A;
}

.bodytext A:hover
{
color: #458CCA;
}

.bodyform
{
font-family:  bauhaus, verdana, helvetica, sans-serif;
font-size: 11px;
padding: 2px;
}

.link
{
color: #458CCA;
text-align: center;
}