html, body
{
	height:100%;
	width:100%;
	margin:0px;
	padding:0px
}

body
{
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    color:#000000;
}
a
{
    text-decoration: none;
    color: #9A0008;
}
a:hover
{
    text-decoration: underline;
    color: #9A0008;
}

a.top_menu
{
	text-decoration: none;
    color: #ffffff;
    font-size:10px;
    font-weight:bold;
}
a.top_menu:hover
{
	text-decoration: none;
    color: #F9BA41;
    font-size:10px;
    font-weight:bold;
}

.internal
{
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    color:#ffffff;
}

.inputField
{
    font-family: "Bitstream Vera Sans" , tahoma, verdana, "Trebuchet MS" , "Helvetica" , sans-serif, sans;
    font-size: 10px;
    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: 10px;
    color: #ffffff;
    border-style: solid;
    border-width: 1px;
    background-color: #C67C7C;
    border-color: #000000;
}

.footer
{
    font-size:12px;
    color:#000000;
}

H1
{
    font-size:14px;
}
