
body, td, ul, p, div {font-family: Verdana, Arial, Helvetica, sans-serif; 
					  font-size: 11px;}
					  
select, input, textarea {font-family: Verdana, Arial, Helvetica, sans-serif; 
						 font-size: 11px; background: #FFFFFF;}
						 
hr {height: 1px; 
    color: #999999;}

form {margin: 0px; 
      padding: 0px;}

.formbutton  {color: #000000; 
              background: #CCCCCC;}

.formbuttonover  {color: #FFFFFF; 
				  background: #999999;}


.smaller {font-size: 10px;}

.larger {font-size: 12px;}

.heading {font-size: 18px; 
          font-weight: bold;
		  color:#8ba4cc}
		  
.errortxt {font-weight: bold; 
           color: #CC0000;}
.redtxt {color: #CC0000;}
.bluetxt {color: #000099;}

a:link.menu{font-weight:bold; color:#8B7C05; text-decoration:none}
a:active.menu{font-weight:bold; color:#8B7C05; text-decoration:none}
a:visited.menu{font-weight:bold; color:#8B7C05; text-decoration:none}
a:hover.menu{font-weight:bold; color:#FFFFFF; text-decoration:none}

a:link.nav{color:#FFFFFF; text-decoration:none}
a:active.nav{color:#FFFFFF; text-decoration:none}
a:visited.nav{color:#FFFFFF; text-decoration:none}
a:hover.nav{color:#FFFFFF; text-decoration:underline}

a:link{color:#8BA4CC; text-decoration:none}
a:active{color:#8BA4CC; text-decoration:none}
a:visited{color:#8BA4CC; text-decoration:none}
a:hover{color:#8BA4CC; text-decoration:underline}

 ul
{
list-style-type: none;
padding: 0;
margin: 15px;
line-height:16px;
}
li
{
background-image: URL(../images/bullet.gif);
background-repeat: no-repeat;
background-position:  0px 5px;
padding-left: 15px;
}
li.nav
{
background-image: URL(../images/bullet.gif);
background-repeat: no-repeat;
background-position:  0px 7px;
padding-left: 15px;
}

.button {color: black;    
         font: bold 11px Verdana;
         cursor: hand;
		 border:1px solid black;
		 background-color:#F1D194;}

.buttonover  {color: white;
              font: bold 11px Verdana;
              cursor: hand;
			  border:1px solid black;
			  background-color:#FA631E;}
