/* Conclusive basic styles */
/* 22.02.2003 */

body 
{
	background-color :  #fffff9;
	font-family : Arial, Geneva, Sans-Serif;
	font-size : 12px;
	color : #000000;
	
	scrollbar-face-color: #006B70;
	scrollbar-highlight-color: #006B70;
	scrollbar-shadow-color: #ACC8DA;
	scrollbar-arrow-color:  #fffff9;
	scrollbar-track-color: #fffff9;
	scrollbar-base-color: #fffff9;
	scrollbar-3d-light-color: #006B70;
	scrollbar-dark-shadow-color: #fffff9;
}

/* define text justification for standard html elements */

p { text-align: justify; text-justify:newspaper;}
ul { text-align: justify; text-justify:newspaper;}

a
	:visited {text-decoration: none ; color: black}
	:link {text-decoration: none ; font-family : Arial, Geneva, Sans-Serif;}
	:link {color: #006B70 ;}
	:hover {text-decoration: none ; color: #A5001D;}
	:visited {text-decoration: none ; color: #999999}
	:hover {text-decoration: none ; color: #A5001D;}
	:active {text-decoration: none ;}

/* CSS classes defined */

.input 
{  
	font-family: Arial, Helvetica, sans-serif; 
	color:#006B70;
}

.small1 
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

.mainTable
{  
	font-family : Arial, Geneva, Sans-Serif;
	font-size : 12px;
	color : #000000;
}

.kop1 
{  
	font-family : Arial, Geneva, Sans-Serif;
	font-weight : bold;
	font-size : 16px;
	color :#A5001D;
	text-align: left; 
}

.kop2 
{  
	font-family : Arial, Geneva, Sans-Serif;
	font-weight : bold;
	font-size : 20px;
	color :#A5001D;
		text-align: left; 
}
.kop3 {  
	font-family : Arial, Geneva, Sans-Serif;
	font-size : 10pt;
	color:#006666;
}

.kop4 
{  
	font-family : Times;

	font-size : 38px;
	color :#ffffff;
}

.formKop
{
	font-family : Arial, Geneva, Sans-Serif;
	font-weight : bold;
	font-style: italic;
	font-size : 14px;
	color :#A5001D;
}

.formTextRed
{
	font-family : Arial, Geneva, Sans-Serif;
	font-weight : normal;
	font-style: italic;
	font-size : 12px;
	color: #A5001D;
}

.formTextGreen
{
	font-family : Arial, Geneva, Sans-Serif;
	font-weight : normal;
	font-style: italic;
	font-size : 12px;
	color: #006B70;
}

.bijschrift1
{
	font-family : Arial, Geneva, Sans-Serif;
	font-weight : bold;
	color: #006B70;
}

.bijschrift2
{
	font-family : Arial, Geneva, Sans-Serif;
	color: #006B70;
}

.footer1
{
	font-family : Arial, Geneva, Sans-Serif;
	font-weight : bold;
	font-size : 11px;
	color: #006B70;
}

.footer1 a
{
	color: #A5001D;
}
.footer1 a:visited
{
	color: #A5001D;
}
.footer1 a:hover
{
	color:#006B70;
}

.credit1 a:hover
{
	font-size : 9px;
	color:#006B70;
}
.red
{
	color:#A5001D;

}

.cellBorder
{
	border: 1px solid black;
}


/* FROM */

.textarea1			
{	
	font-family: Arial, Helvetica, Geneva;
	border-right: white 1px solid; 
	border-top: black 1px solid; 
	font-size: 12px; 
	border-left: black 1px solid; 
	width: 100%; 
	color: #006B70; 
	border-bottom: black 1px solid; 
	height: 60px; 
	background-color: white
}

.buttonStretch {
	border-right: white 1px solid; 
	border-top: white 1px solid; 
	font-size: 12px;
	font-weight:bold;
	border-left: white 1px solid; 
	width: 100%; 
	color: #fffff9; 
	border-bottom: white 1px solid; 
	height: 18px; 
	background-color: #006B70;
}

.input150 {
	border-right: black 1px solid; 
	border-top: black 1px solid; 
	font-size: 12px; 
	border-left: black 1px solid; 
	width: 150px;;
	color: #006B70;
	border-bottom: black 1px solid; 
	font-family: Arial, Helvetica, Geneva;
	text-align: left;
}
