* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

a:link { color: #9900CC }
a:visited { color: #CC00FF }
a:active { color: #FF0000 }
a:hover { color: #FF00FF }

.section {
	margin: 40px 0;
}
.subsection {
	margin: 10px 0;
}
.center {
	text-align: center;
}

.lg {
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
}
.sm {
	font-size: 11px;
	line-height: 14px;
}
.xsm {
	font-size: 9px;
	line-height: 12px;
}
.gray {
	color: #888;
	font-weight: bold;
	text-transform: uppercase;
}

.icon {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100px;
}
.icon img {
	display: block;
	margin: 0 auto;
	width: 64px;
	height: 64px;
}

ul.plain {
	list-style: none;
}