body 
 {color: #AAAAAA; 
  background-color:#FFFFFF; 
  font-family: "Courier New", Courier, monospace;
  font-size: 100%;
  width:96%;
  margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
  margin-left: 0px
 }
p {color: #AAAAAA; 
	background-color:#FFFFFF;  
	font-size: 10pt;
}
li {
	font-size: 10pt;
}

h1,h2,h3,h4{
	color:#aaaaaa; 
	background-color:#FFFFFF;  
	
}

h1 {font-size: 4rem;
	}
h2 { font-size: 2rem;
}
h3 { font-size: 1.8 rem;
}



.formfix_small {margin-top: 1px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size:8pt}
.formfix {margin-top: 1px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;}
.tiny{font-size: 4pt}
.small { font-size:8pt}
.input {font-size: 8pt;}

a.silver { color: #aaaaaa; text-decoration: None;  font-weight:bold;}
a.silver:visited { color: #999999;  font-weight:bold;}
a.silver:hover { color: #bbbbbb; text-decoration: underline;  font-weight:bold;}


    
.main{
margin-top:4px;
    border-top-left-radius: 4px; 
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px; 
    border-bottom-right-radius: 4px;
   /* box-shadow: 1px 1px 22px #333;*/
    border: 1px solid #eee; 
    max-width: 800px;
    background-color: #ffffff;
    padding: 8px 8px;
    margin-left: auto;
    margin-right: auto;    
    }  
	
.centre_text{
text-align: center;
}    
	 
