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

#main {
	float:left;
	width:525px;
/*	margin:15px 218px 30px 225px;*/
	text-align:left;
}
#main_inner{
	margin:5px 10px;
}


h2 {
	background:url(../images/pages_h2_bg.jpg) left top no-repeat;
	margin:10px 0;
	padding:8px 25px;
	font-size:120%;
	color:#FFF;
}
h3 {
	clear:both;
	background:url(../images/pages_h3_bg.jpg) left top no-repeat;
	margin:30px 0 15px;
	padding:3px 15px 10px;
	border-bottom:dotted 1px #a6a6a6;
	color:#001136;
	font-size:105%;
}
h3.Q {
	background:url(../images/pages_h3Q_bg.jpg) left top no-repeat;
	margin:30px 0 15px;
	padding:1px 0 8px 25px;
	border-bottom:dotted 1px #a6a6a6;
	color:#001136;
	font-size:105%;
}
p.A {
	background:url(../images/pages_qaA_bg.jpg) left top no-repeat;
	padding:0 0 0 25px;
	margin:0 10px 0 0;
}

p {
	margin:0 10px;
}


div.pagesTxt_1 p {
	text-indent:5px;
	line-height:2em;
	font-size:100%;
}
div.pagesTxt_2 p {
	text-indent:5px;
	line-height:1.3em;
}

div#pages_next {
	text-align:right;
	font-weight:bold;
	margin:25px 0;
	padding:15px 0;
	border-top:dotted 1px #a6a6a6;
	border-bottom:dotted 1px #a6a6a6;
}
div#pages_next a {
	background:url(../images/pages_next_icon.jpg) left top no-repeat;
	padding:0 0 0 80px;
}
