.body, a, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9d7c5b;
	line-height: 14px;	
}

a:hover {
	text-decoration: underline;
	color: #9d7c5b;
}

body {
	background-color: #432201;
}

table {
	background-color: #FFFFFF;
}

.bodyBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9d7c5b;
	line-height: 14px;
	font-weight: bold;
}

.flash {
	font-weight: bold;
	color: #ff0000;
}

input {
	width: 100%;
}

.btn {
	width: 60px;
}

.nowrap {
	white-space: nowrap;
}

