.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table {
	border: 1px none;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 450px;
}

Body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}  

td { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}  
	 
A:link { color: #003366 }       /* unvisited link */
A:visited { color: #003366 }   /* visited links */
A:active { color: #003366 } 

.buttons { 
	 font-family: Arial, Helvetica, sans-serif; 
	 font-size: 12px; 
	 background-color: #ebebeb; 
	 color: #336699; 
	 margin-top: 5px; 
}

/* table cell styles */
td.session 
{
	white-space: nowrap;
	padding-right: 20px;
	vertical-align: top;
}
td.label 
{
	white-space: nowrap;
	padding: 0 5px 2px 0;
	vertical-align: top;
	width: 100px;
}
td.formfield 
{
	padding: 0 5px 2px 0;
	white-space: nowrap;
	vertical-align: top;
}
td.formbutton 
{
	white-space: nowrap;
	padding-top: 15px;
}


.required {
	color: #ff0033;
}

div#formContent table
{
	margin: 0 auto;
}

span.optionInfo
{
	font-style: italic;
	position: relative;
	left: 20px;
	top: 4px;
}


div#thankyou
{
	text-align: center;
}
