@charset "ISO-8859-1";

#maincontent {
	margin: 20px;
	line-height:1.5em;
}
.navlinks li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	list-style-type: none;
	font-size: 14px;
}

#infobox {
	width:200px;
	float:right;
	border-width: 1px;
	border-style: dotted;
	border-color: #000000;
	margin-left: 10px;
	padding: 10px;
	font-size: 12px;
}


.txt10 {
	font-size: 10px;
}
.txt11 {
	font-size: 11px;
}
.txt14 {
	font-size: 14px;
}
.txt16 {
	font-size: 16px;
}
.black12 {
	color:#000000;
	font-size: 12px;
}
.headline {
	color:#1A5568;
	font-size: 16px;
	font-weight:bold;
}
.alert {
	font-style: italic;
	color: red;
}


#footer {
	color: #777777;
	text-align: center;
}
#leftcol {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}
#rightcol {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	padding-top: 45px;
	text-align: center;
}
.stackcolspacer {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top:15px;
}