@charset "UTF-8";
/* CSS Document */


p.doorlopend {
	margin-top:0px;
	margin-left:0px;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	line-height:17px;
	color:#333;
}

p.bolditalic {
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
	font-family:"Courier New", Courier, monospace;
	font-size:13px;
	font-weight:700;
	font-style:italic;
	line-height:17px;
	color:#333;
}

body { 
	margin: 0; 
	padding: 0; 
	text-align: center; /*centers the content in IE5/win */ 
	background: #fbfaf8; 
}

#topper {
	margin-top:45px;
	margin-bottom:40px;
}

#wrap { 
	width: 648px; 
	margin: 0 auto; /*centers the div in standard browsers */ 
	text-align: left;
}

#text_left { 
	float:left; 
	width: 318px; 
}

#text_right { 
	margin: 0 0 0 350px; 
	width: 318px; 
}

a { 
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color: black;
	background: #ebdeb4;
	text-decoration:none;
}
a:visited {  
}
a:hover {
	text-decoration:line-through;
}
a:active { 
}

.i {
	margin-bottom:37px;
}
.n {
	margin: 0 0 0 0;
	margin-top:10px;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color: black;
}
.y {
	margin: 0 0 0 0;
	margin-top:1px;
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	font-style:italic;
	font-weight:bold;
	color: #555;
}
