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

h1, h2, h3, h4, h5 {
    font-family:  Arial, sans-serif;
    color:#140052;
    font-weight:bold;
    letter-spacing:.025em;
    padding-bottom: 2px;
    line-height:120%;
    clear:both;
	margin:0px;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	vertical-align:middle;
	padding:10px 0px 0px 0px;
}

h1 {
	font-size:22px;
	border-bottom:1px solid #999;
}

h2, h2.Title {
	font-size:20px;
	font-weight:bold;
	color:#003366;
	border-bottom:1px solid #999;
	border-bottom: 1px solid #ddd;
	margin:5px 0px 5px 0px;
}

h3 {
	font-size:16px;
	border-bottom: 1px solid #e2e2e2;
	margin:20px 0px 0px 0px;
	padding:15px 0px 0px 0px;
}

h3.noUnderline {
	border-bottom: 0px solid #e2e2e2;
}

h4 {
	font-size: 14px;
	padding:0px 0px 0px 0px;
	margin:20px 0px 5px 0px;
}

h5 {
	font-size: 12px;
	color: #333;
	margin:20px 0px 5px 0px;
}

h6 {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

.Caption {
	font: italic 9px Verdana, Arial, Helvetica, sans-serif;
	color: #555;
}

.new {
	color:#cc0000;
	font-weight:bold;
}

.intro {
   	background:#333;
	color:#fff;
}

h2.ImportantTitle {
	font: bold 17px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 20px 0px;
	color: #f80;
	padding-bottom: 8px;
	border-bottom: 3px solid #ddd;
}

h2.MediumTitle1 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #05b;
}

h2.MediumTitle2 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #c00;
}

h3.SubTitle1 {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #05b;
}

h3.SubTitle2 {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #c00;
}

.Caption {
	font: italic 9px Verdana, Arial, Helvetica, sans-serif;
	color: #555;
}

.new {
	color:#E66700;
	font-weight:bold;
}

.displayList {
	width:100%;
}

ul.displayList {
	margin:0px 0px 20px 0px;
	padding:2px;
}

.displayList li {
	list-style:none;
	border-bottom:1px solid #fff;
	margin:0px;
	text-indent:0px;
	line-height:20px;
	background:#f6f6f6;
	padding:2px 2px 1px 5px;
}

p, .textList, ul {
	line-height:20px;
	margin-top:10px;
	margin-bottom:5px;
}

.pullquote_left {
	background:#d7dcea;
	background:#b9c5dc;
	width:200px;
	float:left;
	padding:10px 20px 10px 20px;
	margin:20px;
	border:5px solid #d7dcea;
	font-weight:normal;
	color:#333;
}

.pullquote_right{
	background:#d7dcea;
	background:#b9c5dc;
	width:200px;
	float:right;
	padding:15px 10px 20px 16px;
	margin:0px 10px 10px 10px;
	border:5px solid #d7dcea;
	font-weight:normal;
	color:#333666;
        font-size:12px;
}

.pullquote_right_yellow {
	background:#F7F4BB;
	width:200px;
	float:right;
	padding:20px;
	margin:20px;
	border:1px solid #ccc;
	font-weight:normal;
	color:#333;
}

.disclaimer {
	font-size:10px;
	border:1px solid #cc0000;
	padding:5px;
	margin:10px 0px 10px 0px;
	background:#EFD1D1;
	clear:both;
}

.features {
	border:1px solid #005daa;
	padding:5px;
	margin:10px 0px 10px 0px;
	background:#f5f5f5;
}

ul.nobullets {
	list-style:none;
	margin:0px 0px 5px 0px;
}

ul.nobullets li {
	list-style:none;
	margin:10px 0px 5px 0px;
	/*height:auto-height;*/
	display:block;
	clear:both;
}

.highlight {
	border:1px solid #ccc;
	background:#d0ddf8;
	margin:10px 0px 10px 0px;
	padding:5px 5px 7px 5px;
	display:block;
	clear:both;
}

.highlight_gray {
     background:#e2e2e2;
     margin:10px 0px 10px 0px;
     padding:5px;
     display:block;
     clear:both;
}

.emphasis {
	color:#ff6600;
	font-weight:bold;
}

fieldset.large {
	width:99%;
	margin:0px;
}

fieldset.large label {
	width:150px;
}

/** long forms **/ 

fieldset.longforms {
	width:595px;
	margin:0px;
	padding:0px;
}

fieldset.longforms ul {
	list-style:none;
	margin:0px;
	text-indent:0;
}

fieldset.longforms ul li {
	margin:1px 0px 1px 0px;
	padding:1px;
	background:#f2f2f2;
}

fieldset.longforms ul li label {
	width:99%;
	margin:0;
	padding:0;
	text-align:left;
	display:block;
	float:none;
}

fieldset.longforms ul li fieldset {
	margin:0;
	padding:0;
}

.centeredBox {
	text-align:center;
	border:1px solid #e2e2e2;
	padding:10px;
	margin:5px 0px 0px 0px; 
}

.centeredBox .caption {
	font-size:10px;
	color:#666;
	line-height:14px;
}

ol {
	padding:10px 0px 10px 0px;
}

.smalltext {
 font-size:10px;	
}

.float_right {
float:right;
position: relative; 
top:-5px;
}
</pre></body></html>