/* CSS Document */

.bodyText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-left: 10px;
}
.bodyTextBold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	margin-left: 0px;
}
.tocText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-left: 15px;
}


.bodyText a:link {
	color: #BF5B59
}
.bodyText a:hover {
	color: #97EE86
}
.bodyText a:visited {
	color: #0046A5
}	

.contentTable {
border-style: solid;
border-width: 1px;
border-color: #0078ae;
}

.bottomLinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	margin-top: 10px;
}
.bottomLinks a:link {
	color: #333333;
	text-decoration: underline;
}
.bottomLinks a:visited {
	color: #666666;
	text-decoration: underline;
}
.bottomLinks a:hover {
	color: #0046B5;
	text-decoration: none;
}.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

