body {
  font-family: "Verdana";
  font-size: 12px;
  color: #000000;
    margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
    background: #01ac4e;
}
a:link {
  color: #9B0000;
  text-decoration: underline;
  font-weight: bold;
}
a:hover {
  color: black;
  text-decoration: underline;
  font-weight: bold;
}
a:active {
  color: #9B0000;
  text-decoration: underline;
  font-weight: bold;
}
a:visited {
  color: silver;
  text-decoration: underline;
  font-weight: bold;
}
a:footerlink {
  color: #FFD700;
  text-decoration: underline;
  font-weight: bold;
}
a:footerhover {
  color: White;
  text-decoration: underline;
  font-weight: bold;
}
a:footeractive {
  color: #FFD700;
  text-decoration: underline;
  font-weight: bold;
}
a:footervisited {
  color: silver;
  text-decoration: underline;
  font-weight: bold;
}
.tab {
  color: #000000;
  text-decoration: none;
}
.tab-on {
  color: #FFFFFF;
  text-decoration: none;
}
.small {
  font-size: 11px;
}
.footer {
  font-size: 10px;
  color: #FFFFFF;
}
.lite {
  color: #666666;
}
.green {
  color: #556B2F;
}
.title {
  font-size: 17px;
  font-weight: bold;
  color: #01ac4e;
}
.title2 {
  font-size: 10pt;
  font-weight: bold;
  color: #01ac4e;
}
.title3 {
  font-size: 18px;
  font-weight: bold;
  color: #01ac4e;
}
.tbl-title {
  font-weight: bold;
  background-color: #F1F8FE;
}
.tbl-head {
  font-weight: bold;
  background-color: #9B0000;
  color: #FFFFFF;
  background-image: url(images/titlebar.jpg);
  height: 35px;
  
}
.tbl-head2 {
  font-weight: bold;
  background-color: #9B0000;
  color: #FFD700;
}
.border {
  background-color: #000000;
}
.color1 {
  background-color: #FFFFFF;
}
.color2 {
  background-color: #F8F8F9;
}
form {
  margin: 0px;
  padding: 0px;
}
img {
  border-style: none;
  border-width; 0px;
}
.photoborder {
  border: thin solid Black;
}
li {
	list-style-type: disc;
	white-space: normal;
	color: #01ac4e;
	display: list-item;
	font-family: sans-serif;
	font-size: larger;
	font-weight: bold;
	list-style-position: outside;
}
.hiddenPic {display:none;
}
blockquote {
display: block;
padding: 0 60px;
width: 750px;
}

blockquote:before, blockquote:after {
color: #01AC4E;
display: block;
font-size: 700%;
width: 50px;
}
blockquote:before {
content: open-quote;
height: 0;
margin-left: -0.55em;
font-family: "Times New Roman";

}
blockquote:after {
content: close-quote;
height: 50px;
margin-top: -70px;
margin-left: 750px;
font-family: "Times New Roman";
}
/* HELP: Style for each actual link in the footer links<br/><br/> */
.footer-links a { 
	color: #FFFFFF;
	padding: 1px 1px;
	margin: 2px 2px 0px 0px;
	white-space: nowrap;
	text-decoration: underline;
	font-weight: bold;
	height:40px;
}

/* HELP: Style for each link in the footer links list when the mouse hovers over it */
.footer-links a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}
