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

@import url("base.css");

.bio_box input {
	color: #006699;
	background-color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 100%;
	padding: 0px;
	margin: 0px;
}
.news_box {
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	float: left;
	width: 560px;
}
.news_box h2 {
	margin: 0px;
	padding: 0px;
}
.news_img_capts {
	font-size: 75%;
	color: #FFFFFF;
	background-color: #999999;
	padding: 15px;
}
