body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a {
	color: #013e7d;
}
a:hover {
	color: #ed008c;
}
#menuBorder {
	padding: 3px 5px 3px 3px;
	/*border: 1px solid #013e7d;
	background-color: #FFF; */
}
#menuBorder .show {
	margin: 0 0 0 1em;	
}
.hidden {
	display: none;
}
#menuBorder a, .active {
	display: block; 
	width: 100%;
	padding: 2px;
	text-decoration: none;
	font-weight: bold;
}
#menuBorder a:hover, .active {
	color: white;
	background-color: #ed008c;	
	text-decoration: none;
}
.active {
	/*font-weight: bold;*/
}


h1, h2, h3, h4, p {
	margin: 0 0 1em 0;
	padding: 0 0 0 0;
}
p, td, ul, li {
	font-size: 10pt;
}
li {
	list-style-image:url(blok.gif);
}
.small {
	font-size: 8pt;
}
h1 {
	color: #013e7d;
	font-size: 12pt;
	border-bottom: 1px dotted #013e7d;
}
h2 {
	color: #013e7d;
	font-size: 10pt;
	border-bottom: 1px solid #013e7d;
}
#headerNav {
	padding: 12px;
	font-size: 8pt;
}
#footerNav {
	font-size: 8pt;
	padding-top: 16px;
}
.article img {
	margin-right: 6px;
}