@charset "utf-8";
/* CSS Document */
.style1a {
	color:#990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#texta {
	font-size: 18px;
	font-family: "Times New Roman";
	color: #333333;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-left: 5%;
}
#linea{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #330000;
	width: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.style3a {
	color: #660000;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	padding-left: 15px;
}
.style4a {	color: #FF0000;
	font-size: 16px;
	padding-left: 20px;
}
.style4a {color: #FF0000}
#packCon{
	width: 86%;
	background-color: #999999;
	border: 3px solid #666666;
	text-align: left;
	padding: 5px;
}

#packCon2{
	width: 100%;
	background-color: #999999;
	border: 3px solid #666666;
	text-align: left;
	padding: 5px;
}

