/* 
  typographic settings
  base font-size: 12px/0.7512em
  font-set in px: p = 12, h1 = 24, h2 = 20, h3 = 16, h4 = 14 
  line-height: x 1.5
  margin: asymmetric
  author: Jan Quickels [b3 interactive im modulbÃ¼ro]
*/
body {
	font: normal 0.7512em/1.5em Arial, sans-serif;
	color: #666;
}

html>body {
	font-size: 12px;
}


p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.25em 0 0.75em 0; 
}

h1,h2,h3,h4,h5,h6 {
	font: 75%/1.2em "Arial", sans-serif;
	color: #666;
	text-align: left;
	
}

h1 {
	font-size: 1.4em;
	line-height: 20px;
	margin: 0.5em 0 0.375em 0; 
}

h2 {
	font-size: 1.0em;
	line-height: 0.9em;
	margin: 1.35em 0 0.45em 0; 
}

h3 {
	font-size: 0.9em;
	line-height: 2.125em;
	margin: 1.6875em 0 0.5625em 0; 
	padding-bottom: 0.35em;
}

h4 {
	font-size: 0.9em;
	line-height: 2.125em;
	margin: 1.9286em 0 0.6429em 0; 

}

a:link, a:visited, a:active {
	color: #666;
	text-decoration: none;
}

a:link, a:hover {
	color: #d71e28;
	text-decoration: none;
}

a:hover {
	color: #d71e28;
}

ul {
	margin: 0 0 20px 20px;
	padding: 0;
/* 	list-style-image: url(../i/dash.gif); */
}

li {
	font-size: 1em;
	line-height: 1.5em;
}

address {
	margin-top: 2.25em;
	font-style: normal;
}