@charset "UTF-8";
/* CSS Document */

/* MAIN CONTENT */
a:link {
	color: #705118;
	text-decoration: underline;
}
a:visited {
	color: #705118;
	text-decoration: underline;
}
a:hover {
	color: #182540;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
.listHeader {
	font-weight: bold;
	font-size: 18px;
	color: #182540;
}
.listHeader1 {
	font-weight: bold;
	font-size: 14px;
	color: #182540;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
}
.contText {
	color: #39619C;
	font-size: 10px;
	padding: 5px;
	text-align: center;
}
.contGoldText {
	color: #705118;
	font-size: 10px;
	padding: 5px;
	text-align: center;
}
