body {
	margin: 0;
	padding: 0;
	background-color : transparent;
	background: none;
	font-family: Arial;
	font-size : 12px;
	color: #000000;
}

html {
	background-color: transparent;
	background: none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}


td {
	background-color : transparent;
	background: none;
	font-family: Arial;
	font-size : 11px;
	color: #000000;
}

div, td {
	font-size: 12px;
	line-height: 14px;
	font-family: Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 0;
}

.title {
	font-family: Arial;
	font-size :24px;
	font-weight: bold;
	color: #FFFFFF;
}

A:LINK,A:ACTIVE,A:VISITED {
	font-size:					11px;
	font-weight:				bold;
	color:						#605842;
	text-decoration:			none;
}

A:HOVER {
	font-size:					11px;
	font-weight:				normal;
	color:						#000000;
	text-decoration:			underline;
}

.question {
	padding-left: 8px;
}

strong {
	width: 90px;
	display: block;
	font-weight: normal;
	font-size: 12px;
}

.text, .dropd {
	width: 206px;
	padding: 4px;
	border: 0px solid #7d7358;
	background-color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	margin: 6px 0;
}

.hr {
	background-color: #655e4a;
	height: 2px;
	overflow: hidden;
	margin: 10px 0;
}

.hr hr {
	display: none;
}

.submitButton {
	border: 0px solid #000000;
	background-color: #605842;
	color: #fff;
	display: block;
	float: left;
	line-height: 13px;
	text-transform: uppercase;
	font-family: Helvetica, Arial, 'sans-serif';
	font-weight: bold;
	padding: 5px 6px;
	margin-right: 10px;
	
}

.submitButton:hover, #commentForm .submitButton:hover {
	background-color: #000;
}


h2 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 16px;
	text-transform: uppercase;
}

