@charset "UTF-8";
/* CSS Document */

#main .container {
	width: 390px;
}

#main .container table {
	padding: 0px;
	width: 390px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main .container table th {
	padding-right: 0px;
	padding-left: 5px;
	text-align: center;
	vertical-align: top;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main .container table td {
	padding-right: 3px;
	padding-left: 3px;
	text-align: left;
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#main .container table td img {
}
#main .container table td div.stripe {
	text-align: center;
	vertical-align: middle;
	width: 10px;
	background-color: #FDE6FF;
	font-size: 10px;
	padding: 0px;
	border: 1px solid #CCC;
	line-height: 12px;
	display: block;
}
#main .container table td.stripe_d {
	text-align: center;
	vertical-align: middle;
	width: 12px;
	font-size: 10px;
	padding: 0px;
}
#main .container table td.pt {
	padding-top: 10px;
}
#main .container table td.pb {
	padding-bottom: 15px;
}
#main .container table td ol {
}
#main .container table td ol li {
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
}
#main .container table td ol li span.thin {
	font-weight: normal;
	font-size: 10px;
}
#main .container table td p {
	line-height: 14px;
	font-size: 12px;
	color: #666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 1px;
}
#main .container h2 {
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-weight: normal;
	background-color: #E6FDFF;
	border: 1px solid #CCC;
	color: #333;
	margin-top: 3px;
	/* [disabled]margin-bottom: 3px; */
}

#main strong {
	width: 350px;
	margin-left: 20px;
	padding: 19px;
	border: 1px dotted #CCCCCC;
}
a, a:link, a:visited {
	color: #006600;
	text-decoration: none;
}
a:active, a:hover {
	color: #FFCC00;
	text-decoration: none;
}
