#HarmonyOutput {
    width: 100%;
    border: 1px solid #000;
    background: #e7e7e7;
    padding: 10px;
    margin: 0 0 15px 0;
    color: #000;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 130%;
	padding: 0px;
	margin: 0px 30px;

}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
	color: #000066;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin: 0px 30px;
	line-height: 130%;



}
.footer {
	font-size: xx-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 10px;
	line-height: 120%;
	padding: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-left-style: solid;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;







}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-transform: none;
	color: #006699;
	margin: 0px 30px;
	font-variant: normal;
	line-height: 130%;


}
.right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	margin: 9px;
}


}
.leftlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	color: #000066;
	margin: 0px 15px 0px 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	line-height: 120%;


}
.leftborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.rightborder {

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

/* 	Added by Tim Carr 17/06/2008
	Form Styles */
	
form p {
	clear: both;
}
label {
	width: 10%;
	margin: 6px 5% 3px 0;
	font-weight: bold;
	float: left;
	text-align: right;
}
input, select {
	float: left;
	font-size: 1em;
	padding: 2px;
	margin: 3px 0;
}
textarea {
	float: left;
	font-size: 1.2em;
	padding: 2px;
	margin: 3px 0;
	height: 100px;
}
.full {
	width: 80%;
}
