<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.styleTable {border: 1px solid black;border-collapse: collapse;}
.LowerAlpha {list-style-type: lower-alpha;}
.UpperAlpha {list-style-type: upper-alpha;}
.LowerRoman {list-style-type: lower-roman;}
.Newsletter {font-size: medium;color: #FF0000;font-weight: bold;}
.FontBold {font-weight: bold;}
.FontBoldMedium {font-size: medium;font-weight: bold;}
.FontBoldLarge {font-size: 19px;font-weight: bold;}
.FontBoldWhite {color: #00FF00;text-align: center;font-weight: bold;background-color: green;}
.FontBoldYellow {text-align: center;font-weight: bold;background-color: yellow;}
.FontBoldLightGreen {text-align: center;font-weight: bold;background-color: #90EE90;}
.FontBoldLightBlue {text-align: center;font-weight: bold;background-color: #ADD8E6;}
.FontBoldGray {text-align: center;font-weight: bold;background-color: #E8E8E8;}
.FontBoldRed {text-align: center;font-weight: bold;background-color: red;}
.FontBoldBlue {text-align: center;font-weight: bold;background-color: #91C8FF;}
.BoldClass {font-weight: bold;}
.BoldCenter {text-align: center;font-weight: bold;}
.centerB {text-align: center;font-weight: bold;height: 40px;background-color: #F2F2F2;}
.ImageBorder {border-width: 0px;}
.FindTreatmnetBorder {border-right: 1px solid #FFFFFF;border-top: 1px solid #FFF;border-bottom: 1px solid #FFFFFF;border-left: 1px solid #FFFFFF;}
.underLine {text-decoration: underline;}
.centerT {text-align: center;background-color: #9FECFF;height: 40px;}
.whitebg {background-color: #FFFFFF;}
.mediabg {background-color: #E2E2E2;}
.mediaSubTable {width: 36px;text-align: center;}
.alignRight {text-align: right;}
.alignLeft {text-align: left;}
.alignCenter {text-align: center;}
div.alignCenterDiv {display: table;margin: 0 auto;}
.leftWhite {text-align: left;background-color: #FFFFFF;}
.italicBC {font-style: italic;text-align: center;font-weight: bold;}
.fontColor {color: #034B9C;}
.fontColorRed {color: Red;}
.fontRedBold {font-weight: bold; color:red}
.fontGreenBold {color: Green;font-weight: bold;}
.italicB {font-style: italic;font-weight: bold;}
.underLineB {text-decoration: underline;font-weight: bold;}
.italic {font-style: italic;}
div.content1 {border: #48f solid 1px;clear: left;padding: 1em;background: #F4F4F4;font-size: 1em;}
.rowColor {background-color: #F2F2F2;line-height: 1.5;}
.ListABC {list-style-type: upper-alpha;}
.new {font-style: italic;color: red;font-size: small;}
.newLeftMenu {font-style: italic;color: red;}
.text1 {text-align: center;color: #ff9966;font-size: 1.12em;font-weight: bold;font-family: Arial, Helvetica, sans-serif;padding: 10px;}

.text2 {text-align: center;color: #112153;font-size: 1.12em;font-weight: bold;font-family: Arial, Helvetica, sans-serif;padding-bottom: 3px;}

/* buttons on home page */
.btn {background-image: url('../images/starticon.png');background-repeat: no-repeat;background-position: center;text-align: center;height: 200px;width: 235px;padding-top: 20px;}
.btn a:link {font-family: Arial, Helvetica, sans-serif;text-decoration: none;color: #061C60;font-size: 1.25em;font-weight: bold;}
.btn a:visited {color: #061C60;}
.btn p {font-style: italic;font-size: 0.6em;}
.btnShadow {box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.20);}
.btn:hover {box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.5);}

/* end of buttons on home page */


/* Start Accordian */
/* accordion */
/*.accordion {
	border-width: medium medium medium 6px; border-style: none none none solid; border-color: currentColor currentColor currentColor rgb(202, 120, 96); 
	padding: 10px; transition:0.4s; border-image: none; width: 100%; font-size: 15px; margin-top: 10px; display: inline-block; cursor: pointer; background-color:white;
}
*/
.accordion {text-align: left;border-style: none;padding: 5px;transition: 0.4s;border-image: none;width: 97%; font-size: 16px; margin-left: 10px; margin-top: 5px; display: inline-block;cursor: pointer;background-color: #f2f2f2;}


.active.accordion {font-weight: bold;}
button.accordion:hover {font-weight: bold;}
.accordion::after {color: rgb(119, 119, 119);font-weight: bold;margin-left: 5px;float: right;content: "\002B";}
.active.accordion::after {content: "\2212";}
.panel {padding: 0px 18px;transition: max-height 0.2s ease-out;overflow: hidden;max-height: 0px;background-color: white;}

/* End Accordian */

/* Header FIX */
.globalNavGreyDiv &gt; div {box-sizing: border-box; width:25%; margin: 0;}
.colGrey1 {text-align: left; padding-left: 23px;}
.colGrey2 {text-align: left;}
.colGrey4 {padding-top: 3px;}
.globalNavGreyDiv &gt; div &gt; form &gt; input {margin-top:10px; vertical-align: top;}
.colTranslate {margin-left: 10px;}

.reveal {display: none;}</pre></body></html>