html, body
{
	height:100%;
	width:100%;
	margin:0px;
	padding:0px
}

body
{
	font-family: Arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    color:#000000;
    background-image:url(../images/bg_2.jpg); 
    background-repeat:repeat-x;
    background-color:#ffffff;
}
a
{
    text-decoration: none;
    color: #A1051D;
}
a:hover
{
    text-decoration: underline;
    color: #A1051D;
}

a.menu 
{
    text-decoration: none;
    color: #ffffff;
    font-weight:bold;
}
a.menu:hover
{
    text-decoration: underline;
    color: #ffffff;
    font-weight:bold;
}

.inputField
{
	font-family: Arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    border-style: solid;
    border-width: 1px;
    background-color: #ffffff;
    border-color: #000000;
}

.inputButton
{
	font-family: Arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight:bold;
    color: #840000;
    border:1px solid #000000;
    background-image:url(../images/bg_button.jpg);
}
h1
{
margin:0px; padding:0px; font-size:18px; margin-bottom:10px
}