body { 
 background-color: #999966; 
 margin:0px; 
 padding:0px; 
 top:0px; 
 left:0px; 
 right:0px; 
 }


P {
   text-align: left;
   font-family: verdana, geneva, arial, sans-serif; 
   font-size: 13px;
   line-height: 18px;
   padding-left: 10px;
   padding-right: 10px;
   }

.form {
   text-align: left;
   font-family: verdana, geneva, arial, sans-serif; 
   font-size: 11px;
   line-height: 18px;
   padding-left: 10px;
   padding-right: 10px;
   }

.btn {
   text-align: center;
   font-family: verdana, geneva, arial, sans-serif; 
   font-size: 11px;
color: #999966; 
background-color: #CCCC66;
border-style: dotted
   }

h1 {
  padding-left: 11px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18pt;
  color: #999966;
  border-bottom: solid 1px;
  text-transform: lowercase;
}

h2 {
   text-align: left;
   font: bold 13px, verdana, geneva, arial, sans-serif; 
   line-height: 18px;
   padding-left: 10px;
   padding-right: 10px;
   }

.scroller
	{
   overflow:auto;
   height:400px;
	}

.head {
   text-align: left;
   font-family: verdana, geneva, arial, sans-serif; 
   font-size: 14px;
   }

body {
 scrollbar-face-color: #999966;
 scrollbar-base-color: #999966;
 scrollbar-arrow-color: #CCCC99;
 scrollbar-highlight-color: #CCCC99;
 scrollbar-3d-light-color: #CCCC99;
 scrollbar-shadow-color: #CCCC99;
 scrollbar-dark-shadow-color: #999966;
}

/*BULLETED LIST*/
 /*list-style-image: url(/images/star_bullet.gif)*/ 

ul{
 list-style-type: square;
 list-style-color: #790170;
 font-family: verdana, geneva, arial, sans-serif; 
 font-size: 13px; 
 font-style: normal; 
 line-height: 18px;
}

/*END BULLETED LIST*/


/*NUMBERED LIST*/
 /*list-style-image: url(/images/star_bullet.gif)*/ 

ol{
 font-family: verdana, geneva, arial, sans-serif; 
 font-size: 13px; 
 font-style: normal; 
 line-height: 18px;
 padding-left: 60px;
 padding-right: 60px;
}

/*END NUMBERED LIST*/


/*LINKS*/

.main {
 color: #000000;
 text-decoration: underline;
 }

a:hover.main {
 color: #666666; 
 text-decoration: none;
 }

a:active.main {
 color: #000000;
 }

.subnav {
 color: #790170;
 text-decoration: none;
 }

a:hover.subnav {
 color: #790170;
 text-decoration: underline;
 }

.nav {
 color: #CCCC99;
 font-family: verdana, geneva, arial, sans-serif; 
 font-size: 10px;
 text-decoration: none;
 }

a:hover.nav {
 color: #663333; 
 background-color: #CCCC99;
 }

a:active.nav {
 color: #FFFFFF;
 }

/*END LINKS*/




