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