body
{
    margin-left: 0px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family: Tahoma;
    font-size: 13px;
    color: #004a80;
}

.heading {
    font-size: 12px;
    font-weight: bold;
    color: #00746b;
}

.field {
    font-family: Tahoma;
    font-size: 13px;
    color: #ed1c24;
}

.data {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #00746b;
}

.button {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #004a80;
    width: 100px;
}

a, a:link, a:visited, a:active
    {color: #004a80; text-decoration: none}
	
a:hover
    {color: #ed1c24; font-family: Tahoma; font-weight: normal; text-decoration: underline;}


