body {
	font: 12px arial, helvetica, sans-serif;
}
.headline {
	font-weight: bold;
	font-size: 22px;
	color: #000099;
}
.black {
	font-weight: normal;
	font-size: 12px;
	color: #000066;
}
.normal {
	font-weight: normal;
	font-size: 12px;
	color: #ffffff;
}
a.normal {
	font-family: inherit;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}
a.normal:hover{
	text-decoration: underline;
	color: #ffff66;
}
.index {
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 15px;
	font-weight: bold;
	list-style-image: url(images/bullit.gif);
	
}
.index li {
padding-left: 5px;
}
