/*
Copyright Soluso e-solutions & consultancy, 2009. Alle rechten voorbehouden.
version: 1.0

Stylesheet: standard.css
Description: Styling of the content section, e.g. headers, paragraphs, etc.
Author: Soluso e-solutions & consultancy.
Date: 17-07-2009
*/

h1{
	font-size: 26px;
	color: #7da7d9;
	margin: 0 0 10px;
	font-weight: normal;
}

h1.alt
{
	margin: 35px 0 0;
}

h6
{
	font-size: 28px;
	padding: 20px;
	font-weight: normal;
}

h2.related{
	color: #b9b9b9;
	font-size: 30px;
	margin: 0 0 10px;
	padding: 0;
	font-weight: normal;
}

div#main div.column h6.white
{
	color: #FFFFFF;
	width: 100%;
	padding: 0px;
	text-align: center;
	left: 0px;
}

h2
{
	font-size: 18px;
	color: #95bc2b;
	padding: 10px 20px 5px 0;
	font-weight: normal;
}

div#references h3
{
	padding: 0;
	margin: 0 0 10px 0;
	font-weight: normal;	
}

div#footer h3{
	font-size: 16px;
	color: #AAAAAA;
	padding: 20px 20px 10px 0;
	font-weight: normal;	
}

h5{
}

p{
	line-height: 20px;
	text-align: justify;
	margin: 0 0 10px;
}

ul, ol, dl{
}

div#content ul{
    margin: 0 0 10px;
}

div#content li {
    line-height: 20px;
    list-style-type: disc;
    margin: 0 25px;
    padding: 0 10px;
}

a{color: #7da7d9;}

a:hover{
}

img{
}

hr{
}

strong{
	font-weight: bold;
}

em{
	font-style: italic;
}
