BODY {
  background-color:#bbbbbb;
  font-family: arial, "lucida console":
  font-size:12pt
}

p {
  font-family: arial, "lucida console", sans-serif
}

blockquote {
  font-family: arial, "lucida console", sans-serif;
  text-align: left
}

TD {
  font-family: sans-serif;
  font-size:10pt;
  text-align: left;
  vertical-align: top
}

TD.center {
  font-family: sans-serif;
  font-size:10pt;
  text-align: center
}

TD.right {
  font-family: sans-serif;
  font-size:10pt;
  text-align: right
}

A:link {
  color: #0099FF
}

A:hover {
  color: #000000;
  background-color: #0099CC;
  text-decoration: none
}

.pageHeader {
  font-size: 20pt;
  font-weight: bold;
}

pre.example	{
		border:		dashed;
		border-width: 	1px;
		border-color: 	#7A1D27;
		font-size:	13px;
		background:	#F0F0F0;
		padding:	20px;
	}	
