@charset "utf-8";
/* CSS Document */

body  {
	font-family: Arial, Helvetica, sans-serif;
	color: #172117;
	background: #000;
	background-image: url(../media/graphics/background.jpg);
	background-repeat: no-repeat;
	background-position: top;
	border: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

img	{ border: 0; padding: 0; margin: 0; }
h1	{ color: #172117; font-size: 20px; font-weight: bold; }
h2	{ color: #172117; font-size: 16px; font-weight: bold; }
p	{ color: #172117; font-size: 12px; line-height: 18px; text-align: left; }
li	{ color: #172117; font-size: 12px; line-height: 18px; text-align: justify; }
hr	{ border: 1px thin dotted #435226; }

#config				{ float: left; width: 874px; height: 25px; margin: 0; padding: 0; }
#config-info		{ float: right; width: 350px; height: 25px; margin: 0; padding: 0; }
#config-info div 	{ color: #fff; font-size: 11px; text-align: right; font-weight: bold; line-height: 25px; }
#config-info a		{ color: #ffde84; font-size: 11px; text-align: right; font-weight: bold; line-height: 25px; }

.head_txt		{ color: #172117; font-size: 12px; font-weight: 400; line-height: 18px; text-align: left; margin-right: 25px; margin-bottom: 10px; }
.content_txt	{ color: #172117; font-size: 12px; font-weight: normal; line-height: 20px; text-align: left; margin-bottom: 20px; }
.content_sm		{ color: #172117; font-size: 11px; font-weight: normal; line-height: 20px; text-align: left; margin-bottom: 20px; }

.content		{ padding-right: 40px; }
.footer 		{ color: #FFFFFF; font-size: 11px; text-align: right; padding-right: 35px; }
.quote			{ width: 400px; margin-left: 20px; color: #172117; font-size: 12px; line-height: 18px; text-align: left; }
.fda_disclaimer { margin: 20px 10px 20px 10px; padding: 3px; color: #172117; font-size: 11px; text-align: center; border: 1px solid #b8a572; background-color: #f9f2e8; }

/* ---- navigation -------------------------------- */
.navigation_top		{ padding-left: 20px; margin-top: 55px; }
.btn_chapter		{ width: 400px; margin-left: 5px; }
.btn_chapter .next	{ float: right; width: 160px; height: 50px; }
.btn_chapter .pre	{ float: left; width: 160px; height: 50px; }



