/* Font */
body {
	font-size: 62.5%;
	font-family: arial, helvetica, sans-serif
}
a:focus {
	outline: 1px dotted;
}
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
h1 {font-size:2.1em;}
h2 {font-size:1.9em;}
h3 {font-size:1.7em;}
h4 {font-size:1.5em;}
h5 {font-size:1.3em;}
h6 {font-size:1.2em;}
p, dl, hr, pre, table, address, fieldset {
	font-size:1.1em;
}
sup{
	vertical-align:super;
	font-size:.75em;
}
/* Typography */
#wrapper #content #main-content .text-content p {
	margin: 0 0 16px 0;
	line-height: 15px;
}

#wrapper #content #main-content .text-content h2 {
	color: #333;
	margin: 0 0 10px 0;
}