body {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 10pt;
	text-align: center;
	margin: 0px;
}


#index {
	position: absolute;
	width: 100%;
	top: 20%;
	margin: 0 auto;
}



#index div {
	margin-top: 50px;
	text-align: center;
	font-size: 10pt;
	line-height: 150%;
}

#index p {
	line-height: 150%;
	margin-top: 50px;
	font-size: 10pt;
	color: #2583B6;
}

#index ul {
	text-align: left;
}

div.index {
	width: 480px;
	text-align: center;
	line-height: 150%;
	margin: 0 auto;
}

.title {
	font-weight: bolder;
}




