/* Formatting for menu items */

A.menu:link { 

  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 13px;
  text-decoration: none;
  background-color:#cccccc; }

A.menu:visited { 

  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 13px;
  text-decoration: none; }

A.menu:hover {
  color: #EBF0C8;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 13px;
  background-color:#207868; 
  }

body,p,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	COLOR: #666666;
}
caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	  font-weight: bold;
	  text-align:left;
	  }
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;

}
.firstletter {font-size: 19px;

      font-family: Georgia, "Times New Roman", Times, serif;

	  font-weight: bold;}


.required {  color: #ff0000; }
.box {border: 1px solid black;

      padding: 0.1em;}
