	html {
		height: 100%; }
	
	body {
		font-family: Arial,Verdana,Helvetica; font-size: 75%;	padding: 0px;	margin: 0px;	height: 100%; }

	body table {	
		font-size: 100%; }

	a:link, a:active, a:visited {
		color: #874398; text-decoration: none; font-weight: bold;	}
	a:hover {
		cursor: pointer; text-decoration: underline;	}

/* margin/padding will mess with list-style-type and the disc etc. will not be displayed */
	ul {
		margin:  0px 0px 0px 15px; padding: 0px 0px 0px 0px; }

	.left { 
		text-align: left; }

	.center {
		text-align: center; margin-left:auto;	margin-right:auto; }

	.right { 
		text-align: right; }

	img {
		border: none; }

	h1 {
		padding:0px; font-size: 180%; }

	h2 {
		padding:0px; font-size: 150%;	margin-top: 0px; }

	h3 {
		padding:0px; font-size: 120%;	text-align: left; }

	h4 {
		padding:0px; font-family: Verdana;	font-size: 100%;	font-style: normal;	font-weight: semi-bold;	text-align: left;	margin-bottom: 7px; }


	/* FORM RELATED */

	form {
		padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; }

	form.contact {
		padding: 10px 10px 10px 10px;	text-align: left; }
			.contact legend {
				font-weight: bold; background-color: #739abf;	white-space: nowrap;	border: 2px #003366 solid;	padding: 6px 6px 6px 6px;	margin-bottom: 10px; }
			.contact input {
				width: 200px; }

	button {
		font-size: 100%; font-family: Tahoma, Arial, Helvetica, Sans-Serif; font-weight: bold; background-color: #1D5B97; color: white; cursor: pointer; letter-spacing: 0.1ex; }

	.thankyou {
		font-size: 200%; white-space: nowrap;	text-align: center;	padding: 30px 0px 50px 0px; }
	
	textarea.required {
		background-color: #F0FFFF; }
	
	input.required {
		background-color: #F0FFFF; }
	
	.contact 	label {
		color: #222222; }
	
						label.required {
							color: red; }


/* THIS LOT IS USED FOR IMAGE PLACEMENT WITHIN PAGE CONTENT FROM THE DATABASE */
	.leftFloat {
		float: left; margin: 0px 0px 0px 0px;	border: 0px solid #222222; }
	.rightFloat {
		float: right;	margin: 0px 0px 5px 5px;	border: 0px solid #222222; }
	.leftClear {
		clear: both;	display: block;	margin: 0px 0px 0px 0px; border: 0px solid #222222; }
	.rightClear {
		text-align: right; clear: both;	display: block;	margin: 0px 0px 5px 5px; border: 0px solid #222222; }
	.centerClear {
		clear: both; display: block; text-align: center; border: 0px solid #222222; }
	.docum {
		font-weight: bold; }

/* The powered and hosted by FOOTER NOTE */
	.poweredBy {
		padding: 0px; text-align: center;	}
	.poweredBy a {
		color:#000000; }
