span.b {
	font-weight: bold;
}

span.sizeS1 {
	font-size: 5pt;
	line-height:100%;
}

span.uLine {
	text-decoration: underline;
}

span.sizeB1 {
	font-size: 150%;
	line-height:100%;
}

span.sizeB2 {
	font-size: 200%;
	line-height:100%;
}

span.sizeB3 {
	font-size: 250%;
	line-height:100%;
}

span.red {
	color: #FF0000;
}

span.blue {
	color: #0000FF;
}

span.yellow {
	color: #FFFF00;
}

span.pink {
	color: #FF00FF;
}

span.green {
	color: #00FF00;
}

span.skyblue {
	color: #00FFFF;
}

span.purple {
	color: #9966cc;
}

span.orange {
	color: #ff9966;
}

span.gray {
	color: #888888;
}

span.gal {
	color: #FF33CC;
}

marquee {
	text-align: center;
}

p.hLine {
	width: 80%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	text-align: left;
	margin-bottom: 0em;
	margin-top: 0.2em;
	line-height: 0px;
	text-indent: -9999px;
	margin-right: 0px;
	margin-left: 0px;
}
