body { 
	font: 10pt arial; 
	color: #101010; 
	background: #FFFFFF; 
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 20px; 
	}
p { 
	font: 10pt arial;
	text-align: left;
	}

table {
	font: 10pt arial;
	}
h3 { 
	font: bold 12pt arial, helvetica; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #D02000;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #F03000;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #F03000;
	}

.cherryred { font-weight: bold;
	     color: #d02000; }

.cherryredbanner { 	font: 20pt arial;
			font-weight: bold;
	     		color: #d02000; }

.cherrybox { 	border-color: #d02000; 
		border-style: solid;
		text-align: center;
		background: #fff0f0;
		padding: 5px; }