.BGDarkGreyColor {
	BACKGROUND-COLOR: #999999
}
.BGLightGreyColor {
	BACKGROUND-COLOR: #f1f1f1
}
.BGMediumGreyColor {
	BACKGROUND-COLOR: #cccccc
}
BODY {
	COLOR: #666666; BACKGROUND-COLOR: #eeeeee
}
A {
	COLOR: #ff9900; TEXT-DECORATION: none
}
A:hover {
	COLOR: #ff3300
}

.BGLightGreyColorNolink {
	BACKGROUND-COLOR: #f1f1f1; TEXT-DECORATION: none
}