/* CSS Document */
body
{
background-color:#CCCCCC;
margin-top:30px;
}

body, td
{
font-family:verdana;
font-size:12px;
color:black;
}


.MainTable
{
margin:auto;
background-color:white;
border:1px solid #039;
}

.Footer
{
width:900px;
margin:auto;
color:white;
font-size:10px;
padding-top:5px;
}

.Footer a, .Footer a:hover
{
text-decoration:none;
color:white;
}

.Footer a:hover
{
color:yellow;
}

.Content
{
background-image:url(/images/content_background.gif);
background-repeat:repeat-y;
padding:30px 30px 30px 80px;
}

H1
{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:32px;
color:#003399;
margin-bottom:10px;
}

p
{
margin-top:0px;
}

