DIV {
 	font-family : "Arial";
  	font-size : 12px;
   font-weight : normal;
   color : #402080;
   }
   
LI {
 	font-family : "Arial";
  	font-size : 16px;
   font-weight : bold;
   color : #402080;
   list-style-type: square;
   list-style-position: outside;
	}

LI.small {
	font-family : "Arial";
  	font-size : 12px;
   font-weight : bold;
   color : #402080;
   list-style-type: square;
   list-style-position: outside;
	}	
	
TD {
 	font-family : "Arial";
  	font-size : 12px;
   color : #402080;
	}
   
DIV.small {
 	font-family : "Arial";
  	font-size : 12px;
	font-weight : bold;
   color : #402080;
	}   
   
.red {
	font-family : "Arial";
  	font-size : 16px;
	font-weight : bold;
   color : #d00000;
   }
   
.big {
	font-family : "Arial";
  	font-size : 16px;
   font-weight : bold;
   color : #402080;
   }   

A.white {
	font-family : "Arial";
  	font-size : 12px;
   color : #ffffff;
   }   
   
.mytd tr {background-color: #c3d9d9;}
                                     
.ttitle {
        font-weight: bold; 
        color: #ffffff; 
        text-align: left;
        background-color: #204c47;
}

.headl {font-weight: bold; background-color: #ffffff; text-align: left;}
.head2 {font-weight: bold; font color: red; background-color: #ffffff; text-align: left;}
.headr {font-weight: bold; background-color: #ffffff; text-align: right;}

.ll {
  font-size: 12px;
  font-weight: bold;
  color: #204c47;
  text-decoration: underline;
}
.lw {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
}