/* CSS Document */
td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#000000;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
}
li
{
	list-style-image:url(images/redCirc.gif);
}