a:link, a:visited {
  border-bottom:1px dotted maroon;
  text-decoration:none;
  }

A:active { color: maroon; }
A:link { color: maroon; }
A:visited { color: maroon; }
A:hover { color: maroon; }



BODY {
	background: #f0f0cc;
	color: black;
/*
	background-image: url("Images/yellow_weave.gif");
	background: #f0f0cc;
	background: maroon;
	color: white;

	background: white;
	color: black;
	font-size: 11pt;
*/
}



PRE {
	background: white;
	text: black;
	padding: 15px 5px 15px 5px;
	border: solid thin;
}


TABLE.header {
	background: #ffffc0;
	padding: 3px 3px 3px 3px;
	color: black;
	border: none;
	align: center;
}

TH.header {
	background: #ffffc0;
	color: black;
	text-transform: uppercase;
	text-align: center;
	font-size: 150%;
	letter-spacing: 10px;
	font-weight: normal;
}

TD.header {
	background: #ffffc0;
	text-align: center;
	color: black;
}


TABLE {
	border: solid thin black;
	padding: 3px 3px 3px 3px;
	background: #f0f0cc;
}


TR.a {
	background: blanchedalmond;
}


TR.b {
	background: peachpuff;
}


TH {
	color: black;
	background: #ffffc0;
}


TD.Total {
	color: peachpuff2;
	background: #666699;
	font-weight: bold;
}


HR {
	padding: 0px 0px 0px 0px;
}


P.Headline {
	// background: #ffffc0;
	background: #deb887;
	padding: 20px 0px 20px 0px;
	text-transform: uppercase;
	text-align: center;
	font-size: 150%;
	letter-spacing: 10px;
}


P.LastUpdated {
	padding: 0px 0px 0px 0px;
	text-align: right;
	font-size: 50%;
}

P.InsideAddress {
	padding: 20px 0px 0px 0px;
	text-align: left;
}


P.Salutation {
	padding: 10px 0px 0px 0px;
	text-align: left;
}


P.BodyText {
	/* text-align: justify; */
}


P.Closing {
	padding: 0px 0px 40px 55%;
}


P.Signature {
	padding: 0px 0px 0px 55%;
}


P.SignatureJobTitle {
	padding: 0px 0px 0px 55%;
}


P.ReturnAddress {
	background: #ffffc0;
	padding: 10px 0px 10px 0px;
	text-transform: uppercase;
	text-align: center;
	font-size: 60%;
	letter-spacing: 4px;
}


SPAN.Key {
	background-color: #ffffc0;
	border: #000000;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	padding: 0px 2px 0px 2px;
}

h1,h3,p {
  color: black;
  text-shadow: 2px 2px 4px #ffffff;
}
