html, body{ margin: 0px; padding: 0px; font: 11pt/15pt verdana; }
a:link    { color: #00518c; text-decoration: underline; }
a:visited { color: #31008c; text-decoration: underline; }
a:hover   { color: #006ab9; text-decoration: none; }
a:active  { color: #00518c; text-decoration: underline; }
.goldBox{ background: #fbfae1; border: 1px solid #ebe472; padding: 15px; }
.center{ text-align: center; }
.left{ text-align: left; }
.right{ text-align: right; }
.bold{ font-weight: bold; }
.i{ font-style: italic; }

	.lightGreen{ color: #dafcc9; }
	.lightGreenBG{ background: #dafcc9; }
	.barelyGreenBG{ background: #f0fee9; }
	.lightBlue{ color: #bfe4ff; }
	.lightBlueBG{ background: #bfe4ff; }
	.barelyBlueBG{ background: #e8f5ff; }
	.darkBlue{ color: #223963; }
	.black{ color: #000000; }
	.pad4{ padding: 4px; }
	.pad12{ padding: 12px; }
	.indent{ margin-left: 25px; }
	a.black{ color: #000000; }
	a.noLine{ text-decoration: none; }
	ul.video{ list-style: none; padding-left: 20px; }
	.gap100{ clear: both; padding: 50px; }
	.gap50{ clear: both; padding: 25px; }
