body{
	background: #DEBD97;
}

A:link, A:active, A:visited { text-decoration: underline; color: #1F6031 } 
A:hover { text-decoration: none; color: #F01F22 }

td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11pt; line-height: 21px}

.buttonsCenter { 
	text-align: center; 
	background: url(images/assets/top_tile.gif);
}
.tablePad { 
	padding:10px; 
	background: #fff;
	border-top: 1px solid #D3B051;
}
.mainArea {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 19px;
}
hr { 
 color: #D3B051;
 border-style: dotted;
 size: 4;
 width: 66%;
}
.side_bars {
	border-right: 1px solid #FAEAD8;
	border-left: 1px solid #FAEAD8;
}
tr.tableHeaders { 
	text-align: center;
	background: #DEBD97;
}
.adminMode {
	font-size: 8pt;
}