.content {
	margin: 0 5px 0 10px;
	text-align: left;
}
	.content h2 {
		color: #4a4a99;
		font-size: 300%;
		margin: 2px 0;
	}
	.content h2.first {
		color: #4a4a99;
		font-size: 300%;
		margin: 2px 0 20px 0;
	}
	.content h2.last {
		color: #4a4a99;
		font-size: 300%;
		margin: 100px 0 0 0;
	}
		.content .overview  p {
			font-size: 120%;
			margin: 2px 0 10px 0;
		}
		.content .overview  h3 {
			font-size: 150%;
			margin: 10px 0 0 0;
		}
		.content .overview  h3.bullet {
			background: transparent url('/images/bullet.gif') no-repeat 0px 3px;
			margin: 10px 0 0 0;
			padding: 0 0 0 15px;
		}
		.content .overview  strong {
			color: #4a4a99;
			font-style: italic;
		}
		.content .overview  span.green {
			color: #0b8054;
			font-weight: bold;
			font-size: 130%;
		}
		.content .overview  span.purple {
			color: #4a4a99;
			font-weight: bold;
			font-size: 130%;
		}
			.content .overview .description {
				float: left;
				margin: 0 15px 0 0;
				width: 300px;
			}
			.content .overview .features {
				float: left;
				width: 220px;
			}
.registered {
	font-family:Arial,Helvetica,sans-serif !important;
}