.s1
{
	font-size: 22px; color: Blue; font-weight: bold;
}
.s2
{
	font-size: 18px; color: Blue;
}
.s3
{
	font-size: 22px; color: Navy; font-weight: bold;
}
.s4
{
	font-size: 18px; color: #FF0000;
}
.s5
{
	font-size: 16px; color: #FF0000;
}
.s6
{
	font-size: 16px; color: Blue;
}
.s7
{
	font-weight: bold; background-color: #DFDFDF; font-style: italic;
}
.blue_text
{
	color: Blue;
}
.red_text
{
	color: #FF0000;
}
.green_text
{
	color: #2E8B57;
}
.yellow_text
{
	color: #F5B82C;
}
.t1
{
	background-color: #DFDFDF;
}
.ul1
{
	list-style-image: url(images/list_circle.gif);
}
.l1
{
	color: Blue;
}