
div, body, td {
	background-color: #fbf7f4;
	font-size: 12px;
	line-height: 16px;
	font-family: Lucida Grande, Verdana;
	color: #000000;
}

a, a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}

a:hover, a:visited:hover {
	border-bottom: 1px solid #000000;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}



body, html, td {
	margin: 0;
	padding: 0;
}

input.text, #frmComp select {
	padding: 4px;
	border: 1px solid #e0dad3;
	background-color: #ffffff;
	margin: 6px 0;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana;
	font-size: 12px;
	line-height: 1;
	width: 170px;
}

#frmComp select {
	padding: 0px;
}

th {
	text-align: left;
	font-size: 13px;
	font-weight: normal;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #666;
}

.question {
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 16px;
}

.prefs {
	width: 200px !important;
}

input.button {
	background-color: #825f40;
	border-width: 0px;
	color: #fff;
	padding: 4px 8px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	line-height: 1;
}

input.button:hover { background-color: #000; }

.gutter { width: 20px; }

.submitStrip {
	border-top: 1px solid #666;
	padding-top: 8px;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 11px;
	line-height: 14px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

h1 {
	font-family: 'Trebuchet MS', Verdana;
	font-size: 17px;
	line-height: 17px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 0 6px 0;
}
