html, body
{
	margin: 5px auto 5px auto;
	width: 100%;
	background-color: #cbd8e6;
	min-height: 100%;
	font-family: Verdana;
	font-size: 8pt
}

H1
{
	color: #dc1302;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

H2
{
	color: #dc1302;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-bottom: 0px;
}

INPUT 
{
	font-family: Verdana;
	font-size: 8pt
}

SELECt
{
	font-family: Verdana;
	font-size: 8pt
}

.Button 
{
	font-family: Verdana;
	font-size: 8pt;
	background-color: #dc1302;
	color: white;
	border: solid 1px dimgray;
	width: 100px;
}

/* HOLDING CLASSES */
.Holder 
{
	width: 985px;
	margin: 0 auto;
	height: 175px;
}

.Main
{
	background-image: url(http://wellconnected.net.au/Images/background.gif);
	width: 990px;
	background-repeat: repeat-y;
}

.Top
{
	background-image: url(http://wellconnected.net.au/Images/bgtop.gif);
	background-repeat: no-repeat;
	width: 990px;
	height: 63px;
	margin-left: 7px;
}

.Footer
{
	background-position: 50% bottom;
	background-image: url(http://wellconnected.net.au/Images/bgfooter.gif);
	margin-left: 12px;
	vertical-align: bottom;
	width: 978px;
	background-repeat: no-repeat;
	height: 120px;
	background-color: #003d7c;
}

.FooterContact
{
	color: White;
	padding-top: 15px;
	margin-right: 40px;
	text-align: right;
}

.Apples
{
	padding-top: 15px; margin-left: 40px; margin-bottom: 5px;
}

A.FooterLink
{
	color: White;
}
A:Hover.FooterLink
{
	color: #dc1302;
}

A.WhiteLink
{
	color: White;
}
A:Hover.WhiteLink
{
	color: #003d7c;
}

.Unique
{
	border-right: dimgray 1px dashed;
	padding-right: 5px;
	border-top: dimgray 1px dashed;
	margin-top: 34px;
	margin-bottom: 14px;
	padding-left: 15px;
	float: right;
	padding-bottom: 5px;
	border-left: dimgray 1px dashed;
	width: 250px;
	cursor: hand;
	color: white;
	margin-right: 0px;
	margin-left: 20px;
	padding-top: 15px;
	border-bottom: dimgray 1px dashed;
	background-color: #dc1302;
}