/* Scrollbar properties are only supported by Internet Explorer 5.5  */
body {
	scrollbar-3dlight-color : #999999;
	scrollbar-arrow-color : #999999;
	scrollbar-base-color : #666666;
	scrollbar-darkshadow-color : Black;
	scrollbar-face-color : #666666;
	scrollbar-highlight-color : #999999;
	scrollbar-shadow-color : #999999;
	scrollbar-track-color : #8B8B8B;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color:white;
	background-repeat : no-repeat;
}

.headertxt{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 24px;
	font-weight:bold;
	color:#1D063C;	
}

p,td,.standard{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color:white;	
}

input{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color:black;	
}
.alert{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight:bold;
	color:red;	
}
H1,.kop{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight:normal;
	color:white;		
}

H2{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight:bold;
	color:white;		
}

H4{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight:normal;
	color:white;	
}

.menuoff{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color: #5F154A;
	font-weight:bold;	
	text-decoration:none;
	cursor:hand;
	cursor:pointer;
}

.tmp{
	background-color:#5F154A;
}
.menuover{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight:bold;
	color: #5F154A;
	text-decoration:none;
	cursor:hand;
	cursor:pointer;	
}


