@charset "utf-8";
/* CSS Document */
div.contentArea p {
	margin-bottom:15px;
}
.headline {
	font-size: 28px;
	color: #000;
	text-decoration: none;
	padding: 10px 0 10px 0;
}
.subhead {
	font-size: 16px;
	color: #666;
	text-decoration: none;
}
.textquote {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.caption {
	font-size:11px;
	font-weight:bold;
}
.side_box {	
	background-color:#f0f0f0;
	width:165px;
	padding:10px;
	text-align:right;
	font-size:12px;
	line-height:140%;
}
.boxtext {
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.sideboxlink {
	font-size: 12px;
	color: #00F;
	text-decoration: underline;
}
.links {
	font-size: 12px;
	color: #09F;
	text-decoration: none;
}
a:link {
	color: #09F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #009AFF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.profile {
	font-size: 36px;
	font-weight: bold;
	color: #000;
	padding: 15px 0 0 0;
}

