body{

}
.menuBar{
	width: 527px;
	height: 20px;
	background-color: #A68F79;		
}
a.menuItem{
	color: black;	
	padding-left:17px;
	padding-right:17px;
	font-size:11px;
	line-height: 20px;
	font-family: Verdana,Arial;
	text-decoration: none;
	text-transform: uppercase;
}
a.focus{
	color: yellow;
	background-color: #261F19;
}
a.menuItem:hover{
	color: white;
	text-decoration:underline;	
}
.contentBox {

	color: white;
	border: 0px solid #000000;
	font-family: Verdana,Arial;
	font-size: 13px;
	line-height: 16px;
	width: 527px;
	height: 339px;
	overflow: auto;
	
}
.contentCell{
	background-color: #261F19;
}

.content{
	padding-left: 12px;
	padding-right: 12px;
}
.show{
	font-family: Verdana,Arial;
	font-size: 14px;
	font-weight: bold;
}
.showDetails{
	font-family: Verdana,Arial;
	font-size: 12px;
	font-weight: normal;
	color: white;
}
.head{
	padding-top: 10px;
	font-family: Verdana,Arial;
	font-size: 16px;
	color: yellow;
}
.subhead{
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: Verdana,Arial;
	font-size: 14px;
	color: yellow;
}

a.back{
	font-family: Verdana,Arial;
	font-size: 9px;
	color: orange;
	text-decoration:none;
	
}

a.back:hover{
	font-family: Verdana,Arial;
	font-size: 9px;
	color: yellow;
	text-decoration:underline;
}
a{
	color:yellow;
}