body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
.activesmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6699ff;
}
.active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6699ff;
}

.active a:link {
	color: #ffffff;
	text-decoration: none;
}
.active a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:link {
	color: #0000CC;
	text-decoration: underline;
}
a:visited {
	color: #0000CC;
	text-decoration: underline;
}
.notactive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #CCCCCC;
	text-decoration: none;

}
.notactive a:link {
	color: #0000CC;
	text-decoration: none;
}
.notactive a:visited {
	color: #0000CC;
	text-decoration: none;
}
.notactivesmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
}
.notactivesmall a:link {
	color: #0000CC;
	text-decoration: none;
}
.notactivesmall a:visited {
	color: #0000CC;
	text-decoration: none;
}
td {
	font-size: 12px;
}
#navigation {
	text-align: right;
	width: 600px;
	font-weight: bold;
	margin-bottom: 5px;
}
#selector {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

