a:link {
	color: 07256B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: 07256B;
}
a:hover {
	text-decoration: underline;
	color: 07256B;
}
a:active {
	text-decoration: none;
	color: 07256B;
}
link2 {
	color: 6E2F20;
	text-decoration: none;
}
a:visited2 {
	text-decoration: none;
	color: 6E2F20;
}






a.mainnav:link {
/*  background-color: #336633;*/
font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #FFFFCC;
  text-decoration: underline;
  font-weight: none;
}

a.mainnav:visited {
/*  background-color: #336633;*/
font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #ffffcc;
  text-decoration: underline;
  font-weight: none;
}

a.mainnav:hover {
 /* background: #336633 url('bullet-green.gif') no-repeat; */
 font-family: Verdana, Arial, Helvetica, sans-serif;

  color: #ffffff;
  text-decoration: none;
  font-weight: none
}


a.linktxt

{
color: #cccccc;
 background-color: #999999;
 height: auto;
 width: 200px;
 padding-top:3px;
 padding-bottom:3px;
 display: inline;
}

 

.buttons a 
{
  color: #0A246A;
/* no image, just solid color background to the button */
  background-color: #E3E3E3;
  border-left: 3px solid #C8A26B;
 /* border-right: 20px solid #BAA877;
end of solid color background */
  padding-top: 3px;
  padding-bottom: 3px;
  height: 35px;
  display: inline; 
  font: 11px Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  margin: 2px;

}

 .buttons a:hover 
{
/* no image, just color background to the button */

border-left: 3px solid #336633;
  /* border-right: 20px solid #DEAD5A;
 
 end of solid color swap */
 background-color: #999999;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
}

