TD {
	font-size: 12pt; 
	color: #000000; 
	font-family: Verdana, Sans-serif;
        line-height:22px;
}
A:visited {
	color: Green; 
	text-decoration: none;
	font-weight: bold;
}
A:link {
	color: Maroon; 
	text-decoration: none;
	font-weight: bold;
}
A:hover {
	color: Maroon; 
	text-decoration: underline;
	font-weight: bold;
}
.footer {
        font-size: 10pt;
}
.smallfont {
        font-size: 10pt;	
}
.blockquote {
	font-style: italic;
	font-weight: normal;
	padding: 20px;	
	border: 1px solid #EAEAEA;
	border-left: 3px solid #0FBE7C;
	margin-bottom: 20px;
}
.header_top { 
	height: 40px;
	font-size: 12pt;
	font-weight: bold;
}
.headers { 
        font-size: 12pt;
	font-weight: bold;
}
.contact { 
        background:  #c0c0c0;
}
.hr { 
        color: red;
}

#menu ul {
  margin: 0;
  padding: 8px;
  list-style: none;
  background:#E6E6E6;
  overflow: hidden; 
}

#menu li {
  display:inline-block;
}
#menu a {
  display: block;
  text-decoration: none;
  padding: 2px;
  font-weight: bold;
  font-size: 10pt; 
  color: #000000; 
  font-family: Verdana, Sans-serif;
}
#menu a:hover {
	background: rgb(51,51,51);
	color: #fff;
}