body {
	font-size: 10pt;
	margin: 0;
	padding: 0;
	background: #fff;
}
.noprint, #navGlobal, #navAudience, #navGlobalFooter, #siteForms, #navTools, .cfdebug, #lCol, #rCol, #breadCt, #pageHead h2, #addressCt, #pageRater, #pageHead {
	display: none !important;
}

h2#pageTitle {
	font-family: georgia, times, "times new roman", serif;
	font-weight: normal;
	font-size: 1.9em;
	text-align: center;
	margin: 0;
	padding: 0 0 .4em 0;
	border-bottom: 1px dashed #999;
	width: 90%;
	margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
	font-family: georgia, times, "times new roman", serif;
	font-weight: normal;
}

h3 {
	font-size: 1.55em;
}

h4 {
	font-size: 1.35em;
}

h5 {
	font-size: 1.25em;
}

h6 {
	font-size: 1.1em;
}

.clear, .clearer {
	clear: both;
	height: 0;
	line-height: 0;
}
.left {
	float: left;
	text-align: left;
}
.right {
	float: right;
	text-align: left;
}
.half {
	width: 49%;
}
.center {
	text-align: center;
}

a img {
	border: none;
}
a {
	color: #037;
	background: transparent;
	text-decoration: underline;
}
acronym[title]:not(.dtstart):not(.dtend):after, abbr[title]:not(.dtstart):not(.dtend):after {
	content: " (" attr(title) ") ";
	font-size: 80%;
}
acronym.dtstart, acronym.dtend, abbr.dtstart, abbr.dtend {
	text-decoration: none;
	border-bottom: none;
}
/*
a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 80%;
}
*/


/* Boxes */
	.ltborder, .box, .boxright, .boxleft, .highlight {
		border-width: 1px;
		border-style: solid;
		border-color: #ccc;
		margin: 7px;
		padding: 5px;
		-moz-border-radius: 4px;
	}
	.boxright {
		float: right;
		margin: 0 0 10px 10px;
	}
	.boxleft {
		float: left;
		margin: 0 10px 10px 0;
	}
	
	.onlyprint {
		display: inherit;
	}

table {
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #ccc;
}

table tr td, table tr th {
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #ccc;
	padding: .5em 1em .5em 1em;
}