
div.mainimg {
	border-top: 1px solid #3371d8;
	padding: 20px 0px 10px 0px;
}

table.example {
	border-collapse: separate;
	border-spacing: 10px;
}

table.example td {
	border: 1px solid #bcbcbc;
	padding: 10px;
	vertical-align: top;
	width: 50%;
}

table.example td h3 {
	background-color: #3371d8;
	color: white;
	font-size: 130%;
	line-height: 1.2em;
	padding: 5px 10px;
}

table.example td table th {
	font-weight: normal;
	padding: 10px 9px;
	text-align: left;
}

table.example td table td {
	border: none;
	width: 100px;
}

