a
{
    text-decoration: none;
    color: #FF7500;
}

a:hover
{
    text-decoration: underline;
    color: #FF7500;
}
a.footer
{
    text-decoration: none;
    color: #ffffff;
}

a.footer:hover
{
    text-decoration: underline;
    color: #ffffff;
}
a.menu
{
    font-size:18px;
    text-decoration: none;
    color: #ffffff;
}

a.menu:hover
{
    font-size:18px;
    color: #FF7500;
}

body
{
	margin:0px;
	padding:0px;
	color:#ffffff;
    font-family: tahoma, "Bitstream Vera Sans" , verdana, "Trebuchet MS" , "Helvetica" , sans-serif, sans;
    font-size: 11px;
    font-style: normal;
}

.internal
{
    font-family: tahoma, "Bitstream Vera Sans" , verdana, "Trebuchet MS" , "Helvetica" , sans-serif, sans;
    font-size: 11px;
    font-style: normal;
}

.inputField
{
    font-family: tahoma, "Bitstream Vera Sans" , 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: tahoma, "Bitstream Vera Sans" , verdana, "Trebuchet MS" , "Helvetica" , sans-serif, sans;
    font-size: 11px;
    color: #ffffff;
    border-style: solid;
    border-width: 1px;
    background-color: #FF7500;
    border-color: #000000;
}
