@charset "UTF-8";
/* CSS Document */

#navilinks, #navioben, #header-ri-container, #printinfo, #header-le {
	display:none;
}
body {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom:0.8em;
}

h1 {
	font-size:1.8em;
}
h2 {
	font-size:1.6em;
}
h3 {
	font-size:1.4em;
}
h4 {
	font-size:1.2em;
}
h5 {
	font-size:1em;
}
h6 {
	font-size:1em;
}

p {
margin-bottom:1em;
font-size:12px;
line-height:140%;
}

a, a:link, a:visited {
	color: #023495;
}


ul, ol, dl {
	margin: 0 0 1em 1em;
	list-style-type: disc;
}
li { margin-left: 1em; line-height: 1.5em; }


td, tr, th {
	font-size:12px;
}


img {
	border:none;
	padding-top:3px;
}


