@charset "UTF-8";
a:link {
	color: #006666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006666;
}
a:hover {
	text-decoration: underline;
	color: #0066FF;
}
a:active {
	text-decoration: none;
	color: #660099;
}
body {
	background-image: url(../images/core/pb_bkgd_main.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #9DCD69;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.2;
	font-size: 16px;
}
.blurb {
	font-size: 12px;
	color: #333333;
	line-height: 16px;
}
.blurbSpecial {
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	padding-bottom: 10px;
}
.pagetitle {
	font-size: 24px;
	font-weight: bold;
	color: #006666;
}
.placeholder {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #999999;
}
.bodyIndented {
	padding-left: 40px;
}
.pagesubtitle {
	font-size: 20px;
	font-weight: bold;
	color: #000033;
}
.bodySmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 13px;
}
.blogDate {
	color: #FF6600;
}
.blogTitle {
	color: #006666;
	font-size: 20px;
}
.blogBody {
	color: #333333;
}
.blogfoot {
	font-size: 13px;
}
