/**
*	Copyright 2006 MediaMonks Multimedia Holding B.V., All Rights Reserved.
*
*	stylesheet [screen]
*
*	@version	1.0
*	@date		10-11-2006
*
*/

html, body
{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Courier New', Courier, monospace, Sans-Serif;
    font-size: 62.5%;
    text-decoration: none;
    background-color: #FFF;	
}
img
{
    margin: 0;
    padding: 0;
	border: none;
}
p 
{
	font-size: 12px;
	color: #666;
}
h1, h2, h3, h4, h5
{
	font-family: Arial, Verdana, Sans-Serif;
	color: #000;	
}
h1
{
	font-size: 24px;
	font-weight: bold;
}
h3
{
	font-size: 18px;
	font-weight: bold;
}
a.internal:link,
a.internal:active,
a.internal:visited,
a.internal:hover
{
	color: #666;
	text-decoration: underline;
}
a.external:link,
a.external:active,
a.external:visited,
a.external:hover
{
	color: #666;
	text-decoration: underline;
	font-weight: bold;	
}
img#titlevert,
div#wrapper div#navigation,
div#footer,
div#copyrights
{
	display: none;
}
div#wrapper
{
	position: relative;
	margin: 0;
	padding: 0;
	width: 610px;
}