.regular_indent {
	font-family: 'Vollkorn', serif;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	color: #333333;
	text-indent: 5px;
}
.noindent {
	font-family: 'Vollkorn', serif;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	text-decoration: none;
}

.small {
    font-family: 'Vollkorn', serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}
.headliner {
	font-family: 'Vollkorn', serif;
	font-size: 20px;
	line-height: 20px;
	text-decoration: none;
	color: #cc6600;
	font-weight: 700;
	font-style: italic;
}
.neu {
	font-family: 'Vollkorn', serif;
	font-size: 20px;
	line-height: 40px;
	color: #FFFFFF;
	font-weight: 700;
	font-style: normal;
	text-transform: capitalize;
	background: rgba(97,11,0,1);
	background: -moz-linear-gradient(left, rgba(97,11,0,1) 0%, rgba(246,41,12,1) 50%, rgba(97,10,0,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(97,11,0,1)), color-stop(50%, rgba(246,41,12,1)), color-stop(100%, rgba(97,10,0,1)));
	background: -webkit-linear-gradient(left, rgba(97,11,0,1) 0%, rgba(246,41,12,1) 50%, rgba(97,10,0,1) 100%);
	background: -o-linear-gradient(left, rgba(97,11,0,1) 0%, rgba(246,41,12,1) 50%, rgba(97,10,0,1) 100%);
	background: -ms-linear-gradient(left, rgba(97,11,0,1) 0%, rgba(246,41,12,1) 50%, rgba(97,10,0,1) 100%);
	background: linear-gradient(to right, rgba(97,11,0,1) 0%, rgba(246,41,12,1) 50%, rgba(97,10,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#610b00', endColorstr='#610a00', GradientType=1 );
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.headlineBlue {
	font-family: 'Vollkorn', serif;
	font-size: 20px;
	line-height: 20px;
	text-decoration: none;
	color: #336699;
	font-weight: 700;
	font-style: italic;
}
.superHeadBlue {
	font-family: 'Vollkorn', serif;
	font-size: 24px;
	line-height: 20px;
	text-decoration: none;
	color: #336699;
	font-weight: 700;
	font-style: italic;
}

.subhead {
    font-family: 'Vollkorn', serif;
	font-size: 16px;
	color: #336699;
	line-height: 23px;
	font-weight: bold;
	font-style: italic;
}

.mini {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color: #999999;
	text-decoration: none;
}

.tblBG20 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
	background-image: url(images/navigation/2020/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

a {
	color : #2E78A7;
	text-decoration : none;
	font-family: Georgia, Times New Roman, Times, serif;
}

a:hover {
	color : #cc6600;
	text-decoration : none;
	font-family: Georgia, Times New Roman, Times, serif;
}

.italica {
	font-family: 'Vollkorn', serif;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	font-style: italic;
	color: #666666;
}

.italBold {
	font-family: 'Vollkorn', serif;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	font-style: italic;
	color: #444444;
	font-weight: 600;
}

.italicalist {
	font-family: 'Vollkorn', serif;
	font-size: 16px;
	line-height: 24px;
	font-variant: normal;
	text-decoration: none;
	color: #33333;
	list-style-image: url(/images/navigation/buttons/dot2.gif);
	list-style-type: none;
	list-style-position: outside;
}

.distancer {
	margin-top: 20px;
	margin-bottom: 20px;
}
