body {
	background-color: #AFC0D0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	color: #000000;
	margin: 0px;
	background-image: url(images/bgrnd.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.home-text {
	font-size: 8pt;
	line-height: 11pt;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px 15px 5px 20px;
	text-align: left;
}
h1 {
	font-size: 12pt;
	font-weight: bold;
	color: #879658;
}
h2 {
	font-size: 10.5pt;
	font-weight: bold;
	color: #567DA2;
}
dt {
	font-weight: bold;
	color: #9BAC65;
}


.td-content {
	padding: 25px 30px;
	text-align: left;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	color: #000000;
}
.border-resourcecs {
	border: 1px solid #567DA2;
}

.footer {
	font-size: 8pt;
	color: #000000;
	line-height: normal;
}
.right-bordered {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 1px solid #93AAC0;
	background-color: #FBF5DD;
	padding: 5px;
}
.right {

	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	border: none;
}
.left {

	float: left;
	margin-bottom: 20px;
	border: none;
	margin-right: 20px;
}
a.link2:link {
	text-decoration: none;
	color: #000000;
}
a.link2:visited {
	text-decoration: none;
	color: #000000;
}
a.link2:hover {
	text-decoration: underline;
	color: #000000;
}
a.link2:active {
	text-decoration: underline;
	color: #000000;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}
.bordered {
	border: 1px solid #93AAC0;
	background-color: #FBF5DD;
	padding: 5px;
}
