body {
	font: 12px  verdana, tahoma, arial, helvetica, sans-serif;
	background-color: white;
	line-height: 150%;
}

p {
	font: 12px  verdana, tahoma, arial, helvetica, sans-serif;
}

table {
	font: 12px  verdana, tahoma, arial, helvetica, sans-serif;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #5b8fbe;
}

a:active{
	color: #da0000;

}

a:hover, a:focus {
	text-decoration: underline;
	color: #da0000;
}

a img {
	border: 0 none;
}

#back {
	text-align: right;
	margin-top: 5px;
}


