@charset "utf-8";
/* CSS Document */

.ToLeft {
	float:left;
}
.ToRight {
	float:right;
}
ul.style1
{
	list-style-type: circle;
}
ul.style2
{
	list-style-type: disc;
}
ul.style3
{
	list-style-type: square;
}