/* CERC Main CSS Document */

body {
	background-color: #ffffff;
	font-size: 13px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}

/*Content Column */

td.content {
	padding-right: 24px;
	padding-left: 24px;
	font-size: 12px;
	color: black;
	line-height: 1.5em;
}

.title {
	color: #426341;
	font-weight: bold;
	font-size: 18px;
	margin: 20px 0px 0px;
	padding: 20px 0px 0px;
	line-height: 1.2em;
}

.date {
	color: #426341;
	font-size: 14px;
	margin: 20px 0px 0px;
	padding: 0px;
	line-height: 1.2em;
}

A:link{ color: #4d6380; text-decoration: underline; }
A:visited { color: #4d6380; text-decoration: underline; }
A:hover { color: #a7b4c2; text-decoration: underline; }
A:active { color: #4d6380; text-decoration: underline; }


.contentarticles A:link{ color: #000000; text-decoration: none; }
.contentarticles A:visited { color: #000000; text-decoration: none; }
.contentarticles A:hover { color: #738ba6; text-decoration: underline; }
.contentarticles A:active { color: #000000; text-decoration: none; }

.footer A:link{ color: #999999; text-decoration: none; }
.footer A:visited { color: #999999; text-decoration: none; }
.footer A:hover { color: #999999; text-decoration: underline; }
.footer A:active { color: #999999; text-decoration: none; }

.footer {
	font-size: 10px;
	color: #999999;
}

.search {
	color: #336633;
	font-weight: bold;
}

td.right {
	background-attachment: fixed;
	background: url(../images/article_bg_rt.gif);
	background-repeat: repeat-y;
	width: 167px;
}

