a {
	font-family: Arial, Helvetica, sans-serif;
	color: #994129;
	font-size: 12px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #994129;
}
a:hover {
	text-decoration: none;
	color: #B18556;
}
a:active {
	text-decoration: none;
	color: #994129;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background: #5C1B18;
}
#info {
	padding: 20px;
	float: left;
	width: 461px;
	text-align: left;
}
#info h1 , #sidebar h1{
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}
#info h2 {
	font-size: 14px;
	color: #994129;
	margin: 0px;
	padding: 0px;
}
#info .text-small {
	font-size: 90%;
}


#sidebar {
	padding: 20px 10px 20px 0px;
	float: left;
	width: 97px;
	text-align: left;
}
#sidebar h1 {
	color: #9A4028;
}
a.button, a.button:link, a.button:visited {
	padding: 4px 10px;
	background: #994129;
	color: #FFF;
	border: 1px solid #5C1B18;
	font-weight: bold;
}
a.button:hover {
	background: #5C1B18;
}
#info em {
	color: #5C1B18;
}
#info .highlight.underline {
	padding-top: 8px;
	padding-bottom: 8px;
}
.detail_box {
	padding: 4px 10px;
	background: #F7E4DF;
	color: #000;
	border: 1px solid #994129;
}
.underline {
	border-bottom: 1px solid #B18556;
}
.highlight:hover {
	background: #E7D9C9;
}
a.letter {
	padding: 1px;
	background: #FAEEEB;
	border: 1px solid #B18556;
	font-size: 9px;
}
a.letter:hover {
	background: #B18556;
	color: #71201D;
}
a.cur_letter, a.cur_letter:hover {
	padding: 1px;
	background: #71201D;
	border: 1px solid #B18556;
	font-size: 9px;
	color: #FFF;
}
.no_letter {
	font-size: 9px;
}
.text-small {
	font-size: 80%;
}
