body { 	font-size: 62.5%; /* Resets 1em to 10px */
        background-color: #3366634; margin: 0; 	text-align: center;
        font-family: Arial, Helvetica, sans-serif }
p { text-align: left; text-justify: newspaper; font-size:1.5em; }
h1 { text-align: center; color:#ff0000; font-size:3em; font-family: Verdana, Arial, Helvetica, sans-serif }
h2 { text-align: center; color:#000000; font-size:2em; font-family: Arial, Helvetica, sans-serif }
h3 { text-align: center; color:#000066; font-size:2em; font-family: Arial, Helvetica, sans-serif }
img { margin:0; padding:0; border:none}
.BodyType { font-size: 16px; font-family: "Times New Roman", Times }
.BodyType_Bold  { font-size: 16px; font-family: "Times New Roman", Times, Georgia, serif; font-weight: bold }
.BodyType_Bold_Em  { font-size: 18px; font-family: "Times New Roman", Times, Georgia, serif; font-weight: bold }
.BT_Italic_colour   { color: #000066; font-size: 18px; font-family: "Times New Roman", Times, Georgia, serif; font-style: italic; text-align:center }
.BT_Sub_Head   { font-size: 18px; font-family: "Times New Roman", Times, Georgia, serif; font-weight: bold; text-align:center }
.Bullet_Bold_font   { font-size: 18px; font-family: "Times New Roman", Times, Georgia, serif; font-weight: bold }
.Bullet_Normal_font   { font-size: 18px; font-family: "Times New Roman", Times, Georgia, serif; font-weight: normal }
.Form_Label_Font   { color: #000000; font-size: 16px; font-family: "Times New Roman", Times, Georgia, serif }
.Form_MainSubHead   { color: #ff0000; font-size: 18px; font-family: "Times New Roman", Times, Georgia, serif; font-weight: bold }
.Header   {  text-align: center;color: #ff0000; font-size: 30px; font-family: "Times New Roman", Times, Georgia, serif; font-weight: bold; line-height: 34px }
.Header_Sub    { text-align: center; font-size: 18px; font-family: "Times New Roman", Times, Georgia, serif; font-weight: bold; line-height: 22px; margin:0 }
.Header_Sub_Underline   { font-size: 18px; font-family: "Times New Roman", Times, Georgia, serif; font-weight: bold; line-height: 22px; text-decoration: underline }
.Header_Sub_Underline_Red   { color: red; font-size: 18px; font-family: "Times New Roman", Times, Georgia, serif; font-weight: bold; line-height: 22px; text-decoration: underline }
.highlight  { font-family: "Times New Roman", Times, Georgia, serif; background-color: #ffff00 }
.Inline_Colour   { color: #000066; font-size: 16px; font-family: "Times New Roman", Times, Georgia, serif; font-weight: bold }
.LeadInBold { font-size: 16px; font-family: "Times New Roman", Times, serif; font-weight: bold }
.LinkBold { font-size: 16px; font-family: "Times New Roman", Times, serif; font-weight: bold }
.LinkNormal { font-size: 16px; font-family: "Times New Roman", Times, serif }
.MainSubHead   { text-align: center; color: #ff0000; font-size: 22px; font-family: "Times New Roman", Times, Georgia, serif; font-weight: bold; line-height: 24px }
.Testimony_Font { font-size: 14px; font-family: "Times New Roman", Times, Georgia, serif; text-align:center }
.Text_Warning   { color: #ff0000; font-size: 18px; font-family: "Times New Roman", Times, Georgia, serif; font-weight: bold }
.legal { text-align: justify; padding: 20px 20px 20px 5px; color:#000000; font-size: 1em; font-family: Arial, Helvetica, sans-serif }

#holder {
  width: 100%;
}

.content {
  text-align: center;
  background: #FFFFFF;
  width: 722px  ;
  margin: 0 auto;
  padding: 0px 20px 20px 20px;
  border: medium solid #0000ee;
}

.box{
  text-align:center;
  margin:20px auto;
  padding:10px 20px 10px 20px;
  border: medium solid #000000;
  width:80%;
  background:#FFFFBB;
}

.testimony {
  width: 75%;
  background:#FFFFCC;
  border: thin solid #000000;
  margin: 20px auto;
  text-align: center;
}

.johnson{
  text-align:center;
  margin:20px auto;
  padding:10px 20px 10px 20px;
  border: medium dashed #000000;
  width:300px;
}

.johnson p { text-align:center }
.johnson td { text-align:center }

ul {
  margin:0px 10px 10px 10px;
  text-align:center;
  width:560px;
  list-style-type: disc;
}

ul li {
  margin-top: 5px;
  list-style-position: inside;
  text-align:left;
  font-size:1.5em;
}

ol li {
  margin-top: 5px;
  list-style-position: outside;
  text-align:left;
  font-size:1.5em;
}

.strong {
  font-weight: bold;
}
.yellow {
  background: #ffd700;
}

.red {
  color:#ff0000;
  text-align:center;
  font-weight: bold;
  margin:auto;
  width:70%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
