/* CSS Document */
body {
	background-image: none;
	text-align: left;
	margin: 10px 20px 20px 20px;
}
#closeDiv {
	text-align: right;
	margin-bottom: 5px;	
}
#closeDiv a {
	color: #c2bdab;
	font-size: 10px;
	text-decoration: none;
}

#content h2 {
	background-image: url(../images/titles/terms.gif);
	background-repeat: no-repeat;
	width: 300px;
	height: 44px;	
}
#content h3 {
	font-size: 14px;	
}
#content h4 {
	font-size: 12px;	
}
#content p {
	margin-bottom: 15px;
}
#content p.last {
	margin-bottom: 30px;
}
#content ul {
	margin-left: 15px;
	margin-bottom: 30px;
}
#content li {
	margin-bottom: 3px;
}
