@CHARSET "UTF-8";

* {	 
	font-family: Arial,sans-serif;
	font-size: 13px;
	color:#003652;	
}

.ce {
	clear: both;
}

h1 {
	color:#0087BF;
	font-size: 120%;
}

.copyright {
	font-size: 11px;
}

@media print {

	.hideOnPrint {
		display: none;	
	}

}