body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	list-style-type: circle;
}

li           { list-style-image: url('images/bullet.jpg') }
td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	list-style-type: circle;
	font-size: 10pt;

}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;

}
a:link {
	color: #0033FF;
	text-decoration: underline;

}
a:visited {
	color: #0033FF;
	text-decoration: underline;

}
a:hover {
	color: #AC0C48;
	text-decoration: none;

}
a:active {
	color: #AC0C48;
	text-decoration: none;

}