body, div, p, img, td, ul, ol {
	font-family: 'lucida grande','lucida sans regular',verdana,arial,helvetica,sans-serif;
	color: #26262A;
/*word-spacing: 0.1em;*/ }

p, h1, h3, h4, table, blockquote { 
  margin-bottom: 8px; 
  font-size: 107%; }

blockquote {
	margin-left: 20px; }

strong {
	font-weight: bold; }

h1, h2, h3, h4 {
	padding-top: 0px;
	font-weight: normal; }

h1 { 
  font-weight: bold;
  font-family: "Calibri",'lucida grande',helvetica,arial,sans-serif;
	font-size: 165%;
	color: #253958;	}

h2 {
  font-family: "Calibri",'lucida grande',helvetica,arial,sans-serif;
	font-size: 170%; 
	color: #0E203B;
	margin-bottom: 8px;
	font-weight: bold; }

h3 { 
  font-family: Georgia,serif;
	font-size: 155%; 
	color: #143057; }

span.note {
  font-weight: normal; 
  font-style: italic; 
  font-family: Georgia,serif; 
  font-size: 13px; 
  color: #26262A; }

em {
  font-style: italic; }
  
h4 { 
	font-family: 'lucida grande','lucida sans regular',verdana,arial,helvetica,sans-serif;
	font-size: 105%; 
	font-weight: bold;
	color: #575862;
  margin-bottom: 0px; }

#h5 {
  color: #143057;
  font-family: Georgia,serif;
  font-size: 1.5em;
  font-weight: normal;
  text-align: left; }

hr {
  border: 0px;
  height: 10px;
  border-bottom: solid 1px #000000; }


/* Clear Fix
   Clear floated elements without adding a "clearer" element. 
   Just add the clearfix class to any element needing to be cleared. 
   See: http://positioniseverything.net/easyclearing.html  */

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; }

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/

* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* End hide from IE-mac */


