.contentStyle
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	color: #6E6E6E;
	background-color: white;
	margin-top: 0px;
	padding: 10px 10px 10px 35px;
}

.padding_10 {
	padding: 10px;
}

.padding_35 {
	padding: 0px 10px 10px 35px;
}

.color_white {
	color: #FFFFFF;
	background-color: #6FA1A6;
}

.contentStyle p
{
	margin-top: 0px;
}

.contentStyle input
{
	background-color: white;
	border: 1 solid black;
	cursor: text;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	color: black;
}

.contentStyle table
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	color: #6E6E6E;
}

.color_white table {
	color: #FFFFFF;
}

.contentStyle img
{

}

.contentStyle a
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
}

.contentStyle select
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	color: black;
}

.contentStyle textarea
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	color: black;
}

.contentStyle .form_checkbox
{
	border: 0;
	cursor: hand;
	background-color: white;
}

.contentStyle .form_submit
{
	cursor: hand;
}

.contentStyle .form_radio{
    cursor: hand;
    border: 0 solid white;
}

