/******************************************************************************************************************
GENERAL FORMATTING OF STANDARD ELEMENTS
******************************************************************************************************************/
body {
	background:#FFF;
	color:#60513A;
	font: normal 12pt/normal Arial,"Helvetica Neue",Helvetica,sans-serif;
	padding: 1em !important;
	}
	
.clearfix {
	border-bottom: 1px solid #ccc;
	margin:0 0 1.5em;
	}

a img {
	border:none;
	}

a,a:link {
	color:#BF0222;
	font-weight:bold;
	text-decoration:underline;
	}

a:visited {
	color:#0099FF;
	}

.floatright {
	float:right;
	}

.flLeft {
	float:left;
	}

.flRight {
	clear:right;
	float:right;
	margin:0 0 20px 20px;
	}


/******************************************************************************************************************
http://positioniseverything.net/easyclearing
******************************************************************************************************************/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.clearfix {
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfix { 
	height: 1%; 
	}
	
.clearfix {
	display: block;
	}
/* End hide from IE-mac */

.clear {
	display:block;
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
	}

/******************************************************************************************************************
GENERAL FORMATTING
******************************************************************************************************************/
strong {
	font-weight:bold;
	}

em {
	font-style:italic;
	}

 p,  ul,  ol {
	margin:0 0 1.2em;	
	}

ul, ol {
	margin-left:1.2em;
	}

 li {
	margin-bottom:0.6em;
	}

 h1,  h2,  h3,  h4,  h5,  h6 {
	font-weight:bold;
	}

 h1 {
	color: #d80026;
	font-size:1.7em;
	margin: 0.8em 0 0.2em 0;;
	}
 h2 {
	font-size:1.4em;
	margin: 0.2em 0;
	}
 h3 {
	font-size:1.2em;
	}
	
 h4 {
	font-size:1.1em;
	}
	
 h5 {
	font-size:1em;
	}

.story img {
	margin:0 0 1.2em;	
	}

.img-right {
	float: right;
	clear: both;
	margin: 0.5em 0 1.2em 1.2em !important;
	}