/* Main styles */

BODY {
	background-position: center top;
	background-image: url('../images/gradient.jpg');
	background-repeat: repeat-x;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	font-color: black;
	font-size : 12px;
	font-family : "Arial";
	background-attachment: scroll;
	background-color: white;
}

table{
	color : black;
	font-size : 12px;
	font-family : "Arial";
}

p{
	color : black;
	font-size : 12px;
	font-family : "Arial";
}

/* Ahref styles */

A:link {
	color: #999999; 
	text-decoration: none;
	font-size : 12px;
	font-family : "Arial";
}

A.xtra_link::link {
	color: #000066; 
	font-size : 12px;
	font-family : "Arial";	
}

A:visited {
	color: #999999; 
	text-decoration: none;
	font-size : 12px;
	font-family : "Arial";
}

A.xtra_link::visited {
	color: #000066; 
	font-size : 12px;
	font-family : "Arial";	
}

A:active {
	color: #999999;
	text-decoration: none;
	font-size : 12px;
	font-family : "Arial";
}

A.xtra_link::active {
	color: #000066; 
	font-size : 12px;
	font-family : "Arial";	
}

A:hover {
	background-color: none;
	color: #FF1F00; 
	text-decoration: none;
	font-size : 12px;
	font-family : "Arial";
}

A.xtra_link::hover {
	color: orange; 
	text-decoration: none;
	font-size : 12px;
	font-family : "Arial";	
}

.horizontalLineDotted{
	border: 1px dotted orange;
}

/* Text styles */

h1 {
	font-size: 24px;
	font-family: Arial;
	color: #009F55;
	margin:2px;
	padding:2px;
}

h2 {
	font-size: 16px;
	font-family: Arial;
	color: #009F55;
}

h3 {
	font-size: 13px;
	font-family: Arial;
	margin:0px;
	color: #FF1F00;
	font-style: normal;
}

.textNieuws12{
	color: #FF1F00;
	font-size: 13px;
	font-family: "Arial";
	font-style: italic;
}

.textNewsTitle{
	color: #FF1F00;
	font-size: 16px;
	font-family: "Arial";
	font-style: italic;
}

.textNewsTitleGreen{
	color: #009F55;
	font-size: 16px;
	font-family: "Arial";
	font-style: italic;
}

.textGrey{
	color: #999999;
	font-size: 12px;
	font-family: "Arial";
}

.textRed{
	color: #FF1F00;
	font-size: 12px;
	font-family: "Arial";
	font-style: italic;
}

.textRed12{
	color: #FF1F00;
	font-size: 12px;
	font-family: "Arial";
	font-style: normal;
}

.textGreen{
	color: #009F55;
	font-size: 12px;
	font-family: "Arial";
	font-style: normal;
}

.textError{
	color: #FF1F00;
	font-size: 12px;
	font-family: "Arial";
	font-weight: bold;
	font-style: italic;
}

.textCopyright{
	color: #999999;
	font-size: 9px;
	font-family: "Arial";
}

/* Image styles */

.imgContent{
	width: 220;
	margin:5px;
}

.imgTumb{
	width : 100;
	height : 75;
	border: 1px solid orange;
}


/* Form styles */

.formMain{
	width : 400;
	text-align : left;
	font-size : 11px;
	font-family : Arial;
}

.form100{
	width : 100;
	text-align : left;
	font-size : 11px;
	font-family : Arial;
}

.form200{
	width : 200;
	text-align : left;
	font-size : 11px;
	font-family : Arial;
}

.form300{
	width : 300;
	text-align : left;
	font-size : 11px;
	font-family : Arial;
}

.formKnop{
	width : 100;
	text-align : center;
	font-size : 11px;
	font-family : Arial;
}

.form_file_input{
	width: 350px;
	font-size : 10px;
	font-family: Arial;
}