body {
	margin: 0px;
	background-color: #FFFFFF;
}
body, table {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
}

a {
	color: #950D19;
}
a:hover {
	color: #999999;
	text-decoration: none;
}

form {
	margin: 0px;
	padding: 0px;
	display: inline;
}

input.text, textarea.text, select {
	border: solid #807F7F 1px;
	color: #000000;
	font-size: 11px;
	padding: 1px 2px;
}

input.button {
	font-size: 11px;
	border: 1px;
	border-style: outset;
	background-color: #DAD1B2;
	font-weight: bold;
	padding: 0px 4px;
}

td.formcaption {
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	padding-right: 4px;
}

td.formfield {
	padding-left: 4px;
}


#breadcrumbs {
	font-size: 11px;
	font-weight: bold;
	padding: 4px 16px 10px 16px;
}
#maincontent {
	padding: 0px 16px;
}

h1, .h1, h2, .h2, h3, .h3 {
	color: black;
	font-weight: bold;
	text-transform: uppercase;
}
h1, .h1 {
	font-size: 16px;
}
h2, .h2 {
	font-size: 14px;
}


input.buttonleft {
	background: #B3671B;
	color: white;
	border: solid white 1px;
	font-weight: bold;
	font-size: 11px;
}

input.textleft {
	background: #F3E0BF;
	color: black;
	font-size: 11px;
	padding: 1px 2px;
}

.membermenu a {
	color: white;
	font-weight: bold;
}





fieldset {
	background: #F0F0F0;
	border: solid #807F7F 1px;
	padding: 14px;
	margin: 0 0 1em 0;
}

fieldset legend {

	padding: 0px 2px;

}
