/* -----------------------------------------------------------------------------------
   TinyMCE specific rules - These rules affect how content is displayed in the wysiwyg
   editor itself.  They will be ignored by your live site because they specify a class
   name that is only used in the wysiwyg (.mceContentBody).

   Note: If you have the 'styleselect' button enabled in /lib/wysiwyg.php
   then a list of the classes in this file will be display as a dropdown allowing the user
   to select them to style their content.

   Reference: http://wiki.moxiecode.com/index.php/TinyMCE:Configuration/content_css
   Reference: http://wiki.moxiecode.com/index.php/TinyMCE:Control_reference
   ----------------------------------------------------------------------------------- */

body.mceContentBody {
  background:#FFFFFF;
}

body.mceContentBody, .mceContentBody td, .mceContentBody pre {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}

.Headline {
	color: #444444;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height: 21px;
}
.SubHead {
	color: #4E7194;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height: 19px;
}
  
.RegularBodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 11px;
	color: #555555;
	font-style: normal;
	font-weight: normal;
}

.BoldBodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 11px;
	color: #555555;
	font-style: normal;
	font-weight: bold;
}

.SmallBodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 14px;
    color: #000000;

}

.RegularTableText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	font-size: 10px;
	color: #555555;
	font-style: normal;
	font-weight: normal;
}

.RegularTableTextRev {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	font-size: 10px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
}

.BoldTableText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	font-size: 10px;
	color: #555555;
	font-style: normal;
	font-weight: bold;
}

.BoldTableTextRev {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	font-size: 10px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
}

a:link {
	color: #99BA55;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #99BA55;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #99BA55;
	font-weight: bold;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
