/* This matches the body tag exactly */body {	background-color: #FFFFFF;	}a:link {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	color: #CC3333;	text-decoration: none;	}a:hover {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	color: #CC3333;	text-decoration: underline;	}a:visited {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	color: #CC3333;	text-decoration: none;	}a:active {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	color: #CC3333;	text-decoration: underline;	}/* This works fine if included directly in body in Safari. But I read that it needs to eb broken out */.bodydocument {	position: absolute;	top: 0px;	left: 0px;	visibility: visible;	z-index: 1;	margin-top: 0px;	margin-left: 0px;	margin-right: 0px;	}.backgroundimage {	background: white url("images/bodybackground.gif");	background-repeat: repeat;	vertical-align: top;	}.backgroundimagecenter {	background: white url("images/store5_36.gif");	vertical-align: top;	}.bodycopy {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	color: #000000;	line-height: 14.5px;	}.bodycopystandout {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	color: #008000;	line-height: 14.5px;	}.note {	font-family: Arial, Helvetica, sans-serif;	font-size: 10px;	color: #000000;	line-height: 12.5px;	}.header {	font-family: Arial, Helvetica, sans-serif;	font-size: 14px;	font-weight: bold;	text-transform: uppercase;	color: #000000;	}.listhead {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: bold;	color: #000000;	}.smallgreyfont {	font-family: Arial, Helvetica, sans-serif;	font-size: 10px;	font-style: normal;	color: #666666;	}.imgcell img, .imgcell a {	display: block;	border: 0;	}