/* formatting style
--------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 75%;
	line-height: 1.7;
	font-family: Arial, Helvetica, sans-serif;
}

#wra {
	padding: 10px;
	width: 554px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}


#wra dl {
	padding-left: 23px;
	padding-right: 20px;
	margin-bottom: 30px;
}

#wra ol,#wra ul {
	padding-left: 18px;
}

.dltop {
	margin-bottom: 0px;
}

.question1 {
	float: left;
	color: #FF9900;
	font-weight: bold;
	margin-top: 2px;
}

.question2 {
	float: left;
	color: #FF9900;
	font-weight: bold;
	margin-top: 20px;
}

.question {
	float: left;
	color: #FF9900;
	font-weight: bold;
	margin-top: 30px;
}

.answer {
	float: left;
	color: #0066FF;
	font-weight: bold;
	margin-top: 2px;
}

#wra dl dd{
	padding-left: 30px;
	padding-top: 3px;
}

.q-title {
	color: #333333;
	margin-top: 28px;
	border-bottom: 1px solid #999999;
}

.a-text {
	color: #666666;
	
}

.a-text2 {
	color: #666666;
	margin-top: 7px;
}

.a-text3 {
	color: #666666;
	margin-top: 30px;
}

#wra ol {
	margin-top: 5px;
	margin-bottom: 5px;
}

#wra ul li{
	margin-bottom: 10px;
}

/* link styles
------------------------------*/

a {
	text-decoration: underline;
}

a:link {
	color: #666666;
}

a:visited {
	color: #666666;
}

a:hover {
	color: #FF9933;
}
