/* CSS Document */

#text {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
color: white;
font-weight: bold;

}

#navlist {
   position: relative;
   left: 0px;
   top: 0px;
   width: 140px;
}


#navlist ul {
   margin: 0; /*removes indent IE and Opera*/
   padding: 0; /*removes indent Mozilla and NN7*/
   list-style-type: none; /*turns off display of bullet*/
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   
}

#navlist li {
   margin: 0 0 5px 0;
}





#navlist a {
   /*/*/display: block;
   padding: 2px 2px 2px 35px;
   border: 1px solid #006699;
     height: 40px;
   background-image:  url(btn.jpg);background-repeat:no-repeat; /* */
}




#navlist a:link, #navlist a:visited {
   
   /*/*/color: #EEE;
   text-decoration: none; /* */
}
#navlist a:hover {

   color: 00B4FF;

   background-image:  url(btn1.jpg);
   
}



#plain a:link, a:visited, a:hover, a:active{
color: black;
}



#tab1{

color: #2179a5;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
}


h1{
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 18 px;
   Font-weight:bold;
   color: white;
   word-spacing: 1pt;

}

h2{

font-family: verdana, arial, helvetica, sans-serif;
font-size: 14 px;

color: white;



}
.mini {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
color: white;
font-weight: bold;
}

a:link {
   text-decoration: none;
   font-family: verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: white;
   font-weight: bold;
}
a:visited{
text-decoration: none;
color: white;
}

a:hover {
text-decoration: none;
color: white;
background-color: #7A0941;

}
a:active {
text-decoration: none;
color: yellow;
}

