
/***************************************************************************
	Global styles
****************************************************************************/
BODY {
	background-color: white;
	color: black;
	font-family: Arial;
	
	/*margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;*/

	font-size: 13px;
}

h1{font-family: Verdana, sans-Serif;	/*  */
	font-size: 16px;
	font-weight:bold;
	margin: 0px 0% ;
	padding:0px;
	
	}
h3{font-family: Verdana, sans-Serif;	/*  */
	font-size: 14px;
	font-weight:bold;
	margin: 0px 0% ;
	padding:0px;
	
	}
TD, P, DIV, FONT, .style2 {
	font-size: 13px;
}
.style6 {
	font-size: 11px;	
}

.style3 {
	font-weight: bold;
}

.noprint {
	display:;
}

@media print {
	BODY {
		background-color: white;
	}
	
	.noprint {
		display: none;
	}
}