
form {
	padding: 0px;
	margin: 0px;
}


.button {
	color: #ffffff;
	background-color: #c5a477;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	padding: 1px 10px 1px 10px;
	border: 1px solid #824f1d;
	cursor: pointer;
}

td {
	vertical-align: top;
}

p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

h1 {
	color: #431a15;
	font-size: 19px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	margin: 0px 0px 2px 0px;
}

h2 {
	color: #824f1d;
	font-size: 15px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	clear: both;
}

.header2 {
	color: #824f1d;
	font-size: 15px;
	font-weight: normal;
}

a {
	color: #824f1d;
	text-decoration: underline;
}

a:hover {
	color: #431a15;
}

.imgborder {
	border: 1px solid #824f1d;
}

#profiletitle {
	color: #431a15;
	font-size: 19px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	margin: 8px 0px 2px 0px;
	float: left;
	width: 490px;
}

.whitecolor {
	color: #ffffff;
	text-decoration: none;
}

.browncolor {
	/*color: #431a15;*/
	color: #824f1d;
	text-decoration: none;
}

.profiletable {
	margin-top: 10px;
	background-image: url(../images/bg_table.gif);
	background-position: 89px 0;
	background-repeat: repeat-y;
}

.listtable {
	background-image: url(../images/bg_table.gif);
	background-position: 30px 0;
	background-repeat: repeat-y;
}

.areatable {
	background-image: url(../images/bg_table.gif);
	background-position: 270px 0;
	background-repeat: repeat-y;
}

.membertable {
	background-image: url(../images/bg_table.gif);
	background-position: 160px 0;
	background-repeat: repeat-y;
}


.redText {
	color: #FF0000;
}


.fieldLbl {
	text-align: right;
	padding-right: 10px;
}

.fieldVal {
	text-align: left;
}

