.banner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #333333;
	background-color: #C7DBF5;
	border: thin solid #A0AAD2;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 9pt;


}

.thumbs {
	border: 1px solid #666666;
}
a {
	color: #333333;
	text-decoration: none;
	font-weight: normal;

}
a:hover {
	text-decoration: underline;
}

