A:link { color: blue; text-decoration: none; }
A:hover { color: red; text-decoration: underline; font-weight: bold; }
A:active { color: orange; text-decoration: underline; font-weight: bold; }
A:visited { color: brown; text-decoration: none; }

Body {
	font-size: 10pt;
	font-style:normal;
	line-height:130%;
	
	
	}

tbody {   
	font-size: 10pt; 
	margin: 1em;
	font-style: normal; 
	line-height: 130%; 
	 }

.font8 {   font-size: 8pt}
.font9 {   font-size: 9pt}
.font10 {   font-size: 10pt}
.font11 {   font-size: 11pt}
.font12 {   font-size: 12pt}
.font14 {   font-size: 14pt}
.font16 {   font-size: 16pt}
.font18 {   font-size: 18pt}
.font20 {   font-size: 20pt}
.size0 {   font-size:xx-small}
.size1 {   font-size:x-small}
.size2 {   font-size:small}
.size3 {   font-size:medium}
.size4 {   font-size:large}
.size5 {   font-size:x-large}
.size6 {   font-size:xx-large}



P {   font-size: 10pt;
	line-height:140%;
	
	}
	
.small {   font-size: 9pt; font-style: normal; line-height: 100%; font-weight: normal; }
.large {   font-size: 14pt; font-style: normal; line-height: 100%; font-weight: normal; color: #ffffff; }
.color1 {  color: #cc0000; }
.strong {  color: #eeeeee; font-weight: bold;  }
.strong2 {  color:#000000; font-weight: bold;  }

H1 {  color: #EEEEEE;  font-size: 24pt; font-weight: bold; font-style: italic ; 
      padding-left:20px; line-height: 100%; margin-bottom:2px;
 }
H2 {  color: #dd0000;  font-size: 18pt; font-weight: bold; font-style: normal ; margin-top:10px; margin-left:10px;  }
H3 {  color: #6666FF;  font-size: 11pt; font-weight: bold; font-style: normal ; line-height: 130%; }
UL {  list-style: disk ; }
LI  {  margin-left: 1em ; }


