
section {
	margin:10px auto;
	font-size: 14px;
}

section p {
	margin: 5px 0 0 0 ;
	padding:3px 0 0 0 ;
}

section h2 {
	margin: 15px 0 0 0;
	font-size: 18px;
	font-weight: bold;
	color: #0B2D50;
}

section h3 {
	margin: 10px 0 0 0;
	font-size: 15px;
	font-weight: bold;
	color: #0B2D50;
}

section h4 {
	font-size: 15px;
}

section table{
	width: 975px;
	font-size: 13px;
	
}

section table tr{
	height: 65px;
}

section table tr th,td{
	border:1px solid #000;
	vertical-align: middle;
	text-align: center;
}

section table tr th {
	width: 300px;
	text-align: left;
	background-color: #93C4ED;
	padding: 0 0 0 4px;
}

section table tr td {

	width: 300px;
	padding: 2px 3px 0 3px;
}

section table tr td.left {
	text-align: left;
}

section ul {
	padding-left: 20px;
	list-style-type: disc;
}

section ul li {
	font-size:13px;
	line-height: 20px;
	padding: 0 0 8px 0;	
}

section .reference {
	margin: 0 0 0 15px;
}

section .reference .introduction {
	height: 250px;
	width: 760px;
	margin: 0 0 0 15px;
}

section .reference .introduction img {
	float: right;
	margin: 0 0 0 15px;
}

section .reference .introduction p {
	float: left;
}

section a {
	font-size:13px; 
	text-decoration:none;
	color: #285296;
}

section a:hover {
	font-weight: bold;
}

p#page-top {
	width: 980px;
    position: fixed;
    font-size: 77%;
}

p#page-top a img {
	float: right;
}