﻿html,body
{
    margin:0;
    padding:0;
    height:100%;
    font-family:Arial Narrow, Trebuchet, Trebuchet MS, Verdana, Arial, Sans-Serif, Calibri;
    background-image:url(../images/bg.gif);
    background-position:center;
    background-repeat:repeat;
}
a
{
    color:white;
    text-decoration:underline;
}
p
{
    margin:0;
    padding:0;
}
a:hover
{
    color:Black;
    text-decoration:none;
}
img
{
    border:0;
    margin:0;
    padding:0;
}
#navigation_top
{
    font-family:Arial, Verdana, Trebuchet, Sans-Serif;
    color:White;
    font-weight:bold;
    font-size:0.8em;
    background-image:url(../images/navigation-bg.gif);
    background-repeat:repeat-x;
    height:27px;
    line-height:27px;
}
#navigation_bottom
{
    font-family:Arial, Verdana, Trebuchet, Sans-Serif;
    color:White;
    font-weight:normal;
    font-size:0.7em;
    background-image:url(../images/navigation-bg.gif);
    background-repeat:repeat-x;
    height:27px;
    line-height:27px;
}
.body
{
    font-size:0.8em;
}
.input_field_1
{
    border:solid 1px black;
    width:100%;
    height:20px;
}
.input_field_2
{
    border:solid 1px black;
    width:100%;
    height:60px;
}
