﻿html {
    height: 100%;
    margin-bottom: 1px; }

body {
    height:100%;
    background-color:#dbe9f6;
    /* background-image:url(/img/bkgrnd.jpg);
    background-position:top center;
    background-repeat:no-repeat;*/
    font-family:verdana;
    font-size:11px;
    color:#333333;
    padding:10px 20px 20px 20px;
    text-align:center; }

td {
    font-family:verdana;
    font-size:11px;
    text-align:left;
    line-height:15px;
    word-spacing: 0.01em;
    letter-spacing:0.01em;
    vertical-align:top; }

table {
    border-collapse:collapse;
    border:1px solid #333333;
    background-color:#ffffff; }

table.main {
    border:1px solid #122f4c;
    height:100%;
    width:800px; }
    
table.footer {
    background-color:Transparent;
    border:0px; }

h1 {
    font-size:13px;
    font-weight:bold;
    color:#173f66; }

a { text-decoration:none; background-color: transparent; }
	a:link { color:#173f66; }
	a:visited { color:#173f66; }
	a:active { color:#173f66; }
	a:hover { color:#092139; text-decoration:underline; }