html, body {
    width: 990px;
    height: 100%;
    background: #ECECEC;
}

html, body, form {
    margin: 0px;
    padding: 0px;
}

html, body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #787776;
    margin: auto;
}

p, ol li, ul li, table td, table th {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #555555;
    font-weight: normal;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

a:link, a:active, a:visited {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    /* color: #793409; */
    color: #990000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.grayLink:link, a.grayLink:active, a.grayLink:visited, a.grayLink:hover {
    color: #555555;
}
.lll {
	position: absolute; top:1px; left: 1px; height: 1px; width: 1px; overflow: hidden;
}

