BODY, td {
	color: Black;
	background-color: #CCCC99;
	font-family: "Times New Roman", Times, serif;
	font-size: 12 pt;
}

A:link { color: #333300; }
A:visited { color: #666600; }
A:active { color: White; }

.centered { text-align: center; }
table.centered { 
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.righted { text-align: right; }

HR.divider {
	 width: 65%;
}

.largeHeading { color: #333300; font-size: 200%; }
.largeText { font-size: 115%; }
.justify { text-align: justify; }

.blockIndented {
	margin: 0px 10%;
}

table.invisibleTable {
	border-style: none;
	padding: 2px;
}
