{outline: none;}
:focus{-moz-outline-style: none;}



body {
	background-color: #161739;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	/*overflow:-moz-scrollbars-none;*/
	overflow:hidden;
	scrollbar-3dlight-color: #2F306D;
	scrollbar-highlight-color: #202159;
	scrollbar-face-color: #1D1D4F;
	scrollbar-darkshadow-color: #14152A;
	scrollbar-shadow-color: #1A1B44;
	scrollbar-arrow-color: #a3ffff;
	scrollbar-track-color: #17173D;

}

body,p,td,div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

a:link,a:visited  {
	font-weight: bold;
	color: #9FA0C8;
	text-decoration: none;
}

a:active,a:hover {
	font-weight: bold;
	color: #D9DAFF;
	text-decoration: none;
}

.rrhtitleorange {
/*js	background-image: url(images/rrh-title-orange.png);*/
	background-repeat: no-repeat;
	height: 42px;
	padding-left: 55px;
/*	padding-top: 12px;*/
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
/*	color: #19194a;*/
	color: #000000;
}

.rrhtitleblue {
/*js	background-image: url(images/rrh-title-blue.png); */
	background-repeat: no-repeat;
	height: 42px;
	padding-left: 55px;
/*	padding-top: 12px; */
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
/*	color: #19194a;*/
	color: #000000;
}

.rrhpadding {
	padding-left:20px;
	padding-right:60px;
}


hr {
	border: 0;
	color: #373985;
	background-color: #373985;
	height: 1px;
}


input[type="text"], input[type="file"], input[type="checkbox"], textarea, select { /* werkt GVD nog ni in IE6, al de rest wel... */
	background: #17184A;
	border-right: #202260 1px solid;
	border-top: #0D0D1D 1px solid;
	border-left: #0D0D1D 1px solid;
	border-bottom: #202260 1px solid;
	font-size: 10px;
	color: #FFFFFF;
} 

input, textarea, select {
	background: #17184A;
	border-right: 1px solid #202260;
	border-top: 1px solid #0D0D1D;
	border-left: 1px solid #0D0D1D;
	border-bottom: 1px solid #202260;
	font-size: 10px;
	color: #FFFFFF;
}

input.button {
	background: #282A67;
	border-right: 1px solid #0D0D1D;
	border-top: 1px solid #3F4197;
	border-left: 1px solid #3F4197;
	border-bottom: 1px solid #0D0D1D;
	font-size: 10px;
	color: #FFFFFF;
}

#bgovlayer { //ovlayerIMGalpha
-moz-opacity : 0.9;
opacity : 0.9;
filter:alpha(opacity=90);
}