@charset "utf-8";
#content .datalist {
	list-style-type: square;
	font-weight: normal;
}
#content .datalist li {
	margin-left: 20px;
	list-style-type: decimal;
}

.bold {
	font-weight: bold;
	font-variant: small-caps;
	font-style: italic;
	color: #000;
	text-align: left;
}

#wrapper #content p .blue {
	font-weight: bold;
	color: #517ba3;
	text-transform: uppercase;
}
#content .right {
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
#content h2 {
	color: #517ba3;
	font-size: .90em;
	margin-left: 10px;
	margin-top: 10px;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 0.2em;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content div img {
	padding-right: 10px;
}

