body {
	color:#D3E3DD;
	font-family: arial, helvetica, sans-serif;
}
/* redundant selectors */
.bodyTitle {
	color:#7492CC;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}
div, p, th, td, li, dd, dl, dt    {
    font-family: arial, helvetica, sans-serif;
 }
a:link	{
	text-decoration: underline;
	color: #FFFFFF;
}
a:active	{
	text-decoration: none;
}
a:hover	{
	color: #999999;
}
a:visited {
	text-decoration: underline;
	color: #888888;
}
ol {
	font-size: x-small;
}
.linkWhite {
	color: #6F3150;
	text-decoration: underline;
}
hr {
	color: #A05D7C;
}
#print_scan {
	background: url('images/loading.gif') center no-repeat;
}
#print_title {
	color: black;
	text-align: center;
	margin-top: 10px;
}