﻿body {
    color: #000000;
    font-family: Verdana;
    font-size: 11px; 
    line-height: 1.4em;
    margin: 0px;
    text-align: center;
}

a, a:active, a:visited {
    color: #000000;
}

a:hover {
    color: #000000;
}

img {
    border: none;
}

input.InputTypeSubmit {
    background-color: #dddddd;
    border: solid 1px #999999;
    margin-top: 20px;
}

table {
    font-size: 100%;
    line-height: 1.4em;
}

textarea.InputTypeTextBox {
    width: 564px;
}

#page {
    text-align: left;
    width: 565px;
}

#header {
    margin: 0;
}

#content {
    margin: 0;
    padding: 0px 15px 0px 15px;
}

#footer {
    font-size: 10px; 
    margin: 0px 0px 0px 0px; 
    padding: 0px;
}

.QuestionFooter {
    font-style: italic;
}

p.QuestionHeader {
    font-weight: bold;
    margin-bottom: 5px;
}

