/* CSS Document */

		h1 {
			font-weight: normal;
			color: #0f4ba6;
			margin-top:3px;
  			padding: 0px;  
		}
		h2 {
			margin:0;
  			padding: 0;  
			font-size: 16px;
		}



body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}

.logo_dashed {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #716F64;
	border-right-color: #716F64;
	border-bottom-color: #716F64;
	border-left-color: #716F64;
}

.copy {font-size: 9px}
