body
{
	color:#000000;
	margin-top:0;
	margin-left:0;
	font-family: arial,sans-serif;
	font-size: 12px;
	margin : 0 0 0 0;
	margin-bottom : 0;
	margin-right : 0;
	background-image : url(../images/grey.gif);
}

.main {
	background-color: #FFFFFF;
	border-left : 1px solid Black;
	border-right : 1px solid Black;
	font-size:12px
}

table, td {
	font-family : Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	font-size:12px;
}



td.contact {
	background-color : #CC0000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	color : #FFFFFF;
	padding : 3px;
	border-top : 1px solid #000000;
	border-right : 1px solid #000000;
	border-bottom : 1px solid #000000;
}

a.contact, a.contact:hover, a.contact:vistited {
	font-size : 10px;
	color: #FFFFFF;
	text-decoration: underline;
}

td.menuitem {
	text-align: center;
	background-color : #CC0000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	color : #FFFFFF;
	padding : 3px;
	border-top : 1px solid #000000;
	border-left : 1px solid #000000;
	border-bottom : 1px solid #000000;
	font-weight : bold;
	width : 20%;
	cursor: hand;
}

td.menuitem_over {
	text-align: center;
	background-color : #FFCCCC;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	color : #CC0000;
	padding : 3px;
	border-top : 1px solid #000000;
	border-left : 1px solid #000000;
	border-bottom : 1px solid #000000;
	font-weight : bold;
	width : 20%;
	cursor: hand;
}

table.tabel {
	border: 1px solid #000000;
	font-size:12px;
}

th.tabel {
	background-color: #FFCCCC;
	font-weight: bold;
	font-size: 12px;
}


td.kop {
	font-size: 14px;
	color: #990000;
	font-weight:bold;
	font-family : Arial, Helvetica, sans-serif;
}

.iView {
	scrollbar-arrow-color:#000000;
	scrollbar-base-color:#FFCCCC;
	scrollbar-track-color:#FFCCCC;
	scrollbar-face-color:#CC0000;
	overflow:auto; 	
	height:95%;
	width:100%;
}

