P {
   text-align: left;
   font-family: "Verdana", "Geneva", "Arial", "sans-serif"; 
   font-size: 11px;
   font-style: normal;
   font-weight: normal;
   line-height: 20px;
   color: black;
   padding-left: 20px;
   padding-right: 20px;
   }

H1,H2 {
   text-align: left;
   font-family: "Verdana", "Geneva", "Arial", "sans-serif"; 
   font-size: 11px;
   font-style: normal;
   font-weight: bold;
   line-height: 20px;
   color: #336699;
   padding-left: 20px;
   padding-right: 20px;
   }

.two{
   font-size: 15px;
   font-style: normal;
   font-weight: bold;
   line-height: 20px;
   color: #99CC33;
   padding-left: 20px;
   padding-right: 20px;
   }

.small {
   font-family: "Verdana", "Geneva", "Arial", "sans-serif"; 
   text-align: center;   
   font-size: 10px;
   font-style: normal;
   font-weight: normal;
   line-height: 18px;
   color: white;
   padding-left: 40px;
   padding-right:40px;
   }


body{
   background-color: #336699;
}

 
body {
 scrollbar-face-color: #336699;
 scrollbar-base-color: #336699;
 scrollbar-arrow-color: #99CC33;
 scrollbar-highlight-color: white;
 scrollbar-3d-light-color: white;
 scrollbar-shadow-color: silver;
 scrollbar-dark-shadow-color: #336699;
}


ul{
     list-style-image:   url(/images/bullet_blue.gif);     
     list-style-type: square;
     list-style-color: red;
     font-family: "Verdana", "Geneva", "Arial", "sans-serif"; 
     font-size: 11px; 
     font-style: normal; 
     line-height: 18px;
}



/*LINKS*/

.nav {
 font-family: verdana, geneva, arial, helvetica, sans-serif;
 font-size: 11px;
 color: #336699;
 font-weight: normal; 
 text-decoration: none;
 letter-spacing: 1px;
 }

a:active.nav {
 text-decoration: underline;
 color: red;
 }
a:hover.nav {
 color: #99CC33;
 text-decoration: underline;
  }

.nav2 {
 font-family: verdana, geneva, arial, helvetica, sans-serif;
 color: #000099;
 font-weight: normal; 
 text-decoration: none;
 letter-spacing: 1px;
 }

a:active.nav2 {
 text-decoration: underline;
 color: red;
 }
a:hover.nav2 {
 color: #FF9900;
 text-decoration: underline;
  }
.ks {
 font-family: verdana, geneva, arial, helvetica, sans-serif;
 color: #CCCCCC;
 font-weight: normal; 
 text-decoration: none;
 }

a:active.ks {
 text-decoration: underline;
 color: red;
 }
a:hover.ks {
 color: #FF9900;
 text-decoration: underline;
  }
.main {
 font-family: verdana, geneva, arial, helvetica, sans-serif;
 color: #99CC33; 
 font-weight: normal;
 text-decoration: underline;
 }

a:active.main {
 color: #FF9900;
 }
a:hover.main {
 color: #FF9900;
 text-decoration: none;
 }
.cal {
 font-family: verdana, geneva, arial, helvetica, sans-serif;
 color: #000099;
 font-weight: normal; 
 text-decoration: none;
 }

a:active.cal {
 text-decoration: underline;
 color: red;
 }
a:hover.cal {
 color: #FF9900;
 text-decoration: underline;
  }



/*END LINKS*/



