@charset "utf-8";
.box {
	background-color: #FFFFFF;
	border: thin solid #000000;
}
.box .heading {
	font-size: 16px;
	font-weight: bold;
	color: #0066FF;
}
.box .a_title {
	font-size: 14px;
	font-weight: bold;
	color: #0066FF;
}
.box .a_date {
	font-size: 9px;
	display: inline;
}
.box .a_disc {
	font-size: 12px;
}
.box .a_link {
	color: #FF0000;
}

#leftcol h1 {
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 900;
	text-align: center;
}

