/* 
April 2008
Door : Koen Haarbosch  |  Bit Squad

*/

/* --------------------------------------------- // -------- PRINT */

a:link, a:visited
{
	color: #000000;
	background: transparant;
	text-decoration: underline;
}

body
{
	background: #FFFFFF;
	font-size: 11pt;
	font-family: verdana, arial, georgia;
}

#header, #colLeft, #breadcrumb, #colRight, #footer, div.clear
{
	display: none;
}

#wrapper, #columnContainer, #content, #content h1
{
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	float: none !important;
	color: #000000;
	background: transparant;
}
#contentContainer {
	padding: 0;
}
#content h1 {
	font-size: 15px;
}
#content h2, #content h3 {
	font-size: 13px;
}


/* --------------------------------------------- // -------- PRINT table */
.tableContainer table {
	margin: 20px 0 20px 0;
	border: solid 1px #000000;
}
.tableContainer table tr td {
	border-bottom: dotted 1px #A1A3A4;
	padding: 8px 5px 8px 5px;
	line-height: 1.5em;
	text-align: center;
	vertical-align: top;
	color: #A1A3A4;
}
.rva
{
 clear:both;
 border-style:solid;
 border-width:thin;    
    
}