* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
body {
	font: 62.5%  Arial, Helvetica, sans-serif;
	color: #666;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666;
}
fieldset {
	border: none;
}
.clearer {
	clear: both;
}
.textCentre {
	text-align: center;
}
.textRight {
	text-align: right;
}
.floatLeft {
	float: left;
	margin-right: 1em;
}
.floatRight {
	float: right;
	margin-left: 1em;
}
h2 {
	font-size: 1.5em;
	color: #333333;
	font-weight: normal;
	margin-bottom: 0.5em;
}
h3 {
	font-size: 1.2em;
	margin-bottom: 0.4em;
}
h4 {
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 0.4em;
}
p {
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: 1em;
}
table {
	border-collapse: collapse;
}
iframe {
	border: 0;
}
#outerContainer {
	font-size: 1.2em;
}
#innerContainer {
	text-align: left;
}
#bodyContent ul {
	list-style-position: outside;
	margin: 0 0 1em 2em;
}
#bodyContent li {
	margin-bottom: 0.3em;
}
#footerContent {
	padding: 1em;
	text-align: center;
}
#footerContent ul {
	margin: 0;
}
#footerContent li {
	display: inline;
	margin: 0 0.5em;
}
.exampleTable {
	margin-bottom: 1em;
}
.exampleTable td {
	vertical-align: top;
	line-height: 1.4em;
	width: 350px;
}
