#content-wrapper{
	margin-top: 18px;
	padding-bottom: 18px;
	width: 100%;
	border-bottom: 2px solid #B1B1B1;
	text-align: left;
}

#content-body{
	font-size: 18px;
}
#content-body a:hover{
	text-decoration: underline;
}


.line{
	margin-top: 18px;
	padding-right: 18px;
	padding-left: 18px;
	padding-bottom: 11px;
}
.split{
	margin-top: 0px;
	border-bottom: 2px solid #B1B1B1;
}

.code{
	margin-top: 18px;
	margin-bottom: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-style: italic;
	background-color: #F1F1F1;
}
.script{
	margin-left: 45px;
}

td{
	padding: 11px;
	vertical-align: middle;
	border: 1px solid #C3C3C3;
}
table{
	margin-top: 18px;
	width: 85%;
}
.skyblue{
	background-color: #87CEEB;
}
.center{
	text-align: center;
}