body {
	font-family: Arial, Helvetica, sans-serif;
	color : #CCCCCC;
	background : transparent;
	font-size: 12px;
}

a:link {
	color : #CCCCCC;
	background-color: transparent;
}
a:active {
	color:	#CCCCCC;
	background-color: transparent;
}
a:hover	{
	color:	#b86;
	background-color: transparent;
	text-decoration:	underline overline;
}
div, p, th, td, li, dd, dl, dt {
	/* redundant selectors to help NS4 not forget */
    font-family: helvetica, arial, sans-serif;
	color: #CCCCCC;
	font-size:	12px;
	background-color: transparent;
	margin:	0px;
	border: 0;
}

img {
	/* turns off gaps around images */
	border:0
}

h1 {
	font-size:24px;
}

h2 {
	font-size:22px;
}

h3 {
	font-size:20px;
}

h4 {
	font-size:18px;
}

h5 {
	font-size:14px;
}

h6 {
	font-size:	12px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	color: #CCCCCC;
	background-color: transparent;
	margin:	0px;
}
code, tt, pre {
	font: 12px "andale mono", monaco, courier, "courier new", monospace;
	color:#FFF5EE;
	background-color:#DAA520;
}
/* Created with <STRONG><CONTACT> */
/* http://www.stronghtml.com/ */

/* Left Column Style */
.contactsLeftColumn {
 padding-right:5px;
 padding-bottom:5px;
}

/* Right Column Style */
.contactsRightColumn {
 padding-right:5px;
 padding-bottom:5px;
}

/* Text Field Style */
.contactsTextField {
 width:150px;
 border: 1px solid #999999;
 color:#333333;
 padding-left:2px;
}

/* Text Area Style */
.contactsTextArea {
 width:150px;
 height:80px;
 border: 1px solid #999999;
 color:#333333;
 padding-left:2px;
}

/* Check Box Style */
.contactsCheckBox {
}

/* Submit Button Style */
.contactsSubmit {
 border: 1px solid #999999;
}

/* Errors Block Style */
.contactsErrors {
 color:#FF0000;
}

/* Thank You Message Style */
.contactsThankYou {
}