
/* hide from ie on mac \*/
html {
	background-color: black;
	height: 100%;
	/*overflow: hidden;*/
	/*overflow: hidden;*/
}

/*#flashcontent {
	height: 100%
	}
*/	
#flashdiv {
	text-decoration: none;
	color: #3f3f3f;
	font-size: 10pt;
	font-family: Arial, Verdana, Helvetica, schreefloos;
	height: 100%;
	background-color: black;
}

/* end hide */

h2 {
	color: #575757;
}

a:link{
color: #8f8f8f;
text-decoration: underline;
}

a:visited{
color: #8f8f8f;
text-decoration: underline;
}


body {
	height: 100%;
	margin: 0;
	padding: 0;
}


div.page-header {
	margin-bottom: 20px;
	padding-left: 10px;
}

div.page-header h2 {
	font-size: 20px;
	font-weight: bold;
}

p.page-header-desc {
	font-size: 18px;
}

div.page-content {
	padding-left: 10px;
}

div.index-info {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom-style: solid;
	border-bottom-width: 3px; 
	padding-bottom: 10px;
}

div.index-entry {
	font-size: 12px;
	margin-bottom: 15px;
	border-bottom-style: dotted;
	border-bottom-width: 1px; 
	padding-bottom: 5px;
}

.entry-hdr {
	font-size: 14px;
	margin-bottom: 0;
}

