.textcell {
	font-weight : normal;
	font-size : 13px;
	font-family : Trebuchet,Tahoma,Verdana,Helvetica,sans-serif;
	color: #333333;
	}

.textheader {
	font-weight: bold;
	font-size: 16px;
	font-family: Trebuchet,Tahoma,Verdana,Helvetica,sans-serif;
	color: #333333;
}


	a:link {
	font-weight: bold;
	text-decoration:none;
	color: #647747;
}
	a:visited {
	font-weight: bold;
	text-decoration:none;
	color: #647747;
}
	a:active {
	text-decoration:none;
	color: #9933FF;
}
	a:hover {
	font-weight: bold;
	color: #CC9933;
	text-decoration:underline;
}
