/* CSS Document */


body {
	font-family: Arial, Helvetica, sans-serif;
	background: #effad6;
	color: #514404;
	text-align: center;
}

a:link, a:visited {
	color: #514404;
	text-decoration: none;
}
a:hover {
	color: #0066CC;
	text-decoration: none;
}
p.flashnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

