body {
	/*background-color: #FFFFFF;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #554415;
}

/*
td, th { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #554415
}*/


a { /*links*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #554415;
	text-decoration: none;
}

form {
	background-color: #E1D097;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 14px;
  	font-weight: bold;
	line-height: 22px;
	color: #a6181c;
}

.link {
	color: #4F2024;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.header {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	color: #554415;
}


.footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 22px;
	color: #554415;
	/*background-color: #F1E9CF;*/
}


a:hover {
	text-decoration: none;
}

/* Stats container stuff */

#stats_container a:hover {
	text-decoration: underline;
}

.rsm_stats table {
	 	font-size:12px;

	border:1px solid #A06872;
}



.rsm_stats th {
	padding:5px;
	background-color:#A06872;
	color:#fff;
	text-align:left;
}
.rsm_stats td {
	padding:5px;
	background-color:#FFF;
	vertical-align:top;
	color:#554415;
}

.rsm_stats td.agentpic {
		border-right:1px solid #A06872;

}