.nav {
	background-color: #eeeeee;
	text-align: right;
	height: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.nav a {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
.nav_selected {
	background-color: #888888;
	border-right: solid 1px #000000;
	text-align: right;
	height: 20px;
}
.nav_selected a, .nav_selected_text {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
.web_services a{
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 20px;
}
.fnt {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}
.title {
	font-weight: bold;
	font-size: 10pt;
}
.title_border {
	border-bottom: solid 1px #000000;
}
.title_name {
	font-weight: bold; 
	font-size: 12pt;
	margin-left: 10px;
}
.desc {
	margin-left: 10px;
}
.bold {
	font-weight: bold;
}
.sites {
	color: #aaaaaa;
	text-decoration: none;
}
.under {
	text-decoration: underline;
}
.footer {
	font-size: 8pt; 
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
