
.main_text, body, p, td {
	font-family:arial, verdana, serif;
	font-size:10pt;
	text-align:justify;
	font-weight:normal;
	line-height:1.5;
}

body {
	line-height:1;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px 0;
  padding: 0;
}


.title, h1 {
	text-align:left;
	font-weight:bold;
	font-size:14pt;
  color: #8A0C18;
}

.sub-title, h2 {
	text-align:left;
	font-weight:bold;
  font-size: 12pt;
  color: #8A0C18;
}


table.testimonial {
	border:1px black solid;
	margin-top:20px;
}



/* Links */

a {
	color: #8A0C18;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #8A0C18;
}


/* Images */
img.floatRight {
  margin: 5px 0 10px 10px;
}

img.floatLeft {
  margin: 5px 10px 10px 0;
}



/* Lists */
ul { text-align: left; margin-left: 30px; margin-right: 10px; margin-top: 10px; margin-bottom: 5px; }
li { list-style:disc; padding-bottom: 10px; line-height:1.5; }

ol li {
  font-weight: bold;
  color: #8A0C18;
}



hr {
	height:1px; 
	color: #8A0C18;
	border: 1px solid #8A0C18;
	width:100%;
	}
	
