body > table{
	min-height: 100%;
	width: 100%;
	background: #336699;
}

body > table > tbody > tr.a2 > td{
	height: 100%;
	vertical-align: middle;
}

body > table > tbody > tr.a2 > td > div{
	width: 800px;
	margin: auto;
	color: #fefefe;
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
}

body > table > tbody > tr.a2 > td > div > div.hdr{
	font-size: 30px;
	font-weight: bold;
}

body > table > tbody > tr.a2 > td > div > div.desc{
	font-size: 16px;
	margin-bottom: 20px;
}

body > table > tbody > tr.a2 > td > div > ol{
	list-style-position: inside;
	counter-reset: item;
}

body > table > tbody > tr.a2 > td > div > ol > li{
	margin-bottom: 10px;
	font-size: 14px;
	list-style-type: none;
	counter-increment: item;
}

body > table > tbody > tr.a2 > td > div > ol > li:before{
	display: inline-block;
	padding-right: 0.5em;
	font-weight: bold;
	text-align: right;
	content: counter(item) ".";
}

body > table > tbody > tr.a2 > td > div > ol > li:last-child{
	margin-bottom: 0px;
}

body > table > tbody > tr.a2 > td > div > div.at-side{
	float: right;
	margin-top: 37px;
}

body > table > tbody > tr.a2 > td > div > div.at-side > table{
	width: 200px;
	margin-bottom: 10px;
}

body > table > tbody > tr.a2 > td > div > div.at-side > table > tbody > tr > td.a1{
	width: 35px;
}

body > table > tbody > tr.a2 > td > div > div.at-side > table > tbody > tr.a1 > td.a2{
	font-weight: bold;
	font-size: 15px;
}

body > table > tbody > tr.a2 > td > div > div.at-side > table > tbody > tr.a2 > td.a2{
	color: #cccccc;
}