/* 
------------------------------------
Finarch CSS Printer stylesheet
by Waypointdesign.be

The unique combination of images, colors, sizes, typography, and positioning ("the DESIGN") is copyright 2005 Finarch and Waypointdesign and may not be reproduced. 
------------------------------------
*/

/* XHTML tags definition */

html {
	width: 100%;
}

body {
	background: white;
	text-align: left;
	line-height: 125%;
	border: 0;
	border-top: 0;
	margin: 0;
	padding: 0; 
	width: 90%;
}

body, td, p, div {
	font-size: 10pt;
	color: black;
	font-family: Tahoma, Georgia, Palatino, serif;
}

img, table {
	border: 0;
}

form {
	display: inline;
}

h1	{
	margin: 16px 0 0 0;
	padding: 0;
	border: 0;
	font-size: 20pt;
	line-height: 14pt;
	font-weight: bold;
	font-family: Tahoma, 'Trebuchet MS', Trebuchet, sans-serif;
	text-align: left;
}

h1 a:link, h1 a:visited	{
	color: #000;
	margin: 0;
	padding:	0;
	border: 0;
}

h2#fintitle {
	font-family: Tahoma, 'Trebuchet MS', Trebuchet, sans-serif;
	margin-bottom: 0px;
	font-size: 16pt;
	font-weight: normal;
}

/* Default links */

a:link, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

#content a:link, #content a:visited {
	text-decoration: underline;
}

/* Main container */

#wrapper {
	padding: 0;
	text-align: left;
	background-color: #fff;
	/*width: 790px;
	margin: 0 auto;*/
}

/* COMMON MARGINS */

/* top margin */

#content  {
	margin-top: 40px;
}

/* END OF COMMON MARGINS */

/* HEADER declarations */

#headercell {
	vertical-align: top;
	background-color: #fff;
}

#header {
	text-align: right;
	height: 15px;
}

#header p {
	border-bottom: 1px solid #666;
}

#header p, #header p a:link, #header p a:visited {
	font-size: 8pt;
	font-style: italic;
}

#helper, #minihelper, #header ul, #menu, #scroll, #sidebar, #mainimg {
	display: none;
}

/* Common elements for all content areas */

#content  {
	text-align: left;
	letter-spacing: 0px;
	padding-top:0;
	padding-left:0;
	padding-right:0;
	width: 100%;
}

#content h1 {
	font: bold 13pt Tahoma, Verdana, Arial, sans-serif;
}

#content h2 {
	font: bold 12pt Tahoma, Verdana, Arial, sans-serif;
}

#content h4 {
	font-size: 30px;
	font-family: Georgia, serif;
	color: black;
	margin: 0 0 20px 0;
	padding-top: 0;
	letter-spacing: -0.5px;
}

/* FOOTER definitions */
#footer {
	text-align: left;
	font-size: 9pt;
	color: #666;
	clear: both;
	margin: 20px auto 0 auto;
	width: 100%;
}

#footer p {
	font-size: 8pt;
}

#footer #xtranav {
	display:none;
}

#footer ul {
	display:none;
}

#footer span#waypoint {
	display: none;
}

/* HACKS */

#fixer { 
/* For some reason IE hides the very last option of the top menu */
/* I prevent that by making this the last option and then hiding it */
	display: none;
}

#ghoul {
/* to prevent IE from making text disappear on rollover
and for Firefox to count wrapper height correctly */
	display: block;
	clear: both;
	height: 1px;
	visibility: hidden;
}

