@CHARSET "ISO-8859-1";

.blueTop {
	background: #0070b7;
	color: #fff;
	font-weight: bold;
	background: url('/images/4/top/buttonbg.gif');
	background-position: bottom;
}
.blueContent {
	background: #d9eaf4;
}
.blueContent a {
	display: block;
	padding: 5px 10px 5px 10px;
	color: #333;
	text-decoration: none;
}
.blueContent a:hover {
	background: #fff;
	color: #000;
}

.grayTop {
	background: #666;
	color: #fff;
	font-weight: bold;
	background: url('/images/4/top/buttonbg_gray.gif');
	background-position: bottom;
}
.grayContent {
	background: #e6e6e6;
}
.grayContent a {
	display: block;
	padding: 5px 10px 5px 10px;
	color: #333;
	text-decoration: none;
}
.grayContent a:hover {
	background: #fff;
	color: #000;
}
