body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
}
body {
	background-color: #336699;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 15px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #00FFFF;
}
hr {
	color: #00FFFF;
}
.navigation {
color: #FFFFFF;
font-weight: bold;
}
.footer {
font-size: small;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/* Created with <STRONG><CONTACT> */
/* http://www.stronghtml.com/ */

/* Left Column Style */
.contactformLeftColumn {
 padding-right:5px;
 padding-bottom:5px;
}

/* Right Column Style */
.contactformRightColumn {
 padding-right:5px;
 padding-bottom:5px;
}

/* Text Field Style */
.contactformTextField {
 width:275px;
 border: 1px solid #999999;
 color:#333333;
 padding-left:2px;
}

/* Text Area Style */
.contactformTextArea {
 width:275px;
 height:80px;
 border: 1px solid #999999;
 color:#333333;
 padding-left:2px;
}

/* Check Box Style */
.contactformCheckBox {
}

/* Submit Button Style */
.contactformSubmit {
 border: 1px solid #999999;
}

/* Errors Block Style */
.contactformErrors {
 color:#FF0000;
}

/* Thank You Message Style */
.contactformThankYou {
}