/**************************
 * CSS for Printers (B&W) *
 **************************/

/* <div id="debug"> can be used for debugging information */

#debug::before{
	display: inline-block; /* inline-block or none */
	content: "DEBUG: mvmprint.css";
	background: white;
	color: black;
}
/*
 * Set up standard colours, fonts, etc. before we make any changes
 */
body {
	background-color: white; 
}
p, td, li {
	font-size: medium; 
	font-family: "Arial"; 
	color: black; 
	background: transparent
}
td.cv, p.cv {
	font-size: small; 
	font-family: "Arial"; 
	color: black; 
	background: transparent
}
/* Table with Low Quality network elements */
td.lq {background: #000040}
h1 {
	font-family: "Futura Md BT", "Gill Sans MT", "Arial", "sans-serif"; 
	color: black; 
   background: transparent
}
h2, h3, h4, h5, h6 {
	font-family: "Arial", "sans-serif"; 
	color: black; 
	background: transparent
}
a:hover, a:link, a:active, a:visited {
	color: black;
	text-decoration: none;
}

/* 
 * Navigation section
 */
#nav {
	display: none;
}
#engagements{
	border-top-style: solid;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-color: black;
}
p.contact:after{
	white-space: pre; /* required to allow line feeds to work in content */
/* note the required escape to allow string to go over many lines */
	content: "\00000AVermeerstraat 111\00000A3817DC, Amersfoort\00000ANetherlands \
	\00000A+31(0)616 01 75 93\00000A+44(0)7760 325 279 \
	\00000A+31(0)33 88 77 831 \00000A+44(0)20 3384 3677";
}
p.contact img{
	display: none;
}
/* 
 * Style elements for the contact form
 * *********************************************************************************
 */
#contactform {
	font-size: medium; 
	font-family: "Arial"; 
	font-weight: normal;
	color: white; 
	background: transparent;
	padding-left: 10%; 
}
#contactform h1 {
	font-family: "Futura Md BT", "Gill Sans MT", "Arial", "sans-serif"; 
	color: white; 
	background: transparent;
	padding-left: 0;
}
#contactform img {
	border: 0px;
}
#contactform .errors {
	color: red;
}
#contactform .correct {
	color: white;
}
#contactform legend {
	font-size: 100%;
	/* font-weight: bold; */
}
#contactform .title {
	color: white;
	margin-top: 6px;
	margin-bottom: 6px;
}
#contactform .field {
	color: white;
	margin-bottom: 12px;
}
#contactform .small {
	font-size: 100%;
}
#contactform .thanks {
	margin-top: 15px;
	color: green;
	margin-bottom: 15px;
}  
/*
 * **************************************************************************
 * End of style section. Generated by AceHTML at 04/03/2004 16:34:59 
 */
