.header {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.selected-text {
	color: #000000;
	font-weight: bold;
}
.filled-table {  background-color: #FFFFFF}

.banner-table-back {
	background-color: #CCCCCC;
}
.bordered-table-back {
	background-color: #000000;
}
.bordered-table-front {
	background-color: #CCCCCC;
}
.menu-table-back {
	background-color: #000000;
}
.menu-table-front {
	background-color: #282828;
}

.high-selected-text {
	color: #0033CC;
	font-style: italic;
	font-weight: bolder;
}
.green-selected-text {
	color: #000000;
	font-weight: bold;
}
body {
	color: #000066;
	background-color: #CCCCCC;
}
a:link {
	color: #0000CC;
}
a:visited {
	color: #9900CC;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FF0000;
}
.underlined {
	text-decoration: underline;
}
