BODY, TD {
	font-family: Verdana, Tahoma, Arial, "Lucida Console", "Microsoft Sans Serif", "MS Sans Serif", "MS Serif";
	color: Black;
	font-size : 11px;
}
.BOLD {
	font-weight: bolder;
	color: Black;
}
TD.BLACK {background-color: Black;color: Silver;}
TD.WHITE {
	color: Black;
}
TD.GRAY {background-color: #ccccff;color: Silver;font-weight: bolder;}
BLACK {background-color: Black;color: Silver;font-weight: bolder;}
PRE {
	font-family: "Courier New", Courier;
	color: Black;
}
A {
	color: black;
	font-size: 11px;
}
A:VISITED {
	color: black;
	font-size: 11px;
}
A:ACTIVE {
	color: Red;
	font-size: 11px;
}
A:Hover {
	color: Red;
	font-size: 11px;
}
.mylink {
	color: Blue;
	font-size: 11px;
	font-weight: bolder;
}
.mylink:HOVER {
	color: Red;
	font-size: 11px;
	font-weight: bolder;
}
.mytext {
	font-family: Verdana, Tahoma, Arial, "Lucida Console", "Microsoft Sans Serif", "MS Sans Serif", "MS Serif";
	color: Black;
	font-size : 11px;
}
HR {
	color: Blue;
	height: 1px;
}
H1, H2, H3, H4 {
	font-variant: small-caps;
	color: Black;
	padding: 2px;
}

