html, body {
	background-color:#FFFFFF
}

body { background-color:#FFFFFF }

* {
	line-height: 137%;
}

#act_print {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000000;
	background: #FFFFFF;
	float: left;
}

	#act_print li {
		background: #FFFFFF;
	}
	
	#act_print .act_title {
		width: 687px;
		height: 26px;
		font-weight: bold;
		font-size: 14px;
		float: left;
	}
	
	#act_print .act_title2 {
		width: 687px;
		height: 26px;
		font-style: italic;
		font-weight: bold;
		font-size: 13px;
		float: left;
	}
	
	#act_print .act_date {
		width: 687px;
		height: 32px;
		font-style: italic;
		font-weight: normal;
		font-size: 13px;
		float: left;
	}
	
	#act_print .act_txt {
		width: 687px;
		font-size: 13px;
		color: #000000;
		float: left;
	}
	
	#act_print .v_ln {
		width: 687px;
		height: 19px;
		margin-bottom: 13px;
		float: left;
	}

#ref_print {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000000;
	background: #FFFFFF;
	float: left;
}

	#ref_print li {
		background: #FFFFFF;
	}
	
	#ref_print .ref_title {
		width: 687px;
		height: 20px;
		font-weight: bold;
		font-size: 14px;
		text-transform: uppercase;
		float: left;
	}
	
	#ref_print .ref_title2 {
		width: 687px;
		height: 30px;	
		font-style: italic;
		font-weight: normal;
		font-size: 13px;
		float: left;
	}
	
	#ref_print .ref_img {
		width: 145px;
		float: left;
	}
	
	#ref_print .ref_img .border {
		width: 122px;
		height: 122px;
	}
	
	#ref_print .ref_txt {
		width: 542px;
		font-size: 13px;
		color: #000000;
		float: left;
	}
	
	#ref_print .v_ln {
		width: 687px;
		height: 56px;
		margin-bottom: 19px;
		float: left
	}
