/*
-----------------------------------------------
Creator: Che Douglas, Beyond The Pixels Pty Ltd
----------------------------------------------- */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #000000;

}

a:link {
	color: #477AB2;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	margin-bottom: -1px;
	color: #477AB2;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
	margin-bottom: -1px;
	color: #333333;
}

.heading {
	display: -moz-inline-box;
	text-align: left;
}

.footer {
	font: 9px Verdana, Helvetica, sans-serif, Arial;
	line-height: 14px;
	text-align: left;
	color: #999;
}

.footer a:link {
	text-decoration: none;
	font-size: 9px;
	color: #6699FF;
}

.footer a:visited {
	font-size: 9px;
	text-decoration: none;
	color: #6699FF;
}

.footer a:hover {
	font-size: 9px;
	color: #000000;
	text-decoration: underline;
}

.footer a:active {
	font-size: 9px;
	text-decoration: none;
	color: #000000;
}