body { 
 margin: 0px;
/* overflow: auto;  */
}

a {
 font-family : Verdana;
 font-size : 10pt;
 color : #000000; 
 text-decoration : none;
}

a:hover {
 font-family : Verdana;
 font-size : 10pt;
 color : #B699C3; 
 text-decoration : none;
}

tr.pbar {
 background-color: #38364E;
}

td.gbar {
 background-color: #F5F5F5;
 border-bottom:2px solid #B4B3B8;
}

td.bar {
 background-color: #FFFF99;
 border-bottom:2px solid #B4B3B8;
}

td.pbar {
 padding: 5; 
 background-color: #FFFFF;
 border-right:2px solid #B4B3B8;
 font-family : Verdana;
 font-size : 8pt;
 color : #000000; 
 text-decoration : none;
}

td {
 font-family : Verdana;
 font-size : 9pt;
 color : #000000; 
 text-decoration : none;
}


p {
 font-family : Verdana;
 font-size : 9pt;
 color : #0000000; 
 text-decoration : none;
 width:725px;
}

ul {
 font-family : Verdana;
 font-size : 9pt;
 color : #0000000; 
}

.margin {
 font-family : Verdana;
 font-size : 8pt;
 color : #0000000; 
 text-decoration : none;
  margin : 10px;
}

.bigheader {
 color : #000000; 
 margin : 0px;
 font-family : verdana;
 font-size : 14pt; 
}


/*  MENU */

#menu {
	background: #FFFFFF;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 200px;
	border-bottom: solid #FFFFFF 2px; 
}
#menu li {
	margin: 0;
	padding: 0;
}

#menu a {
	background: #FFFFFF url("on.jpg") 0px 0px no-repeat;
	font-family: Verdana;
	font-size: 10pt;
	color: #FFFFFF;
	display: block;
	margin-top: 10px;
	padding: 5px 40px;
	text-decoration: none;
	font-weight:normal; }
	
#menu a:hover {
	background: #FFFFFF url("off.jpg") 0px 0px no-repeat;
	font-family: Verdana;
	font-size: 10pt;
	color: #FFFFFF;
	padding: 5px 40px;
}   

#menu_rood {
	background: #FFFFFF;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 200px;
	border-bottom: solid #FFFFFF 2px; 
}
#menu_rood li {
	margin: 0;
	padding: 0;
}

#menu_rood a {
	background: #FFFFFF url("rood_on.jpg") 0px 0px no-repeat;
	font-family: Verdana;
	font-size: 10pt;
	color: #FFFFFF;
	display: block;
	margin-top: 10px;
	padding: 5px 40px;
	text-decoration: none;
	font-weight:normal; }
	
#menu_rood a:hover {
	background: #FFFFFF url("off.jpg") 0px 0px no-repeat;
	font-family: Verdana;
	font-size: 10pt;
	color: #FFFFFF;
	padding: 5px 40px;
}   

