﻿html {
height: 100%;
width: 100%;
}

body {
	margin: 0px;
    height: 100%;
    width: 100%;
    text-align:center;	

    background-repeat:repeat-x;
    background-position:top;
    background-color:#000000;
}

body,th,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}


h1 
{
    font-family:Georgia, Times New Roman, Times, serif;
    font-size:38px;
    line-height:38px;
    border-bottom:2px dotted gray;
    color:#246D75;
    text-align:left;
    padding: 0 0 0 20px;
    margin: 8px;
 }

#TextBox  {
margin: 20px 40px 20px 40px;
padding: 20px 40px 20px 40px;
text-align:justify;
line-height:20px;
background-color:#fff;
    }
