html { height: 100%; }
body { font-size: 9px; padding:0px; margin:0px; font-weight:normal; font-family: arial;background-color:#FFFFFF !important; height:100%; }

body table { }
table table { }

.center { text-align: center; }

table { padding: 0px; margin: 0px; border-collapse: collapse;}


td { padding: 0px; margin: 0px; }

ul {
	margin:  0px 0px 0px 15px; font-size:120%; line-height:18px; 
	padding: 0px 0px 0px 0px;
}

ol {
	margin:  0px 0px 5px 20px; font-size:120%; line-height:18px; 
	padding: 0px 0px 0px 0px;
}

.left { text-align: left; }

.center { text-align: center; }

.right { text-align: right; }

.center table { margin-left: auto;	margin-right: auto;	text-align: left; }

.vTop {	vertical-align: top; }


img {	border: none; }

h1 	{ margin:0px; margin-bottom:5px; font-family:Georgia, "Times New Roman", Times, serif; color:#122a6a; font-size:19px; }
h1.Header1 { margin: 0px 0px 25px; font-family:Georgia, "Times New Roman", Times, serif; color:#122a6a; font-size:19px; }
h2 	{ margin:0px; margin-bottom:5px; font-family:Georgia, "Times New Roman", Times, serif; color:#122a6a; font-size:14px; }
h3 	{ margin:0px;	margin-bottom:5px; font-family:Georgia, "Times New Roman", Times, serif; color:#122a6a; font-size:13px; }
h4 	{ margin:0px;	margin-bottom:5px; font-family:Georgia, "Times New Roman", Times, serif; color:#122a6a; font-size:12px; }
p 	{ margin:0; padding:0; font-size: 12px; line-height:18px; }

a:link, a:active, a:visited {
	color: #CF3C4F;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	cursor: pointer;
	text-decoration: underline
}


/* FORM RELATED */

form {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

form.contact {
	padding: 10px 10px 10px 0;
	text-align: left;
}

.contact fieldset {
	border: 1px #003366 dotted;
	padding: 10px 10px 10px 0;
}

.contact legend {
	font-weight: bold;
	background-color: #739abf;
	white-space: nowrap;
	border: 2px #003366 solid;
	padding: 6px 6px 6px 0;
	margin-bottom: 10px;
}

.contact td {
	padding: 5px 10px 5px 0;
	white-space: nowrap;
}

.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: #000000;
}

input.required {
	background-color: #000000;
}

.contact label {
	color: #222222;
}

label.required {
	color: red;
}

a.navSub {
	display: block;
}


/* THIS LOT IS USED FOR IMAGE PLACEMENT WITHIN PAGE CONTENT FROM THE DATABASE */
.leftFloat {
	float: left;
	margin: 0px 5px 5px 0px;
	border: 0px solid #222222;
}
.rightFloat {
	float: right;
	margin: 0px 0px 5px 5px;
	border: 0px solid #222222;
}
.leftClear {
	clear: both;
	display: block;
	margin: 0px 5px 5px 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;
}
.noPositioning {
/*No positioning for this type of image*/
}
.docum {
	font-weight: bold;
}
