/* CSS Document for printer version
property of Vision Instruments
author: Dirk Bertels
Date: 22 May 2007
*/


/*********************************************************
**********************************************************
	GENERAL TAG CSS
**********************************************************
*********************************************************/
body
{
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	
	color: #000000;
    font: 11pt Garamond, "Times New Roman", Times, serif;
	/*font: 12px Times-new-roman, Verdana, Arial, Helvetica, sans-serif;*/
}

a
{
	color:#333333;	
	text-decoration:underline;
}


table.linkTable
{
	margin:0px;
    border: 0; 
    width: 900px; 
    padding-left: 0px;
}

td.linkCell
{
	padding:1px;
	font-weight:normal;
    text-align: center;
    width: 16%;
}


/*********************************************************
**********************************************************
	GENERAL TAG CLASSES
**********************************************************
*********************************************************/

/*********************************************************
	P CLASSES
*********************************************************/
p.imgfooter
{
font-size: 9px;
text-align: center;
color:#000000
}
p.quotefooter
{
 font:11px/15px Times-new-roman;
 font-size:10px;
 margin-left:1%;
 color:#000000;
}


/*********************************************************
	header
*********************************************************/

div#header
{
	height: 40px;
 	margin: 0px 140px 0px;
 	width: 810px;
}

#header h1
{
    text-align: left;
	margin: 10px;
	padding: 0px;
    padding-left: 10px;
}

/*********************************************************
	wrap_page
*********************************************************/

#wrap_page
{
	overflow: hidden;    /* ensures that text doesn't override image*/   
	/*position:relative;*/
}

/*********************************************************
	contents
*********************************************************/
#contents
{
	width: 900px;
	display:inline;
    float: left;
	text-align: justify;
	padding: 10px;
	margin-left: 30px;
}

#contents h1
{
	text-align: left;
    margin-top: 30px;
	margin-bottom: 40px;
	text-transform:uppercase;
	text-decoration:none;
	color:#000000;
	font: 18px sans-serif;
}

#contents h4
{
	text-align: left;
	margin-top: 20px;
	margin-bottom: 15px;
	text-decoration:none;
	color:#000000;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
}


/*********************************************************
	footer
*********************************************************/
#footer
{
	clear: both;
	text-align: center;
	height: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #444444;
	width: 774px;
	padding: 0px;

	margin-left: 22px;
}
#footer p
{
	padding:10px;
	margin:0px;
}

/*********************************************************
**********************************************************
	DIV CLASSes
**********************************************************
*********************************************************/

/*********************************************************
	section
*********************************************************/
.section
{
	text-align: left;
	padding-top: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	line-height: 1.5em;
}

.sectionBody ul
{
	margin-left: 20px;
	padding-left:0px;
	list-style-type: none;
}

.sectionBody ol
{
	margin-left:20px;
	padding-left:0px;
}

.sectionBody ul li
{
	list-style:square;
}

.sectionBody p
{
margin:8px 0;
padding:0;
}


h3.sectionTitle, h3
{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;

	color:#000000;
	text-decoration:none;
	border-style: none;
	font: 11pt Garamond, "Times New Roman", Times, serif;
	font-weight: bolder;
	text-transform: none;

}
