
A:link		{
		color: #7fb7c0;
		text-decoration: none;
		}

A:active        {
		color: #7fb7c0;
		text-decoration: none;
		}

A:visited       {
		color: #7fb7c0;
		text-decoration: none;
		}

A:hover         {
		color: #7fb7c0;
		text-decoration: underline; 
		background: none;
		}



.menu {
	height: 38px;
	overflow: hidden;
}
.menu ul { list-style: none; padding: 0px 0px 0px 75px; margin: 0px; }

.menu ul li { float: left; display: inline; padding: 0px; margin: 0px; }

.menu ul li a {
  font-family: 'PT Sans Narrow', tahoma;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  color: #000 !important;
  padding: 3px 15px 10px 20px;
}

.menu ul li a:hover {
	color: #444 !important;
}

h2.title { font-weight: 100; font-family: 'PT Sans Narrow', tahoma; font-size: 22px; margin-top: 10px; border-bottom: 1px solid #444; line-height: 16px; margin-bottom: 10px; }


td, p {
  font-family:tahoma;
  color:#000000;
  font-size:12px;
  line-height:21px;
  margin: 0px;
  letter-spacing: 0px;
}

img {
  border: none;
}

.footer {
  font-family:arial;
  color:#666666;
  font-size:10px;
  line-height:20px;
  margin: 0px;
  letter-spacing: 0px;
  }

  
img.left {
	float: left; 
	margin: 5px 10px 5px 0px;
	padding: 0px;
	width: 175px;
	border: 1px solid #555;
}

.clear { clear: both; }
	


