body {
       	text-align       : center;
	background-color : #ccffcc;
	margin           : 0px;
	padding          : 0px;
}

 #main {
	width : 780px;
	margin-left      : auto;
	margin-right     : auto;
	text-align       : left;
	background-color : #ffffff;
	
  bottom : auto;
}

H1 {
       font-size: 16px;
	color :#cc9900;
       text-decoration : underline;
       margin-left : 10px;
       margin-top : 	10px;
       margin-bottom : 10px;
}
H2{
       font-size: 14px;
	color: #003300;
       margin-left : 5px;
       margin-top : 7px; 
       margin-bottom : 7px;
}
H3{
      font-size: 12px;
	color: #003366;
       margin-left : 5px;
       margin-top : 5px; 
       margin-bottom : 5px;

}
H4{
     font-size : 10pt;
      color : #ffffff;


}
H5{
     font-size : 8pt;
      color : #666666;


}
H6{
     font-size : 7pt;
      color : #ffffff;
       margin-top : 1px; 
       margin-bottom : 0px;


  right : auto;
}
HR{
     color : #666666;
      height : 2px;


}
A{
  color : #666666;
  text-decoration : none;

}
A:visited{
  color: #666666;
  text-decoration : none;

}
A:hover{
  color: #993333;
  text-decoration : underline;
  background-color : #ffffcc;
}
A:ACTIVE{
  color: #ff99cc;
  text-decoration : none;

}
TH{
  color : #ffffff;
  background-color : #33cc33;

}
TD {
	color: #666666;
	font-size : 10pt;

}
BLOCKQUOTE{
  font-size : 8px;
  text-align : center;
}
