/* CSS Document */

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}