.site {
	font-weight: bold;
}
a.site:link {
	font-weight: bold;
	color: #0000CC;
}
a.site:hover {
	font-weight: bold;
		color: #0000CC;
}
a.site:visited {
	font-weight: bold;
		color: #0000CC;
}
.activepage {
	color: #FFFFFF;
	border: 1px solid #FF7500;
	font-size: 10px;
	margin: 1px;
	padding: 4px;
	background: #F05D01;
	font-weight: bold;
	text-align: center;
}
.inactivepage {
	color: #333333;
	border: 1px solid #FF7500;
	font-size: 10px;
	margin: 1px;
	padding: 4px;
	text-align: center;
}
a.pages:link {
	color: #333333;
	font-size: 10px;
	text-decoration: none;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 7px;
}

a.pages:visited {
	color: #333333;
	font-size: 10px;
	text-decoration: none;
}

a.pages:hover {
	color: #F05D01;
	font-size: 10px;
		text-decoration: underline;
}
.portoutline {
	padding: 10px 5px 10px 10px;
	border: 1px solid #CCCCCC;
}
