p {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #333333}
td { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #313131}
pre {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #000000}
h2 { font-family: "Times New Roman", Times, serif; font-size: 12pt; font-weight: bold; color: #0066CC; clip:   rect(   )}
th { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: normal; color: #313131}
h1 {  font-family: "Times New Roman", Times, serif; font-size: 22pt; color: #0066CC; font-weight: normal}
h3 {  font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: bold; color: #42B5FF}
li {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #003366; font-weight: normal}
.quote {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: italic; font-weight: normal; color: #666666}
.statement {  font-family: "Times New Roman", Times, serif; font-size: 11pt; font-style: normal; color: #003366; font-weight: bold; text-align: center}
.case {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: italic; font-weight: normal; color: #003399}
h4 {  font-family: Arial, Helvetica, sans-serif; font-size: 11pt; font-weight: bold; color: #003399}
h5 {  font-family: Arial, Helvetica, sans-serif; font-size: 11pt; color: #66CC66}
.unnamed1 {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #003366}
.unnamed2 {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; color: #003366}
.unnamed3 {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold; color: #003366}
h6 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold; color: #003366}
.hometext {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: normal; color: #003366}
a:active {  color: #0066CC; text-decoration: underline}
a:link {  color: #0066CC; text-decoration: underline}
a:visited {  color: #0066CC; text-decoration: underline}
a:hover {  color: #66CC99; text-decoration: underline}

/***********************************************/
/*  Copyright: Creative World Pty. Ltd.        */
/*  Author: Leon Poole 2007                    */
/*          http://www.yourcreativeworld.com   */
/***********************************************/

/* Header Nav Menu */

#header {
	clear: both;
	margin: 0;
	border-bottom: solid 0.1em #FFFFFF;
	text-transform: capitalize;
	line-height: 20px;
	color: #333333;
	margin-top: 4px;

	}

#header ul {	
	margin: 0em;
	padding: 0em;
	list-style: none;

}	

#header li {
	float: left;
	white-space: nowrap;
	border-bottom:1px solid #66CCFF;
	border-left:1px solid #66CCFF;
	font-size: 12px;
	}
#header li.end  {
	float: left;
	white-space: nowrap;
	border-right: 1px solid #66CCFF;
}

#header li a {
	display: block;
	padding: 0px 3px;
	text-decoration: none;
	color: #666666;
	border: 2px solid #FFFFFF;
}

#header a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #FFCC00;
}


/* Optional Selected Feature
#header .selected a {
	background-color: #FF6600;
	padding: 0em 1.0em 0em 1.0em;
	border-bottom: 2px solid #FFCC00;
	color: #FFFFFF;
}
*/
* html #header a {width:1%;}

/** Health Form Questionair **/

.healthform input {
	width:auto;
}
.healthform textarea {
	width:230px;
	height:80px;
}
input.button {
	width:150px;
	}
