/*==============================================================================

	This website/webapplication is developed by:
	Occhio Group
	http://www.occhio.nl/
	info@occhio.nl
	+31 (0)20 320 78 70
					
==============================================================================*/

/* ============================================================================= 
	STYLES FOR CONTENT 
============================================================================= */

body {
	font-size: 70%;
/*	font-size: 60%; /* ie */
	line-height: 1.4em;
}

body,
input,
textarea,
select
{
	font-family: verdana, arial, sans-serif;
}

a.skipmenu {
	display: none;
}

.clear {
	clear: both;
}

h1 {	
	font-style: normal;
	font-weight: normal;
	color: #000;
	font-size: 1.5em;
	line-height: 1.5em;
	margin: 0 0 0 0;
}

h2 {
	font-style: normal;
	font-weight: normal;
	color: #000;
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 0 0 0 0;
}

h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
	color: #000;
	font-size: 1em;
	line-height: 1em;
	margin: 0 0 0 0;
}
h4 {
	font-size: 0.8em;
}

h5 {
	font-size: 0.6em;
}

h6 {
	font-size: 0.4em;
}

a, a:link, a:visited, a:hover {
	color: #00f;
	text-decoration: underline;
}

