TH  {
   font-weight : bold; 
   font-family : "Verdana", "Arial", "Helvetica", sans-serif; 
   background : #9999ff; 
   color: #000000;
   vertical-align: middle;
   text-align : center;
 }
TD.center  {
   text-align : center;
   vertical-align: middle;
 }

.value {
   font-family : "Courier New", "Courier", monospace;
   text-align : right;
   vertical-align: middle;
 }
TD  {
   font-family : "Verdana", "Arial", "Helvetica", sans-serif; 
   background : #99ccff; 
   color: #000000;
   vertical-align : top; 
   text-align : justify; 
 }

TABLE  {
   font-family : "Verdana", "Arial", "Helvetica", sans-serif; 
   vertical-align: middle;
 }
BODY  {
   font-family : "Verdana", "Arial", "Helvetica", sans-serif; 
   color : #000000; 
   background : #ffffff fixed; 
   text-align : justify; 
 }
A:visited  {
   font-weight : bold; 
   color : #ffffff; 
   background : #99ccff; 
   text-decoration : none; 
 }
A:link  {
   font-weight : bold; 
   color : #ffffff; 
   background : #99ccff; 
   text-decoration : none; 
 }
A:active  {
   color : #ffffff; 
   background : #555599; 
   text-decoration : none; 
   border-width : thin; 
   border-style : solid; 
   border-color : #000000; 
 }
A:hover {
   text-decoration : underline;
}

H2 {
   color: #000000;
   background: #9999ff;
   border-width : thin;
   border-style : solid;
   border-color : #000000;
 }
FORM {
   color: #000000;
   background: #9999ff;
   }

.left {
	text-align: left;
}
