@charset "utf-8";
/* CSS Document */

body{
	margin:20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555;}

a, a:active, a:visited{
	color:#6A5598;
	text-decoration:none;}
	
a:hover{
	color:#6A5598;
	text-decoration:underline;}
	
.greylinks a, .greylinks a:active, .greylinks a:visited{
	color:#555;
	text-decoration:none;}
	
.greylinks a:hover{
	color:#333;
	text-decoration:underline;}

.bolded{
	color:#27096A;
	font-size:14px;
	font-weight:bold;
	margin-bottom:4px;}
	
.border{
	border:1px solid #D7D1E3;}