* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
body {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666;
}
fieldset {
	border: none;
}
.textCentre {
	text-align: center;
}
.textRight {
	text-align: right;
}
.floatLeft {
	float: left;
	margin-right: 10px;
}
.floatRight {
	float: right;
	margin-left: 10px;
}
h1 {
	font-size: 1.5em;
	color: #d70247;
	font-weight: normal;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: 0.4em;
}
h3 {
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 0.4em;
}
p {
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: 1em;
}
strong {
	text-decoration: underline;	
}
table {
	border-collapse: collapse;
}
#outerContainer {
	font-size: 1.3em;
}
#innerContainer {
	text-align: left;
}
#headContent {
	text-align: center;
}
#headContent img {
	margin: 20px auto;
}
#bodyContent ul {
	list-style-position: outside;
	margin: 0 0 10px 20px;
}
#bodyContent li {
	margin-bottom: 0.3em;
}
#footerContent {
	padding: 10px;
	text-align: center;
}
#footerContent ul {
	margin: 0;
}
#footerContent li {
	display: inline;
	margin: 20px 5px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	/*display: inline-block;*/
	width: 100%;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.gFrame {
	width: 100%;
	height: 350px;
	border: 0;
}
