/* 
standard document properties 
because netscape has some bug involving the colors of the document,
you should fill the bgcolor and color of <body> tag of used documents.  
*/
body{
	margin-left:.5in;
	margin-right:.5in;
	margin-top:.25in;
	background-color:	#2A4851;
	color:#000000;
	font-family: arial;
	
}

/* clickable image */
img.imagelink{
	border:			none;
}

img.redborder {
  border-width: 3px;
	border-top-color: #880000;
	border-bottom-color: #ff0000;
	border-left-color: #880000;
	border-right-color: #ff0000;
}

.smallborder {
 
	border: 1px solid blue;

}

.lowborder {
	border-top: 3px solid #444444;
	border-bottom: 3px solid #bbbbbb;
	border-left: 3px solid #444444;
	border-right: 3px solid #bbbbbb;
}

.highborder {
	border-top: 3px solid #0000ff;
	border-bottom: 3px solid #000077;
	border-left: 3px solid #0000ff;
	border-right: 3px solid #000077;
}

/* standard link link="#ff0000" */
a:link{
	color:#0000ff;
	text-decoration:none;
}

/* visited link vlink="#00ff00" */
a:visited{
	color:#0000ff;
	text-decoration:none;
}

/* when your mouse is over the link	*/
a:hover{
	color:#000099;
	text-decoration:underline;
}

/* active link alink="#0000ff" */
a:active{
	color:#ff0000;
	text-decoration:none;
}

h1 {
	font-size:				25px;
	font-weight:			bold;
	text-align:				center;
}

h2 {
	font-size:130%;
	font-weight:bold;
}

h3 {
	background-color:#7777ff;
	color:#0000ff;
	font-size:120%;
}

h4 {
	background-color:#7777ff;
	color:white;
}

.InfoFont {
	font-size:18px;
	font-weight:bold;
}

p.docinfo{
	margin:0;
	font-size:60%;
	text-align:right;
}

p.ident{
	font:12pt times,serif;
	text-indent:.5in;
}

/* default table elements	*/
table{
	background-color:#eeeee8;
	color:#000000;
}

table.nowrap{
	width:100%;
	white-space:nowrap;
	color:#000000;
	background-color:#ffffe8;
}

td{
	padding-left:5px;
}

/* first cell of a row */
td.fcel{
	background:#7777ff;
	color:#000000;
}

/* first cell header */
td.hcel{
	background:#ffffe8;
	color:#000000;
}

th{
	padding:5px;
}

/* even row of table */
tr.even{
	background:#aaaaff;
	color:#000000;
}

/* table header */
tr.head{
	background:#7777ff;
	color:#000000;
	text-align:center;
}

/* odd row of table */
tr.odd{
	background:#ddddff;
	color:#000000;
}

/* Pagina layout (1 grote tabel)*/
.page{
	width:			800px;
	border: 		0px;
}
.page tr{
	border-left: 0px;
}
.page_head {
	background-color: #eeeeee; /*#4A88A1;*/
	margin: 					0px;
}

.page_head h1{
	background-color:	#eeeeee; /*#4A88A1;*/
	color:						blue;
	font-size:				50px;
	font-weight:			bold;
	text-align:				center;
	font-size:				24px;
	font-style:				italic;
	margin: 					0;
	text-align: 			center;
}

.page_head H4{
	font-size:16px;
	margin: 0px;
	background-color: #eeeeee; /*#4A88A1;*/
	text-align: 			center;
}

/* Menu kolom */
.page_menu{
	background-color: #8AC8F1;
	width:						150px;
	height:						600px;
}

/* Kop boven de menu items */
.menu_head{
	background: 			#4A88A1;
	color: 						white; 
	padding-left: 		4px;
	font-weight:			bold;
}

/* menu onderdelen */
.menu ul
{
	width: 160px;
	margin: 0;
	font-size:12px;
	padding: 2px;
	list-style-type: none;
	border-left: 5px solid #4A88A1;
}

/* menu onderdelen */
.menu li {
	height: 20px; 
	padding-left: 4px;
}

/* menu onderdelen */
.menu ul li a
{
	text-decoration: 	none;
	padding: 				 	2px;
	color: 	 					black;
	background-color: #8AC8F1;
}

.menu a:visited
{
	color: black;
}

/* menu onderdelen: reactie bij mouse-over */
.menu ul li a:hover
{
	text-decoration: 	none;
	color: 	 					white;
	background-color: #369;
	font-style: 			italic;
}
.small_info{
	font-size: 10px;
	font-style: italic;
	text-align: center;
}

/* Style om van een tabel een window achtig uiterlijk te geven */	
/* Dit is de algemene style van het window (toewijzen aan het TABLE element) */
.window {
	width: 					90%;
	border-left:		1px solid;
	border-right: 	1px solid;
	border-top: 		1px solid;
	border-bottom:	1px solid;
	border-spacing:	0px;
	color:						black;
	background-color:	white;
}

/* Style om van een tabel een window achtig uiterlijk te geven */	
/* Dit is de style voor de kop regel (toewijzen aan het eerste TR element) */
.window_title {
	background-color: #2A4851;
	color:						white;
	font-weight:			bold;
}

/* Dit is de style voor de inhoud van het window (toewijzen aan het TR element) */
.window_data {

}	

/* Slide show tabel */
.slideshow_table{
	border-left: 			1px solid;
	border-right: 		1px solid;
	border-top: 			1px solid;
	border-bottom: 		1px solid;
	border-spacing:		0px;

	border-color:			#2A4851;
	padding:					0px;
}

.slideshow_nav {
	background-color:	#2A4851;
	color: 						white;
}
.slideshow_nav a{
	color: 						white;
	text-decoration:	none;
}
.slideshow_data{
	padding-top:			5px;
	padding-bottom:		5px;
	padding-left:			15px;
	padding-right:		15px;
	border-top: 			1px solid;
}

.slideshow_data a{
	color:	white;
}

.slideshow_data a:visited{
	color:	white;
}

.slideshow_index a{
	text-decoration: 	none;
	color: 						blue;
}

.slideshow_index a:visited{
	text-decoration: 	none;
	color: 						blue;
}


