body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	color: #015B7E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #015B7E;
}
a:hover {
	text-decoration: underline;
	color: #5A8A4F;
}
a:active {
	text-decoration: none;
	color: #5A8A4F;
}

h1 {
	font-size:20px;
}

.moreInfoText1 {
	font-size: 13px;
	font-weight: bold;
}

.moreInfoText2 {
	font-size: 13px;
}

.moreInfoText3 {
	font-size: 9px;
}

.moreInfoListHeadline {
	font-size:9px;
	font-weight:bold;
}

ul {
	font-size: 10px;
	list-style-position: outside;
	list-style-type: circle;
	list-style-image: url(bullet.gif);
}
ol {
	font-size: 9px;
	list-style-position: outside;
	list-style-type: decimal;
}

