input, textarea, select
{
font-family: Arial;
font-size: 8pt;
}

p
{
margin-top: 0px;
margin-bottom: 10px;
}

a:link
{
color: #0b5358;
}

a:visited
{
color: #3b8388;
}

a:hover
{
color: maroon;
}

.main
{
font-family: Arial;
font-size: 9pt;
color: #3b8388;
margin-left: 17px;
margin-right: 20px;
}

.main-header
{
font-family: Arial;
font-size: 12pt;
font-weight: bold;
color: #3b8388;
margin-left: 17px;
margin-right: 20px;
margin-top: 10px;
}

.form-field, .form-text
{
font-family: Arial;
font-size: 9pt;
color: #3b8388;
}

.form-field
{
text-align: right;
}

.form-field-required
{
font-family: Arial;
font-size: 9pt;
font-weight: bold;
color: red;
text-align: right;
}

.footer
{
font-family: Arial;
font-size: 8pt;
color: darkgrey;
text-align: center;
margin-top: 10px;
}