ul {
	list-style-image: url(slices/bullet.gif);
}

p, ul, ol  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 130%;
	color: #000000;
	background-color: transparent;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 145%;
	font-weight: bold;
	color: #999999;
	background-color: transparent;
}

.footer  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 145%;
	color: #ffffff;
	background-color: transparent;
}

a {
	text-decoration: none;
}
a:link { color: #cc0066}
a:visited { color: #cc0066}
a:hover {
	color: #cc0066;
	text-decoration: underline
}


