/* CSS Document */
.style1 {
	font-family: "Arial";
	font-size: small;
	color:#000000;
}
.style2 {
	font-family: "Verdana";
	font-size: x-small;
}
.style3 {
	font-family: "Lucida Sans";
	font-size: small;
}
.style4 {
	font-family: "arial";
	font-size: xx-small;
}
.style5 {
	font-family: "Verdana";
	font-size: small;
}
.style6 {
	font-family: "Georgia";
	font-size: medium;
}
.style7 {
	font-family: "Verdana";
	font-size: x-small;
	color: #cc0000;
	font-weight: heavy;
}
.style8 {
	font-family: "Verdana";
	font-size: x-small;
	color: #000000;
	weight: heavy;
}
.style9 {
	font-family: "Arial";
	font-size: medium;
	color:#000000;
}
