@charset "UTF-8";
/* CSS Document */


body{
	margin:0px;
	padding:0px;
	background:#fff;
	color:#333;
	text-align:center;
}




.clear:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* MacIE begin \*/
*html .cleat{
height:1%;
}


#container{width:650px; margin:0 auto; text-align:left; font-size:110%; line-height:150%;}

h1{
	font-size:155%;
	font-weight:bold;
	padding-top:35px;
	padding-bottom:35px;
	text-align:center;
	
}

h2.caption{
	margin-top:5px;
	margin-bottom:5px;
	font-weight: bold;
	color:#555;
	background-image:url(../img/h2.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
}

p.top{
	text-align:right;
	font-size:85%;
}


a:link { color: #36C; text-decoration: none; }
a:visited { color:#999; text-decoration: none; }
a:hover { text-decoration: none; color: #03C; }
a:active { text-decoration: none; }


#list { margin-bottom:30px;
padding-bottom:40px;}

#list ul li {
	list-style:none;
	list-style-image:url(../img/faq.gif);
	margin-left:25px;
}

#faq dl{
	margin:0 0 0;
}

#faq dl dt{
	font-weight:bold;
	color:#333;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #999;
}

#faq dl dd{
	padding-top:10px;
	padding-bottom:30px;
	text-align: left;
	
}

#faq a:link { color: #36C; text-decoration: none; }
#faq a:visited { color:#36C; text-decoration: none; }
#faq a:hover { text-decoration: none; color: #03C; }
#faq a:active { text-decoration: none; }

#foot{
	padding-top:30px;
	text-align:left;
	font-size:10px;
	color:666;
}

