@charset "utf-8";
/* CSS Document */

.promo h1 {
	font-size: 135%;
	color: #0033CC;
	border-bottom: 1px dashed #CCCCCC;
}

.promo h2 {
	font-size: 115%;
	color: #0033CC;
}

.promo .highlight {
	color: #990000;
}

.promo ul.spaced li, .promo ol.spaced li  {
	margin-top: 1em;
	margin-bottom: 1em;
}

.promo ul.imagelist, .promo ol.imagelist {
	list-style-type: none;
	list-style: none;
	padding: 0;
	margin: 0 1em;
}

.promo ul.imagelist li, .promo ol.imagelist li {
	background-repeat: no-repeat;
	background-position: 0 center;
}

.promo .boxborder {
	border: 3px solid blue;
}