<style TYPE="text/css">
BODY { font-family: Tahoma}
.clsHidden { display:none }
.clsShown { display: }
.clsTopicNormal { cursor: hand }

/* H2 is major heading */
H2 {
font-family: Times New Roman, Arial; 
text-align: left; 
font-size: 12pt;
font-weight: normal; 
background-color: gray;
margin-left: 0px;
text-transform: uppercase;
color: white  
}

maindiv{
font-size: 9pt;
font-weight: normal; 
background-color: black;
}

/*  h3 is subject */
 h3 {
font-family: Arial; 
text-align: left; 
font-size: 8pt;
font-weight: bold; 
margin-left: 0px;
text-transform: uppercase;
}

/* p */
p {
font-family: Arial; 
text-align: left; 
font-size: 11pt;
font-weight: normal; 
margin-left: 5px;
}

/* a */
a {
text-decoration: none;
color: blue;  
}
</style>


