html, body, input, textarea, select, td {
	font:11px Arial;
	color:#7D7D7D;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	margin-bottom:5px;
}

h1 {
	font-size: 125%;
}

h2 {
	font-size: 120%;
}

h3 {
	font-size: 115%;
}

h4 {
	font-size: 110%;
}

h5 {
	font-size: 105%;
}

h6 {
	font-size: 103%;
}

h2.heavy {
	color: #000;
}

div#content-intro h1 {
	margin:0;
	margin-bottom:10px;
}

div#content-area div.column h2.title-section {
	width:280px;
	padding:5px 10px;
	margin:0px;
	font-size:13px;
}

div#content-area div.column h2.title {
	margin:0px;
	margin-bottom:10px;
	font-size:15px;
}

div#menu-about a:link {
	color: #FFF;
	text-decoration:none;
}

div#menu-about a:visited {
	color: #FFF;
	text-decoration:none;
}

div#menu-about a:hover {
	color: #FFF;
	text-decoration:underline;
}

/* Search results */
.search-results {
	color: #000;
}

.search-results .search-terms h2, .search-results .search-terms p {
	font-size: 130%;
	color: #000;
}

.search-results .search-num-results {
	margin-top: 1em;
}

.search-hit-title {
	font-size: 120%;
}

.search-hit-added {
	margin: 3px 0 3px 0;
	font-size: 110%;
}

/**
 * Pagination
 */
.pagination-links a {
	border-left: 1px solid #000;
	padding-left: 8px;
	padding-right: 5px;
}

.pagination-links a.pagination-page-active {
	color: #000;
	font-weight: bold;
}

.pagination-links a.pagination-page-first,
	.pagination-links a.pagination-page-prev,
	.pagination-links a.pagination-page-next {
	border-left: 0px;
}

/**
 * Large fonts for articles.
 * Add new styles here to allow for larger fonts in other pages than just articles.
 */
body.font-l div.article, body.font-l div.article td {
	font-size:13px !important;
}

body.font-xl div.article, body.font-xl div.article td {
	font-size:15px !important;
}

