* {
	font-family: verdana, arial, tahoma, sans-serif;
	font-size:11px;
	line-height:14px;
	color: #fff;
}

h1 {
	font-size:12px;
	margin:0px 0px 10px 0px;
	line-height:12px;
}

p {
	margin:4px 0px 6px 0px;
	
}

body {
	margin:0px;

	padding:0px;
	background-color:#fff;
	behavior:url("http://digitainment.snic.nl/resources/stylesheets/csshover.htc");
}
ul {
	list-style:square;
}
ul, ol {
	margin-top:0px;
	margin-bottom:0px;
	
}
a:link,a:visited {
	color:#122059;
	font-weight:bold;
	border-bottom: 1px solid #fff;
	text-decoration: none
}
a:hover {
	color:#888;
	border-bottom: 1px solid #F65700;
}

a:link img, a:visited img, a:hover img {
    border: none;
}

/** headings and paragraphs **/



h1.title {
	font-size:11px;
	line-height:15px;
	font-weight:bold;
	color:#fff;
	display: block; 
}

h2 {
	font-weight:bold;
	font-size:14px;
	line-height:16px;
	margin:8px 0 0 0;
	color:#42b7e2;
}

h3 {
	font-weight:bold;
	font-size:13px;
	line-height:16px;
	margin:5px 0 0 0;
}

h4 {
	font-weight: bold;
	font-size:11px;
	line-height:16px;
	margin:5px 0 0 0;
}

p {
	margin:0 0 10px 0;
}

hr {
	background-color:#008bc1;
	color:#008bc1;
	height:1px;
	border:none;
	clear:both;
}

/** Forms **/

form {
	margin:0px;
}
form label {
	display:block;
	width:120px;
	float:left;
	font-weight: bold;
}

form label.small {
	font-weight: normal;
	width: auto;
	float: none;
	display: inline;
}

form textarea {
	overflow:auto;
	width:400px;
	height:300px;
	color: #000;
}

form textarea.small {
	overflow:auto;
	width:300px;
	height:120px;
}

form input {
    color: #000;
}
form input.formtext, form select.formselect {
	width:350px;
	border: 1px solid #122059;
	color: #122059;
	font-weight: bold;
}

form select.formselect option {
    font-weight: normal;
    color: #122059;
}

form input.formsubmit {
    background-color: #C3CBEA;
    border: 1px solid #122059;
    padding: 3px;
    color: #122059;
    font-weight: bold; 
}



div.editor {
    color: #000;
}