a:link, a:visited, a:hover {
	text-decoration: underline;
	color: #000;
}
a:link.active, a:visited.active {
	font-weight: bold;
}
p {
	padding-top: 0;
	margin-top: 0;
}




h2 {
	font-weight: normal;
	font-size: 16pt;
	text-decoration: none;
	border-bottom: 1px solid black;
	padding: 0px 0 5px 0;
	margin: 0;
}

	h2 a:link, h2 a:visited {
		text-decoration: none;
	}

h3 {
	font-weight: normal;
	font-size: 12pt;
	text-decoration: none;
	border-bottom: 1px solid black;
	padding: 0px 0 5px 0;
	margin: 0;
}
	h3 a:link, h3 a:visited {
		text-decoration: none;
	}

h4 {
	font-weight: normal;
	font-size: 12pt;
	text-decoration: underline;
}
	h4 a:link, h4 a:visited {
		text-decoration: none;
	}

div.quickInfoBoxFront h4 {
	display: block;
	text-decoration: none;
	border-bottom: 1px solid black;
	width: 100%;
	margin: 0 0 5px 0;
	font-size: 13px;
}
div.quickInfoBoxFront p {
	font-size: 8pt;
}

#topNavi h3, #topNavi h3 a:link, #topNavi h3 a:visited{
	color: #dfddb6;
	font-size: 14pt;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#mainContent h1, div.studiotMain h1 {
	font-weight: normal;
	font-size: 15pt;
	/* border-bottom: 1px solid #dfddb6; */
	padding: 10px 0 5px 0;
	margin: 0;
}

#mainContent h2, #mainContent h3, #mainContent h4 {
	border: none;
}
