/* CSS Document */

* {
	font-family:Arial, Helvetica, sans-serif;
}
body {
	background-color:#0098D7;
	color:white;
	text-align:center;
}
.figure, #fig1 {
text-align:center;
width:100%;
}

#fig1 table td {
	text-align:right;
	vertical-align:top;
}

#content {
text-align:left;
	background-color:white;
	color:#333333;
	padding:10px 10px 10px 10px;
	
}

#content p {
	text-indent:10px;
}

table th {
	padding-left:3px;
	padding-right:3px;
}

#footer {
	margin-top:10px;
	font-size:8px;
}

#footer a {
	color:white;
	text-decoration:none;
}

#footer a:hover {
	color:white;
	text-decoration:underline;
}


#header {
	text-align:center;
}