.body_red {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; color: #FF0000}
.bodywhite {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; color: #FFFFFF}
.bodyblack {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; color: #000000}
.bodygray {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; color: #CCCCCC}
.body_black_justify {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; text-align: justify; color: #000000}
.body_black_hanging {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; color: #000000; padding-left: 20px; text-indent: -20px; margin-top: 0px; margin-bottom; 0px}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

A { text-decoration: none ;
     color: #FF0000 }
A:hover { text-decoration: underline }
A.nav { text-decoration: none ;
           color: white }
A.nav:hover { text.decoration: underline }
.bodyredsm {
font-family: Georgia, "Times New Roman", Times, serif; font-size: 10px; color: #FF0000
}
.15space {
	line-height: 150%;
	height: 150%;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 12px;
	color: #000000;
}
.125space-justify {
	line-height: 110%;
	height: 110%;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 12px;
	text-align: justify;
	color: #000000;
}
.2space {
	line-height: 2;
	height: 2;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 12px;
	color: #000000;
}
.bodyredIT {
	font-style: italic;
	color: #FF0000;
}
.body_black_justify15space {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: justify;
	color: #000000
}
.bodyblack_hanging { 
 font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; color: #000000;
 padding-left: 22px ;
 text-indent: -22px ;
}
.redacted {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	background-color: #000000
}
.redacted15 {
	font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 18px;
	font-size: 12px;
	color: #000000;
	background-color: #000000
}
.rotate {

  transform: rotate(-90deg);


  /* Legacy vendor prefixes that you probably don't need... */

  /* Safari */
  -webkit-transform: rotate(-90deg);

  /* Firefox */
  -moz-transform: rotate(-90deg);

  /* IE */
  -ms-transform: rotate(-90deg);

  /* Opera */
  -o-transform: rotate(-90deg);

  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; color: #000000

}
.prose-black {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	font-size: 12px;
	color: #000000;
}
.prose-black-smallcaps {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-variant: small-caps;
	line-height: 18px;
	font-size: 12px;
	color: #000000;
}
.prose-black-justify {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	font-size: 12px;
    text-align: justify;
	color: #000000;
}
.prose-red {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	font-size: 12px;
	color: #FF0000;
}