/*************************************************************/
/**															**/
/**						CONTENT STYLESHEETS					**/
/**															**/
/*************************************************************/

/*

	Project developed by:
	Into-IT
	Douwe Hoogeveen
	Internet Solutions
	0592.413012

	
*/

/* --------------------------- Default styles ------------------------------- */

html,body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
}


a {
	text-decoration:none;
	color:#ec7200;
}

a:hover {
	text-decoration:none;
	color:#ec7200;
}

h1, h2, h3, h4, h5, h6 {
	color:#ec7200;
	margin-bottom:10px;
}

h1 {
	font-size:15px;
}

h2 {
	font-size:13px;
}

h3 {
	font-size:12px;
}

h4 {
	font-size:11px;
}

h5 {
	font-size:10px;
}

h6 {
	font-size:9px;
}

p {
	line-height:18px;
}

strong {
	color:#ec7200;
	font-weight:bold;
}

div#container_content_body {
	font-size:13px;
	line-height:18px;

}

