* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
body {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666;
	padding: 2px;
}
fieldset {
	border: none;
}
.clearer {
	clear: both;
}
.textCentre {
	text-align: center;
}
.textRight {
	text-align: right;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.imageRight {
	float: right;
	margin: 0 0 0.5em 1em;
}
h1 {
	font-size: 1.8em;
	color: #ee9c63;
	font-weight: normal;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 0.4em;
	margin-top: 0.2em;
}
h3 {
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 0.4em;
	font-style: italic;
}
h4 {
	font-size: 1.1em;
	margin-bottom: 0.4em;
}
p {
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: 1em;
	text-align: left;
}
table {
	border-collapse: collapse;
}
table th {
	text-align: left;
}
#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;
}
.datatable {
	width: 100%;
	margin-bottom: 10px;
}
.datatable th, .datatable td {
	padding: 3px;
}
.datatable .topRow th {
	background-color: #868686;
	color: #fff;
	padding: 6px 3px;
}
.datatable .mainSection th, .datatable .mainSection td {
	padding-top: 10px;
}
.datatable .mainContent th {
	font-weight: normal;
}
.datatable .mainContent th, .datatable .mainContent td {
	border-bottom: 1px solid #D8D8D8;
}
.loginTable {
	border: 1px #868686 solid;
	margin-bottom: 10px;
}
.loginTable th {
	background-color: #868686;
	color: #fff;
	padding: 6px;
}
.loginTable td {
	padding: 6px;
}
.loginTable input {
	padding: 3px;
}
.logoTable {
	width: 100%;
	margin-bottom: 10px;
}
.logoTable td {
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}
.imageTable {
	width: 240ps;	
}
.imageTable td {
	padding: 2px 0 2px 2px;
}
.arrowTable {
	width: 100%;
	background: url(../images/arrow.gif) no-repeat center center;
}
.arrowTable td p {
	text-align: center;
}
.arrowTable td.left {
	padding-right: 10px;
	width: 358px;
}
.arrowTable td.right {
	padding-left: 10px;
	width: 358px;
}
#tagLine {
	color: #F6AD6E;
}
.highlight {
	color: #F6AD6E;
}