.siteHeader {
	position: relative;
	height: 20px;
	text-indent: 5px;
	padding-top: 1px;
	letter-spacing: 3px;
	font-size: 10pt;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #B5CDD0;
	text-align : left;
	border-top : 1px solid #F7BF38;
}
.subsiteHeader {
	position: relative;
	height: 15px;
	text-indent: 15px;
	letter-spacing: 1px;
	font-size: 8pt;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #F7BF38;
	text-align : left;
}
A:LINK, A:VISITED, A:ACTIVE, A:HOVER {
	color: #B5CDD0;
	text-decoration: none;
}