<STYLE type="text/css">

<!--
/* h2  */
h1 {
font-family: Verdana, Arial,Times New Roman; 
text-align: left; 
font-size: 16pt;
font-weight: normal; 
margin-left: 0px;
text-transform: uppercase;
color: blue  
}

/*  h2  */
 h2 {
font-family: Arial,Times New Roman; 
text-align: left; 
font-size: 11pt;
font-weight: bold; 
margin-left: 0px;
}

/*  h3  */
 h3 {
font-family: Arial,Times New Roman; 
text-align: left; 
font-size: 10pt;
font-weight: bold; 
margin-left: 10px;
text-transform: uppercase;
font-weight: bold; 
}

/*  h4  */
 h4 {
font-family: Arial,Times New Roman; 
text-align: left; 
font-size: 10pt;
font-weight: italic; 
margin-left: 10px;
text-transform: uppercase;
}


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


/*  p  */
 p {
font-family: Arial,Times New Roman; 
text-align: left; 
font-size: 10pt; 
margin-left: 10px;
}



 /* a */
 a {
 text-decoration: underline;
 color: blue;
 }
 
a:link { color: blue; } 
a:visited { color: purple; } 
a:active { color:red; } 
a:hover { text-decoration: none;  
          color: blue; 
          font-weight: bold; 
} 

a.deflnk { color = black; }  
a.deflnk:link { color: black; } 
a.deflnk:visited { color: black; } 
a.deflnk:active { color:black; } 
a.deflnk:hover { text-decoration: underline;  
          color: green; 
          font-weight: bold; 
} 

a.extlnk { color = green; }  
a.extlnk:link { color: green; } 
a.extlnk:visited { color: purple; } 
a.extlnk:active { color:green; } 
a.extlnk:hover { text-decoration: underline;  
          color: green; 
          font-weight: bold; 
}  
 
 

 tocitm 
 {
   background-color: #EEEEEE;
 }

 tocitm:hover
 {
   background-color #800000;
 }
 
 
/* menu list */ 
 menu {
font-family: Verdana,Arial; 
text-align: left; 
font-size: 8pt;
font-weight: ; 
margin-left: 2px;
text-transform: uppercase;
}

.mytab{
margin-bottom: 1em;
}

.mytab ul{
padding: 3px 9px 2px 5px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom: 1px solid #929492;
}

.mytab li{
display: inline;
margin: 0;
}

.mytab li a{
text-decoration: none;
padding: 3px 9px 2px 5px;
margin: 0;
margin-right: 1px; /*distance between each tab*/
border-left: 1px solid #DDD;
color: black;
font-size: 13px;
background: #ECEEEC url(eweb/images/tabbg.gif) top right no-repeat;
}

.mytab li a:visited{
color: black;
}

.mytab li a:hover{
background-color: #CDDADA;
color: navy;
}

.mymenu{
list-style-type: none;
font: bold 10px Verdana;
margin: 0;
padding: 0;
width: 180px;
}

.mymenu li a{
color: blue;
display: block;
width: 80%;
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
border: 1px solid;
border-color:#DDDDDD #5A3A54 #5A3A54 #D5BFD0;
background-color: #DDDDDD;
text-decoration:none;
}


.mymenu li a:visited{
color: blue;
}

.mymenu li a:hover, .mymenu li a:active{
color: black;
background-color: #FFCCCC;
}




-->
</style>
