BODY {
	color: Black;
	background-color: #000099;
	font-family: Arial, sans-serif;
}
TD {
	background-color : White;
	color : Black;
}
TD.grey {
	background-color : #6C6C6C;
	border-color : White;
}
P.pageupdate {
	background-color : White;
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
	
}
P.mby {
	background-color: #000099;
	color : White;
	font-size : x-small;
	font-weight : bold;
}

A.mby:LINK {
	background-color : #000098;
	color : #FFCC00;
	font-weight : bold;
}
A.mby:VISITED {
	background-color : #000098;
	color : #CCCCCC;
		font-weight : bold;
}
A.mby:ACTIVE {
	background-color : #000098;
	color : #FF0033;
	font-weight : bold;
}

A.mby:HOVER {
	background-color : #000098;
	color : Yellow;
	font-weight : bold;
}
A.mby:FOCUS {
	background-color : #000098;
	color : #33CCFF;
		font-weight : bold;
}
TD.shop {
	background-color : #C6C6FF;
	color : Black;
	font-size : smaller;
}
TD.shoptop{
	background-color : #000099;
	color : White;
	font-size : smaller;
	font-weight : bold;
}