@charset "utf-8";

#terms {
	padding: 0px 0px 0px 0px;
	margin: 30px auto 30px auto;
	width: 1000px;
}
#terms h2 {
	background-color: #005EAA;
	color: #FFFFFF;
	width: auto;
	font-size: 110%;
	font-weight: bold;
	line-height: 50px;
	height: 50px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#terms p {
	color: #666;
	width: auto;
	font-size: 90%;
	font-weight: normal;
	margin: 0px auto;
	padding: 0px;
}
#terms .title {
	font-weight: bold;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	line-height: 30px;
	height: 30px;
	margin-bottom: 10px;
}
#terms ul {
	padding-left: 25px;
}
#terms li {
	margin: 0;
	list-style-type: decimal;
	color: #666;
	width: auto;
	font-size: 90%;
	font-weight: normal;
	margin: 0px auto;
	padding: 0px;
}
#terms .margin {
	margin-bottom: 20px;
}
