

table.menuclass{
	color: #ae0485;
	font-weight: bold;
}

td.menuhighlight {
	color: #cc99ff;
	cursor: pointer;
	font-weight: bold;
}

td.menulowlight {
	color: #ae0485;
	cursor: default;
	font-weight: bold;
}

td.menuhighlightSpecial {
	color: #ff99ed;
	cursor: pointer;
	font-weight: bold;
}

td.menulowlightSpecial {
	color: #ff459c;
	cursor: default;
	font-weight: bold;
}

td.selected {
	color: #cc99ff;
	cursor: default;
}

.normaltext{
	color: #8564a7;
	font-size:1.2em;
	font-family:Calibri;

}

.redtext{
	color: #ff459c;
	font-size:1.2em;
	font-family:Calibri;

}

.footer{
	color: #8564a7;
	font-family:Calibri;

}

.fred{
	color: #8564a7;
	font-size:0.8em;
	font-family:Calibri;
	font-weight: bold;
}

.bernard{
	color: #8564a7;
	font-size:1em;
	font-family:Calibri;
}

.termTable{
	width:400px;
	border-color: #8564a7;
	border-spacing: 0;
	border: 3px;
	border-style: none;
	cell-style: solid;
	color: #08317B;
}

.termHeader{
	background-color: #8564a7;
	border-color: #8564a7;
	border-spacing: 0;
	border: 3px;
	border-style: solid;
	cell-style: solid;
	color: #ffffff;
}