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: #003366;
}
.active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003366;
}

.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;
}
#selector {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

