@charset "utf-8";
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #122641;
	line-height:1.65em;
}
h1, h2, h3, h4, h5, p, ul, ol, blockquote  {
	margin-bottom: 0.5em;
}
p, ul, ol, blockquote {
	font-size: 1.1em;
}
ul p, ol p {
	font-size: 1em;
}
ol, ul {
	margin-left:1.5em;
	padding: 0;
}

a, a:link, a:visited {
	text-decoration: underline;
	color: #122641;
}

a:hover, a:active {
	text-decoration: none;
	color: #122641;
}
a.meerinfo {
	text-indent: -9000px;
	background: url(images/externallink.gif) no-repeat left center;
	width: 30px;
	height: 1.2em;
	display: block;
}

/*specifick (typographical) element styles*/
h1, h2, h3, h4, h5, h6 {
	color: #b68e12;
}

#contentcol h1, #contentcol h2, #contentcol h3.pagetitle { /* actually the 'biggest' header in #contentcol which should be used in OCLite is h3, so all bigger header get same design (unless they are differntly styled explicitly */
	font-weight: bold;
	font-size: 2.3em;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -0.05em;
	margin-bottom: 0;
}
#contentcol h3 { 
	font-weight: bold;
	font-size: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -0.02em;
	margin: 0.8em 0 0.1em 0;
}
#contentcol h5 { 
	font-weight: bold;
	font-size: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -0.02em;
	margin: 0.8em 0 0.1em 0;
}
#contentcol h5,
#sidecontent h1, #sidecontent h2, #sidecontent h3  { /* actually the 'biggest' header in #sidecontent which should be used in OCLite is h3, so all bigger header get same design (unless they are differntly styled explicitly */
	font-weight: bold;
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -0.02em;
	margin: 0.8em 0 0.1em 0;
}
#contentcol h6,
#sidecontent h4 { 
	font-weight: normal;
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -0.02em;
	margin: 0.8em 0 0.1em 0;
}
#contentcol h2.maintitle,
#sidecontent h3.maintitle {
	margin: -28px 0 5px 0;
	color: #FFF;
	padding: 0 8px;
	font-size: 2.4em;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -0.05em;
	font-weight: normal;
	cposition: relative;

}


