/* CSS Document */
.style1 {
	font-size: small;
}
.style2 {
	font-size: small;
	color: #FF9900;
	font-weight: bold;
}
.style3 {
	color: #FF9900;
	font-weight: bold;
	font-style: italic;
}
.style4 {
	font-size: x-small;
}
.style5 {
	color: #FFFFFF;
}
.style6 {
	font-size: x-small;
	color: #FF9900;
}
.space {
	padding: 0 10px;
	line-height: 1.4;
}

