/* CSS Document */

/* CSS Document */
a:link {
	color: #47759E; 
	text-decoration: none;
}

a:visited {
	color: #47759E; 
	text-decoration: none;
}

a:active {
	color: #47759E; 
	text-decoration: none;
}

.tb {
	border: 1px dotted #697F94;
}

a:hover {
	color: #007E3A; 
	text-decoration: underline;
}

body, td {
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #595959;
	letter-spacing: 0px;
	
}

textarea { 
 font-family: verdana; 
 	font-size: 10px;
	color: #3E3D3E;
}

input { 
 font-family: verdana; 
 	font-size: 10px;
	color: #3E3D3E;
}

#intro td {
	font-family: verdana;
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing: 0px;
	
}

#footer td {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #6091BC;
	letter-spacing: 0px;
	
}

h1, h2  {
	font-family: Trebuchet MS;
	font-size: 17px;
	color: #4A4F51;
	font-weight: normal;
	letter-spacing: 0px;
	
}

h3, h4  {
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #595959;
	font-weight: bold;
	letter-spacing: 0px;
	
}

hr {
	border: 0;
  	width: 370px;
	color: #007E3A;
	background-color: #007E3A;
	height: 1px;


	
}


ul {
	margin: 0px 0px 0px 0px;
	}

li {
	list-style: inside square 3px;
	line-height: 2;
	}
