/*	(c) 2008 Charlotte webdesign
	www.charlottewebdesign.nl */

html,body {
	font-family: 'trebuchet ms', tahoma, verdana, arial, 'sans serif';
	background: #fff;
	margin: 0;
	padding: 0;
	}

#container {
	width: 100%;
	background: #fff;
	margin: 0 auto;
	padding: 0;
	}
	
/* 	HEADER */

#header {
	display: none;
	}

/*	MENU */

#menu {
	display: none;
	}
	
/*	CONTENT */

#content {
	width: 100%;
	padding: 10px;
	background: #fff;
	}
#content-home { 
	width: 100%;
	padding: 10px;
	background: #fff;
	}

h1 {	font-size: 18pt; font-weight: normal; }
h2 {	font-size: 14pt; color: #213e82; font-weight: normal; }
p {	font-size: 12pt; line-height: 150%; }
.center {	text-align: center; }

table {	border: 0; font-size: 15px; width: 100%; background: transparent; }
img {	border: 0; }

/*	FOOTER */

#footer {
	display: none;
	}
	
#footer-print {
	text-align: center;
	background: #fff;
	font-size: 12px;
	color: #666;
	}