@charset "UTF-8";
body {
	color: #FFFFFF;
	background-color: #142685;
	font: 62.5% Arial, Helvetica, sans-serif;

	padding: 20px;
}
a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover, a.current:link, a.current:visited {
	color: #BCCC50;
	text-decoration: none;
}

p {
	font-size: 1.1em;
	line-height: 1.4em;
	margin-top: 0px;
	width: 400px;
}
#divNext {
	text-align: right;
	clear: both;
}
.spanNext {
	float: left;
}
