@charset "UTF-8";
/* CSS Document */

body {
	background-color:#ffffff;
	font-family: Georgia;
	font-size: 10pt;
	color: #000000;
	line-height: 20pt;
	text-align: justify;
	}


a {
	color: #58BAC1;
	text-decoration: none;
}


a:hover {
	color: #000000;
	text-decoration: underline;
}


h2 {
	color: #58BAC1;
    font: 14pt Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
    font-weight: normal;  
    text-decoration: none;
    text-transform: lowercase;
    color: #58BAC1;
	margin-bottom: 20px;
	margin-top: 15px;
	text-align: center;
	}


#page {
	position: relative;
	width: 403px;
	top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
	display: block;
}

li {
	margin-bottom:0.8em;
	}
	
blockquote {
	font-style: italic;
	color: #555555;
	margin-bottom: 25px;
	}
	
	
p {
	margin-bottom: 25px;
	}
	

.center {
	margin: auto;
	display: block;
	}
