.contentStyle, .contentStyle table {
	background-color: transparent;
	margin: 0px 0px 0px 0px;
	font-family: "Arial", "Tahoma", "sans-serif";
	font-weight: normal;
	font-size: 18px;
	color: #000000;
	text-align: left;
}

.contentStyle P {
	margin: 0px 0px 0px 0px;
}

.contentStyle a, .contentStyle a:hover {
  color: #FF0000; 
  text-decoration: underline; 
 }

.contentStyle input {
	width: 175px;
}

.contentStyle select {
	width: 175px;
}

.contentStyle textarea {
	width: 175px;
}

.contentStyle input.form_checkbox, .contentStyle input.form_radio {
	width: 18px;
	border: 0;
	cursor: hand;
	background-color: transparent;
}

.contentStyle button, .contentStyle input.form_submit {
	width: 100px;
	font-weight: bold;
	height: 21px;
}