/* CSS Document */

body
{
background-color: #ffffff;
margin-top: 20px;
}

h1
{
font-family: georgia, times new roman;
font-size: 16px;
color: # ffffff;
font-weight: bold;
}

.navigation
{
text-align: center;
background-color: #4B4B4B;
font-family: georgia, times new roman;
font-size: 9px;
color: #ffffff;
}

.navigation A
{
color: #ffffff;
text-decoration: none;
}

.navigation A:hover
{
color: #ffffff;
text-decoration: underline;
}


.bodyform
{
background-color: #A1B30F;
font-family: georgia, times new roman;
font-size: 12px;
color: #ffffff;
padding: 1px;
}
.textfield
{
font-family: georgia, times new roman;
font-size: 8px;
}

.greenbg
{
background-color: #A1B30F;
}

.bodytext
{
background-color: #A1B30F;
font-family: georgia, times new roman;
font-size: 12px;
color: #ffffff;
padding: 30;
}

.bodytext A
{
color: #ffffff;
}

