.Main {
	width: 800;
    background-color: #FFFFFF;
    color: #000000;
    font-family: Arial, MS Sans Serif;
    font-size: 12pt;
    }

.FormBox {
    color: #000066;
    border-color: #337533;
    border-width: 1px;
    font-family: Arial, MS Sans Serif;
    font-size: 10pt;
    }
    
.Page1  {
	width: 220; 
	font-family: Arial, MS Sans Serif;
    font-size: 10pt;
    color: #000000;
	padding: 15px; 
	position: absolute; top: 222px; left: 0px;
	}
.Page1 a:link      { text-decoration: underline; color: #FF0000; }
.Page1 a:active    { text-decoration: underline; color: #FF0000; }
.Page1 a:visited   { text-decoration: underline; color: #FF0000; }
.Page1 a:hover     { text-decoration: underline; color: #FF0000; }

.Page2  {
	width: 580; 
	font-family: Arial, MS Sans Serif;
    font-size: 12pt;
    color: #000000;
	padding: 15px; 
	position: absolute; top: 222px; left: 200px;
	}
.Page2 a:link      { text-decoration: underline; color: #FF0000; }
.Page2 a:active    { text-decoration: underline; color: #FF0000; }
.Page2 a:visited   { text-decoration: underline; color: #FF0000; }
.Page2 a:hover     { text-decoration: underline; color: #FF0000; }


.Printer {
    background-color: #FFFFFF;
    font-family: Arial, Times New Roman;
    font-size: 10pt;
    padding: 2;
   }