<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*

Some shared styles from previous iterations of the website which many/most
of our pages continue to reference. Will add things to this catch-all file
as needed.

Changelog: Initial file created  2019-12-18 TLS

*/


.lead1 {
	font-weight: bold;
	}

.notation {
	font-style: italic;
	font-size: 8pt;
	line-height: 11pt;
	color: #666666;
	}

.alert {
	color: #FF0000;
	font-weight: bold;
 	}

.alert2 {
	color: #FF0000;
	font-style: italic;
	}

.justified {
	text-align: justify;
	}

hr.subbar {
	margin-right: 250px;
	color: #402b6b;
	}

.clear_both {      /* Use this to force container divs to actually contain all contents */
	clear: both;
	}

div.generic_box_leftside {
	float: left;
	padding: 0 5px 0 0;
	margin: 10px 0 0 0;
	width: 460px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	border-style: none;
	text-align: left;
	}
div.generic_box_rightside {
	float: right;
	padding: 20px 10px 0 10px;
	margin: 10px 0 0 10px;
	width: 400px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	text-align: left;
	border-style: solid;
	border-color: #573991;
	border-width: 1px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	background: #eeeeee url(/images/primary_purple-15.gif) repeat-x;
	}
div.generic_box_rightside2 {
	float: right;
	padding: 20px 10px 0 10px;
	margin: 10px 0 0 10px;
	min-width: 400px;
	min-height: 300px;
	height: auto !important;
	text-align: left;
	border-style: solid;
	border-color: #573991;
	border-width: 1px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	background: #eeeeee url(/images/primary_purple-15.gif) repeat-x;
	}

</pre></body></html>