body { 
 background-color: #FFFFFF; 
 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;
   }

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14pt;
  color: #FFCC00;
}

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

#content a, a:link { 
 color: #00c;  
 font-weight: normal; 
 text-decoration: underline; 
} 

#content a:hover { 
 color: #000;
text-decoration: none; 
} 

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


/*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*/

.btn{
 text-align: center;
 font-family: verdana, geneva, arial, sans-serif; 
 font-size: 11px;
 font-weight: bold;
 color: #fc6; 
 padding: 2px 5px 2px 5px;
 text-decoration: none; 
 background-color: #333;
 border: thin solid #000; 
}

input.btn:hover{
 color: #000; 
 background-color: #fc6;
} 

a:hover.btn {
color: #000; 
background-color: #fc6; 
}

/*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: #0000CC;
 text-decoration: underline;
 }

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

a:active.main {
 color: red;
 }

.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;
 }


#buttons{
 text-align: center;
 font-family: verdana, geneva, arial, sans-serif; 
 font-size: 11px;
 font-weight: bold;
 color: #fc6; 
 padding: 2px 5px 2px 5px;
 text-decoration: none; 
 background-color: #333;
 border: thin solid #000;
}

#buttons a, a:link{
 color: #fc6;
 }

#buttons a:hover { 
 color: #000; 
 background-color: #fc6;
}



/*END LINKS*/



