

/*
 *  rmprint.asp - print style sheet Rotterdam Marketing
 *
 *
 */



BODY, TD, P, A, B, SPAN {
	font-family: arial;
	font-size: 10pt;
	color: black;
	background-color: white;
}

TABLE {
	width: 100%;
	border: 0;
}

TABLE.blok {
	border: solid 1px black;
}

.hideprint {
	position: relative;
	visibility: hidden;
	display: none;
}

DIV.pad {
	padding: 4px 6px 4px 6px;
}

A.kruimel {
	font-weight: bold;
	text-decoration: none;
}

SPAN.title {
	font-family: verdana;
	font-size: 15px;
	font-weight: bold;
	padding-left: 6px;
}
SPAN.subtitle {
	font-family: verdana;
	font-weight: bold;
	padding-left: 6px;
	letter-spacing: 2px;
}
