.floatright {
	margin: 10px;
	float: right;
}
.floatleft {
	margin: 10px;
	float: left;
}
.bgblue1 {
	background-color: #00CCFF;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.txtred1 {
	color: #990000;
}
.txtblue1 {
	color: #0033FF;
}
.txtgreen1 {
	color: #006600;
}
.txt18px {
	font-size: 18px;
}
.txtbrown1 {
	color: #663300;
}
.txtpink1 {
	color: #FF33FF;
}
.txtgrey1 {
	color: #333333;
}
.txtorange1 {
	color: #FF6600;
}
