body {
	margin-top: 65px;
	background-color: #F9F9F9;
	margin-right: 0px;
	margin-left: 0px;
}

.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
}
.dates {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.border1 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ABDEE0;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #ABDEE0;
}
.moretext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}

    a, a:link, a:visited, a:active {
	color: #7FC2D6;
	text-decoration: none;
	outline:none;
    }
	
    a:hover {
	color: #000000;
	text-decoration: none;
	outline:none;
    }

