body {
	font-family: Times New Roman, Times, serif;
	font-size: 11pt;
	text-align: left;
	color: #000;
	background-color: #fff
}
h1 {font-size: 14pt;}
a {
	color: #666;;
	text-decoration: underline;
}
a:hover {text-decoration: none;}
.unavailable {color: #999;}

#disclaimer_print {
	margin-top: 1cm;
	font-size: 9pt;
	text-align: left;
	clear: both;
}

/*
Form style definitions
*/
form {
	margin: 0px;
}
form td.field {
	border-bottom: solid 1px #000000;
}
form textarea,
form select,
form input.field {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding: 0px;
	margin-top: 5px;
	color: #000000;
}
form .orderbutton, form .button, form .orderbutton_big {display: none;}

/* 
	Table width reset to fit the print page
*/ 
#tabeldResetWidth {width: 100%;}

/* 
	Set form elements to fit the print page 
*/
#StartDateFrame{height: 162px;}
#EndDateFrame{height: 162px;}

/* 
	Hide the div's and classes that are appropriate for screen only 
*/
#search {display: none;}
#navigation {display: none;}
.framemenu{display: none;}
.dontPrint {display: none;}
.printcolor{color: #000;}
.thumbnail {
	margin-left: 0pt;
	margin-right: 5pt;
	margin-top: 0pt;
	margin-bottom: 5pt;
	border: solid 0pt;
}

