/* CSS Document */


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #241A12;
	background-color: #655D56;
	background-image: url(images/description_bg.jpg);
	background-repeat: repeat;
	margin: 0px;
}
.mainContent {
	font-size: 0.95em;
	background-image: none;
	background-repeat: repeat;
	vertical-align: top;
	width: 365px;
	padding: 0px;
	border: thin solid #655d56;
}

a:link {
	color: #655D56;
	text-decoration: underline;
}
a:visited {
	color: #655d56;
	text-decoration: underline;
}
a:hover {
	color: #FF6666;
	text-decoration: none;
}
a:active {
	color: #655D56;
	text-decoration: underline;
}
.textBorder {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #655d56;
	font-weight: bold;
	font-size: 1em;
	padding-top: 2px;
	padding-bottom: 2px;
}
.detailPrint {
	font-size: 0.95em;
	padding: 2px 0px 0px;
}
