body, td, th, div, span {
	font-family: Arial, Times New Roman, sans serif;
	font-size: 11px;
	color: #043D45;
}

a:link {
	font-family: Arial, Times New Roman, sans serif;
	font-size: 11px;
	color: #043D45;
	text-decoration: underline;
}

a:visited {
	font-family: Arial, Times New Roman, sans serif;
	font-size: 11px;
	color: #043D45;
	text-decoration: underline;
}

a:hover {
	font-family: Arial, Times New Roman, sans serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}




a.ho:link {
	font-family: Arial, Times New Roman, sans serif;
	font-size: 11px;
	color: #043D45;
	text-decoration: underline;
	padding-left: 8px;
	background: url('../pics/link.gif');
	background-repeat: no-repeat;
	background-position: center left;	
}

a.ho:visited {
	font-family: Arial, Times New Roman, sans serif;
	font-size: 11px;
	color: #043D45;
	text-decoration: underline;
	padding-left: 8px;
	background: url('../pics/link.gif');
	background-repeat: no-repeat;
	background-position: center left;	
}

a.ho:hover {
	font-family: Arial, Times New Roman, sans serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	padding-left: 8px;
	background: url('../pics/link_hover.gif');
	background-repeat: no-repeat;
	background-position: center left;
}





input, textarea {
	font-family: Arial, Times New Roman, sans serif;
	font-size: 11px;
	color: #043D45;
	background: #FFFFFF;
	border: 1px solid #87BCCE;
	width: 150px;
}