/*** algemeen ***/

img { border: 0; }

a
{
	text-decoration: underline;
	color: #0000ff;
}

/*** browser venster ***/
body 
{
	color : #000000;
	background : #fff;
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
}

/*** pagina ***/
#header,
#navigator,
#footer,
.content #left,
.content #right,
.navigatorPanel
{
	visibility: hidden;
	display: none;
}

/*** inhoud ***/

.content
{
	background: #fff url(../Image/PrintTinckLogo.gif) no-repeat center 10px;
}

.content .title
{
	font-size: 150%;
	font-weight: bold;
	color: #00529b;
}

.content .title2
{
	font-weight: bold;
	color: #00529b;
}

/*** Voet ***/

#print img
{
	float: right;
}