a {
	font: bold 11px Verdana;
	color: black;
	text-decoration: none;
}
a:hover { color: brown }
a.basicLink { 
	font-weight: normal;
	text-decoration: underline;
}
a.basicLinkActive {
	font-weight: normal;
	text-decoration: underline;
	color: brown;
}
HR {
	background: #333333;
	color: #333333;
	border: none;
	height: 1px;
}
UL {
	list-style-type: square;
	margin-top: 0px;
	margin-left: 15px;
	margin-bottom: 5px;
	padding-left: 0px;
	text-indent: 0px;
	line-height: 155%;
}
TD,
DIV.module,
DIV.module DIV {
	font: normal 11px Verdana;
	line-height: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 1em;
}

/* textImg2Col */
TABLE DIV.imgCap { font-size: xx-small; }

H2.md_headline,
H3.md_headline {
	font: bold 11px Verdana;
}

DIV.md_table TD.dim { font-size: 10px; font-weight: bold; color: black; }
DIV.md_table TD.mdContactsLCol { width: 272px; padding-top: 7px; border-top: 1px solid black; }
DIV.md_table TD.mdContactsRCol {
	width: 180px;
	padding-top: 7px; 
	padding-left: 17px; 
	padding-bottom: 10px; 
	font: normal 11px Verdana; color: black; border-top: 1px solid black;
}

p.logo { text-align: right; }

