/* CSS Document */

body, h1, h2, h3, h4, h5, p, ul, td, table, th, tr {
	padding: 0;
	margin: 0;
}

#wrapper {
	background:#FFFFFF;
	position:relative;
	left: 50%;
	width:800px;
	margin-top:10px;
	margin-left: -400px;
	color: #000000;
	font-size:small;
}

#text {
	font-family: Sabon, "Times New Roman", Times, serif;
	margin-top:20px;
	float:left;
	width:450px;
	overflow:auto;
	margin-left:15px;
}

#text p {
	padding-bottom:10px;
	font-size:110%;
}

#text .heading {
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
	color: #202DAC;
	padding-bottom:5px;
}

#text h4 {
	font-size:120%;
	font-family:Arial, Helvetica, sans-serif;
	color:#203D99;
	padding-bottom:10px;
}

