html
{
	width: 100%;
}
body
{
	width: 100%;
	margin: 0 0 24px 0;
	padding: 0;
	font-family: arial, Tahoma, verdana;
	font-size: 80%;
	color: #032388;
	background-color: #fff;
}

div.floatClearer
{
	height: 0;
	line-height: 0;
	clear: both;
}
img
{
	border: none;
}
a
{
	color: #032388;
	text-decoration: none;
}
a:hover
{
	color: #032388;
	text-decoration: underline;
}

div.question {

	float:right;

	display:block;

	font-size:10px;

	line-height:12px;

	margin:10px 0 0 0;

}