/* TYPOGRAPHY STYLES
********************************************************************************/

body {
	color: #777;
	font: 87.5% Arial, Helvetica, sans-serif;
}
 
html>body {
	font-size: 12px;
}
 
p {
	line-height: 1.5em;
	margin-bottom: 1.5em;
}
 
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
 
h1, h2 {
	color: #7bb12d;
}

h1 a, h2 a, h1 a:visited, h2 a:visited {
	color: #7bb12d;
}
 
h1 {
	border-bottom: 1px solid #e1e1e1;
	font-size: 2em;
	line-height: 1em;
	margin-bottom: .5em;
	padding-bottom: .5em;
}

h2{
	border-bottom: 1px solid #e1e1e1;
	font-size: 1.428571em;
	line-height: 1.25em;
	margin: 0 0 0.4375em 0;
	padding-bottom: 0.4375em;
}

.leftcolumn h2 {	
	border: 0;
	margin: 0 0 0.525em 0;
	padding-top: 1.575em;
}
 
h3 {
	color: #333;
	font-size: 1.142857em;
	line-height: 1.3125em;
	margin-bottom: 1.3125em;
}
 
h4, h5, h6 {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1em;
}
 
ul, ol {
	line-height: 1.5em;
	margin: 0 1.5em 1.5em 3em;
}
 
a{
	outline-color: #fff;
} 

a,a:visited {
	color: #f28855;
	text-decoration: none;
}
 
	a:hover {
		text-decoration: underline;
	}
 
blockquote {
	background: #f1f1f1;
	border: 1px solid #e1e1e1;
	color: #444;
	font-size: 1.1em;
	font-style: italic;
	line-height: 1.3em;
	margin: 1.5em;
	padding: 1.5em 1.5em .001em 1.5em;
}

	blockquote p:last-child{
		margin-bottom: 0;
	}

/* Tables */

table {
	border-left: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	margin-bottom: 1.5em;
	width:100%;
}
 
th {
	color: #fff;
	font-weight: bold;
}
 
thead th {
	background: #7bb12d;
	border-bottom: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}
 
th,td,caption {
	padding: 4px 10px 4px 5px;
}
 
tr.even td {
	background: #f9f9f9;
}
 
td {
	border-bottom: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}
 
tfoot {
	font-style: italic;
}
 
caption {
	background: #ccc;
}