a
{
    text-decoration: none;
    color: #B02100;
}

a:hover
{
    text-decoration: underline;
    color: #B02100;
}

body
{
	margin:0px;
	padding:0px;
	color:#000000;
    font-family: "Bitstream Vera Sans" , tahoma, verdana, "Trebuchet MS" , "Helvetica" , sans-serif, sans;
    font-size: 11px;
    font-style: normal;
    background-color:#FFECB9;
}

.internal
{
    font-family: "Bitstream Vera Sans" , tahoma, verdana, "Trebuchet MS" , "Helvetica" , sans-serif, sans;
    font-size: 10px;
    font-style: normal;
}

.inputField
{
    font-family: "Bitstream Vera Sans" , tahoma, verdana, "Trebuchet MS" , "Helvetica" , sans-serif, sans;
    font-size: 11px;
    color: #000000;
    border-style: solid;
    border-width: 1px;
    background-color: #ffffff;
    border-color: #000000;
}

.inputButton
{
    font-family: "Bitstream Vera Sans" , tahoma, verdana, "Trebuchet MS" , "Helvetica" , sans-serif, sans;
    font-size: 11px;
    color: #ffffff;
    border-style: solid;
    border-width: 1px;
    background-color: #976009;
    border-color: #000000;
}
a.menu
{
    text-decoration: none;
    color: #472B00;
    font-size:12px;
}

a.menu:hover
{
    text-decoration: underline;
    color: #885300;
    font-size:12px;
}
.menu
{
    color:#472B00;
    font-size:12px;
}
a.footer
{
    text-decoration: none;
    color: #000000;
    font-size:10px;
}

a.footer:hover
{
    text-decoration: underline;
    color: #000000;
    font-size:10px;
}