.copy { font-family: Arial; color: #000000; font-size: 13px }
.copy a:link { font-family: Arial; color: #006600; font-size: 13px; text-decoration: underline; font-weight: bold }
.copy a:active { font-family: Arial; color: #006600; font-size: 13px; text-decoration: underline; font-weight: bold }
.copy a:visited { font-family: Arial; color: #006600; font-size: 13px; text-decoration: underline; font-weight: bold}
.copy a:hover { font-family: Arial; color: #006600; font-size: 13px; text-decoration: underline; font-weight: bold}

.copyLink { font-family: Arial; color: #000000; font-size: 13px }
.copyLink a:link { font-family: Arial; color: #000000; font-size: 13px; text-decoration: none }
.copyLink a:active { font-family: Arial; color: #000000; font-size: 13px; text-decoration: none }
.copyLink a:visited { font-family: Arial; color: #000000; font-size: 13px; text-decoration: none }
.copyLink a:hover { font-family: Arial; color: #000000; font-size: 13px; text-decoration: underline }

.topCellBold { font-family: Arial; color: #000000; font-size: 13px; font-weight: bold}
.topCellBold a:link { font-family: Arial; color: #000000; font-size: 13px; text-decoration: none; font-weight: bold}
.topCellBold a:active { font-family: Arial; color: #000000; font-size: 13px; text-decoration: none; font-weight: bold}
.topCellBold a:visited { font-family: Arial; color: #000000; font-size: 13px; text-decoration: none; font-weight: bold}
.topCellBold a:hover { font-family: Arial; color: #000000; font-size: 13px; text-decoration: underline; font-weight: bold}

.topCellItalics { font-family: Arial; color: #006600; font-size: 12px; font-weight: bold}
.topCellItalics a:link { font-family: Arial; color: #006600; font-size: 12px; text-decoration: underline; font-weight:  bold}
.topCellItalics a:active { font-family: Arial; color: #006600; font-size: 12px; text-decoration: underline; font-weight: bold}
.topCellItalics a:visited { font-family: Arial; color: #006600; font-size: 12px; text-decoration: underline; font-weight: bold}
.topCellItalics a:hover { font-family: Arial; color: #006600; font-size: 12px; text-decoration: underline; font-weight: bold}

.topHeader { font-family: Arial; color: #000000; font-size: 15px; font-weight: bold}
.topHeader a:link { font-family: Arial; color: #006600; font-size: 15px; text-decoration: underline; font-weight: bold}
.topHeader a:active { font-family: Arial; color: #006600; font-size: 15px; text-decoration: underline; font-weight: bold}
.topHeader a:visited { font-family: Arial; color: #006600; font-size: 15px; text-decoration: underline; font-weight: bold}
.topHeader a:hover { font-family: Arial; color: #006600; font-size: 15px; text-decoration: underline; font-weight: bold}

.smallLink { font-family: Arial; color: #000000; font-size: 10px }
.smallLink a:link { font-family: Arial; color: #006600; font-size: 10px; text-decoration: underline; font-weight: bold }
.smallLink a:active { font-family: Arial; color: #006600; font-size: 10px; text-decoration: underline; font-weight: bold }
.smallLink a:visited { font-family: Arial; color: #006600; font-size: 10px; text-decoration: underline; font-weight: bold}
.smallLink a:hover { font-family: Arial; color: #006600; font-size: 10px; text-decoration: underline; font-weight: bold}

.majorHeader { font-family: Arial; color: #000000; font-size: 20px; font-weight: bold}
.majorHeader a:link { font-family: Arial; color: #006600; font-size: 10px; text-decoration: underline; font-weight: bold }
.majorHeader a:active { font-family: Arial; color: #006600; font-size: 10px; text-decoration: underline; font-weight: bold }
.majorHeader a:visited { font-family: Arial; color: #006600; font-size: 10px; text-decoration: underline; font-weight: bold}
.majorHeader a:hover { font-family: Arial; color: #006600; font-size: 10px; text-decoration: underline; font-weight: bold}

table.contentTable {
	border-width: 1px;	
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: LightGoldenrodYellow;
}

table.contentTable td {
	border-width: 1px;	
	border-style: solid;
	border-color: black;
	background-color: LightGoldenrodYellow;
}

table.contentTableWhite {	
	background-color: white;
}

table.subTable {
	border-width: 1px;	
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}

table.subTable td {
	border-width: 1px;	
	border-style: none;	
	background-color: white;
}