body {
	font-size:10pt;
	color: black;
	margin-left: 0pt;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	background-color:#f2f6fa;
}

@page { margin: 0.5cm; }


option.o_red {background-color: red; font-weight: bold; font-size: 12px;}
option.o_pink {background-color: pink; font-weight: bold; font-size: 12px;}
option.o_blue {background-color: blue; font-weight: bold; font-size: 12px;}
option.o_yellow {background-color: yellow; font-weight: bold; font-size: 12px;}
option.o_green {background-color: green; font-weight: bold; font-size: 12px;}
    		

.menuhdr{background-color: #0C2577; font-family: 'Segoe UI', Arial, Helvetica, sans-serif;	font-size: 8pt; color:#FFFFFF; border-top: 1 solid #18964C; border-bottom: 1 solid #18964C;}
.menuhdrblue{background-color: #536D89; font-family: 'Segoe UI', Arial, Helvetica, sans-serif;	font-size: 8pt; color:#FFFFFF;}
.menuhdrgrey{background-color: #CCCCCC; font-family: 'Segoe UI', Arial, Helvetica, sans-serif;	font-size: 8pt; color:#0C2577;}




.hovicon_m {
    display: inline-block;
    font-size: 80px;
  
    cursor: pointer;
    margin: 10px;
    width: 90px;
    height: 110px;
   
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #fff;
}





.hovicon {
    display: inline-block;
    font-size: 24px;
    line-height: 45px;
    cursor: pointer;
    margin: 10px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #fff;
}



.hovicon.small {
    font-size: 20px;
    line-height:45px;
    width:45px;
    height:45px;
    margin:7px;
}
.hovicon.mini {
    font-size: 11pt;
    line-height:32px;
    width:30px;
    height:30px;
    margin:7px;
}
.hovicon.auto-width {
    width: auto;
    height: auto;
    padding: 15px;
}
.hovicon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content:'';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.hovicon:before {
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}
/* Effect 1 */
 .hovicon.effect-1 {
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}
.hovicon.effect-1:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 4px #fff;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
}
/* Effect 1a */
 .hovicon.effect-1.sub-a:hover {
    background: transparent;
    color: #5396ca;
}
.hovicon.effect-1.sub-a:hover i {
    color: #41ab6b;
}
.hovicon.effect-1.sub-a:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}



TABLE.cal,TD.cal,TR.cal,TH.cal {
		font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
		font-size : 20px;
		padding-left:2px;
		padding-right:2px;
		font-weight : normal;
		margin:auto;
		}		
		

TABLE.cal_m,TD.cal_m,TR.cal_m,TH.cal_m {
		font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
		font-size : 40px;
		padding-left:2px;
		padding-right:2px;
		font-weight : normal;	
		margin:auto;
		}		


a:link.cal{font-family: 'Segoe UI', Arial, Helvetica, sans-serif; font-size: 20px; text-decoration: none;  font-weight: bold;}
a:active.cal{font-family: 'Segoe UI', Arial, Helvetica, sans-serif; font-size: 20px; text-decoration: none;  font-weight: bold;}
a:visited.cal{font-family: 'Segoe UI', Arial, Helvetica, sans-serif; font-size: 20px; text-decoration: none; font-weight: bold;}
a:hover.cal{font-family: 'Segoe UI', Arial, Helvetica, sans-serif; font-size: 20px; text-decoration: none;  font-weight: bold;}


a:link.cal_arrow{font-family: 'Segoe UI', Arial, Helvetica, sans-serif; font-size: 50px; text-decoration: none;  font-weight: bold;}
a:active.cal_arrow{font-family: 'Segoe UI', Arial, Helvetica, sans-serif; font-size: 50px; text-decoration: none;  font-weight: bold;}
a:visited.cal_arrow{font-family: 'Segoe UI', Arial, Helvetica, sans-serif; font-size: 50px; text-decoration: none; font-weight: bold;}
a:hover.cal_arrow{font-family: 'Segoe UI', Arial, Helvetica, sans-serif; font-size: 50px; text-decoration: none;  font-weight: bold;}



input.cal, select.cal{ 
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	font-size:34px;
	border-top-width:1px;
	border-right-width:1px;
	border-left-width:1px;
	border-bottom-width:1px;
	border-color:#b5c3db;
	color:black;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	margin:auto;
	background-color:#5396ca;
	text-align:center;
}


a:link.cal_m{font-family: 'Segoe UI', Arial, Helvetica, sans-serif; font-size: 40px; text-decoration: none;  font-weight: bold;}
a:active.cal_m{font-family: 'Segoe UI', Arial, Helvetica, sans-serif; font-size: 40px; text-decoration: none;  font-weight: bold;}
a:visited.cal_m{font-family: 'Segoe UI', Arial, Helvetica, sans-serif; font-size: 40px; text-decoration: none; font-weight: bold;}
a:hover.cal_m{font-family: 'Segoe UI', Arial, Helvetica, sans-serif; font-size: 40px; text-decoration: none;  font-weight: bold;}


a:link.cal_m_arrow{font-family: 'Segoe UI', Arial, Helvetica, sans-serif; font-size: 90px; text-decoration: none;  font-weight: bold;}
a:active.cal_m_arrow{font-family: 'Segoe UI', Arial, Helvetica, sans-serif; font-size: 90px; text-decoration: none;  font-weight: bold;}
a:visited.cal_m_arrow{font-family: 'Segoe UI', Arial, Helvetica, sans-serif; font-size: 90px; text-decoration: none; font-weight: bold;}
a:hover.cal_m_arrow{font-family: 'Segoe UI', Arial, Helvetica, sans-serif; font-size: 90px; text-decoration: none;  font-weight: bold;}



input.cal_m, select.cal_m{ 
	
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	font-size:42px;
	border-top-width:1px;
	border-right-width:1px;
	border-left-width:1px;
	border-bottom-width:1px;
	border-color:#b5c3db;
	color:black;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	margin:auto;
	background-color:#5396ca;
	text-align:center;
}






a:link.menuhdrnav{font-family: 'Segoe UI', Arial, Helvetica, sans-serif; font-size: 8pt; text-decoration: none; color : #FFFFFF; font-weight: bold;}
a:active.menuhdrnav{font-family: 'Segoe UI', Arial, Helvetica, sans-serif; font-size: 8pt; text-decoration: none; color : #FFFFF; font-weight: bold;}
a:visited.menuhdrnav{font-family: 'Segoe UI', Arial, Helvetica, sans-serif; font-size: 8pt; text-decoration: none; color : #FFFFFF; font-weight: bold;}
a:hover.menuhdrnav{font-family: 'Segoe UI', Arial, Helvetica, sans-serif; font-size: 8pt; text-decoration: none; color: #64B082; font-weight: bold;}

a:link.menuhdrgrey{font-family: 'Segoe UI', Arial, Helvetica, sans-serif; font-size: 8pt; text-decoration: none; color : #0C2577; font-weight: bold;}
a:active.menuhdrgrey{font-family: 'Segoe UI', Arial, Helvetica, sans-serif; font-size: 8pt; text-decoration: none; color : #0C2577; font-weight: bold;}
a:visited.menuhdrgrey{font-family: 'Segoe UI', Arial, Helvetica, sans-serif; font-size: 8pt; text-decoration: none; color : #0C2577; font-weight: bold;}
a:hover.menuhdrgrey{font-family: 'Segoe UI', Arial, Helvetica, sans-serif; font-size: 8pt; text-decoration: none; color: #64B082; font-weight: bold;}

a:link.menuhdrblue{font-family: 'Segoe UI', Arial, Helvetica, sans-serif; font-size: 8pt; text-decoration: none; color : #FFFFFF; font-weight: bold;}
a:active.menuhdrblue{font-family: 'Segoe UI', Arial, Helvetica, sans-serif; font-size: 8pt; text-decoration: none; color : #FFFFFF; font-weight: bold;}
a:visited.menuhdrblue{font-family: 'Segoe UI', Arial, Helvetica, sans-serif; font-size: 8pt; text-decoration: none; color : #FFFFFF; font-weight: bold;}
a:hover.menuhdrblue{font-family: 'Segoe UI', Arial, Helvetica, sans-serif; font-size: 8pt; text-decoration: none; color: #0C2577; font-weight: bold;}
/* END HEADER STYLES*/


.site_bg {background-color:#dce0e3; padding: 0 25px;  }

.left_border {width:5px;font-size: 7.5pt;}

.center_border {width:5px;font-size: 7.5pt;}

.right_border {width:5px; font-size: 7.5pt;}

.img_border { border-width: 2px; border-style:solid; border-color:#FFD21C;}
	
.page_bg  {background-color:white; }

br.small_br {height:3px;}

.form_bg  {background-color:#D3CDBD;}

.form_data {	font-family : 'Segoe UI', Arial, Helvetica, sans-serif;  color:black;   padding-left:2; padding-right:2; font-size: 11pt; font-weight:bold; }

.hr_sm {height:2px; color:black;}

.boxes {border-width: 1px; border-style:solid; border-color:#333333; background-color: #f2f2f2; font-family: 'Segoe UI', Arial, Helvetica, sans-serif; font-size:10pt; color:black; padding: 2px; }

.box_bg  {background-color:#f2f6fa;}

.box_border { border-width: 1px; border-style:solid; border-color:#e0eaf4;}

/* Sky Carbon: recolor active table borders only */
table[border="1"] {
	border-collapse: collapse;
	border-color: #bae6fd;
	}
table[border="1"] td,
table[border="1"] th {
	border-color: #bae6fd;
	}



.quote_bg { vertical-align:middle; font-family: 'Segoe UI', Arial, Helvetica, sans-serif; font-weight:bold; color:white; padding:3px 0px 3px 3px; border-width: 1px; border-style:solid; border-color:#333333; background-color:#0284c7; font-size:14px;}

.section_bg { vertical-align:middle; font-family: 'Segoe UI', Arial, Helvetica, sans-serif; font-weight:bold; color:white; padding:3px 0px 3px 3px; border-width: 1px; border-style:solid; border-color:#333333; background-color:#0284c7;  font-size: 11pt; }

.title_bg { border-radius: 5px 5px 0 0; vertical-align:middle; font-family: 'Segoe UI', Arial, Helvetica, sans-serif; font-weight:bold; color:white; padding:3px 0px 3px 3px; border-bottom-width:1px; border-style:solid; border-color:#333333; background-color:#0369a1; font-size:14px; border-top-width:1px; border-style:solid; border-right-width:1px; border-style:solid; border-left-width:1px; border-style:solid;}

.error_bg { vertical-align:middle; font-family: 'Segoe UI', Arial, Helvetica, sans-serif; font-weight:bold; color:black; padding:3px 0px 3px 3px; border-width: 1px; border-style:solid; border-color:#333333; background-color:red; font-size:14px;}


.box_bot { border-width:0px; border-style:none; border-color:#f2f2f2; border-collapse: collapse;}

.box_data {	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;  color:black; padding-left:2; padding-right:2; font-size: 11pt;}


	.footer {color:black; font-size: 11pt; font-family: 'Segoe UI', Arial, Helvetica, sans-serif; background-color:#e0f2fe;}
	
	.black {color:black; font-size:10pt;}
	.white {color:white; font-size:10pt;}
	.perf {color:#000080; font-size:10pt; font-weight:bold;}
	
	.noline {	font-family : 'Segoe UI', Arial, Helvetica, sans-serif;	border-top-width:0px;
	border-right-width:0px;
	border-left-width:0px;
	border-bottom-width:0px; 
	font-size:10pt; } 	
	
	.line {	font-family : 'Segoe UI', Arial, Helvetica, sans-serif;	border-top-width:0px;
	border-right-width:0px;
	border-left-width:0px;
	border-bottom-width:1px; 
	font-size:10pt; } 	
	
	.cat { 	font-family : 'Segoe UI', Arial, Helvetica, sans-serif; font-weight:bold; font-size:16px; color:white;  padding-left:5px; padding-right:5px;  }

	.subject { 	font-family : 'Segoe UI', Arial, Helvetica, sans-serif; font-weight:bold; font-size: 11pt; color:Black; }

	.title { 	font-family : 'Segoe UI', Arial, Helvetica, sans-serif; font-weight:bold; font-size: 11pt; color:#333333; }
	
	.box_field {	font-family : 'Segoe UI', Arial, Helvetica, sans-serif; color:#334155; font-weight:bold; font-size:8.5pt; text-align:right; padding: 3px 8px 3px 2px; border-right: 2px solid #0284c7; white-space:nowrap;}
	.field {	font-family : 'Segoe UI', Arial, Helvetica, sans-serif; color:#334155; font-weight:bold; font-size:8.5pt; text-align:right; padding: 3px 8px 3px 2px; border-right: 2px solid #0284c7; white-space:nowrap;}
	.field_g {	font-family : 'Segoe UI', Arial, Helvetica, sans-serif; color:#334155; font-weight:bold; font-size:8.5pt; text-align:right; padding: 3px 8px 3px 2px; border-right: 2px solid #0284c7; white-space:nowrap;}

	.value {	font-family : 'Segoe UI', Arial, Helvetica, sans-serif; color:#FFFFFF;  background:#666666; font-weight:bold; text-align:left; padding-left:2; padding-right:2; font-size: 11pt;}
	
	.cover_f {	font-family : 'Segoe UI', Arial, Helvetica, sans-serif; color:black;   font-weight:bold; text-align:right; padding-left:2; padding-right:2; font-size:20px;}
	.cover_v {	font-family : 'Segoe UI', Arial, Helvetica, sans-serif; color:black;   font-weight:bold; text-align:left; padding-left:2; padding-right:2; font-size:14px;}



STRONG {
		font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
		color:#333333; 
		font-size: 11pt;
		font-weight:bold;
		}
		
TD.SectionHdr, TH.SectionHdr {
		font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
		color:#FF6633; 
		font-size: 18px;
		font-weight:bold;
		border-radius: 5px 5px 0 0;
		}		
		

UL,LI {
		font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
		color:black;
		font-size: 11pt;
		
		vertical-align : middle;
		list-style-type : disc;
			
		list-style-image: url(../images/bullet1.gif);
		padding-top:1px;
		padding-bottom:1px;
		padding-right:5px;
		
		}
		

	Select { font-weight:normal; font-size: 11pt; font-family : 'Segoe UI', Arial, Helvetica, sans-serif; border-radius: 3px;
     border: 1px solid #cbd5e1; background-color: #f8fafc; padding: 2px 4px; }
     
    Select.small { font-weight:normal; font-size: 8pt; font-family : 'Segoe UI', Arial, Helvetica, sans-serif; border-radius: 3px;
     border: 1px solid #cbd5e1; background-color: #f8fafc; padding: 1px 3px; }
     
	    Select.small_phone { font-weight:normal; font-size: 11pt; font-family : 'Segoe UI', Arial, Helvetica, sans-serif; border-radius: 3px;
     border: 1px solid #cbd5e1; background-color: #f8fafc; padding: 2px 4px; }
	
	Input { font-weight:normal; font-size: 11pt; font-family : 'Segoe UI', Arial, Helvetica, sans-serif; border-radius: 3px;
     border: 1px solid #cbd5e1; background-color: #f8fafc; padding: 2px 4px; }



	Input.small_form { font-weight:normal; font-size: 7.5pt; font-family : 'Segoe UI', Arial, Helvetica, sans-serif; border-radius: 3px;
     border: 1px solid #cbd5e1; background-color: #f8fafc; padding: 1px 3px; }

	TextArea { font-weight:normal; font-size: 11pt; font-family : 'Segoe UI', Arial, Helvetica, sans-serif; border-radius: 3px;
     border: 1px solid #cbd5e1; background-color: #f8fafc; padding: 2px 4px; }

 
 TextArea.small_font { font-weight:normal; font-size: 11pt; font-family : 'Segoe UI', Arial, Helvetica, sans-serif; border-radius: 3px;
     border: 1px solid #cbd5e1; background-color: #f8fafc; padding: 2px 4px; }

	Input:focus, Select:focus, TextArea:focus {
     border-color: #0284c7;
     outline: none;
     box-shadow: 0 0 0 2px rgba(2,132,199,0.12);
     background-color: #fff;
     }



TABLE
	{
		border-radius: 5px 5px 0 0 ;
	}
 
TABLE,TR,TD,TH 
	{	
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	font-size: 11pt;
	padding-left:0px;
	padding-right:0px;
	
	}
	
TABLE.under,TR.under,TD.under,TH.under 
	{	
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	font-size: 11pt;
	padding-left:0px;
	padding-right:0px;
	vertical-align : middle;
	}
		
		
TABLE.event_sheet,TR.event_sheet,TD.event_sheet,TH.event_sheet 
	{	
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	font-size : 11pt;
	padding-left:0px;
	padding-right:0px;
	vertical-align : middle;
	}
			
			
		
		
TABLE.PageTitle,TD.PageTitle,TR.PageTitle,TH.PageTitle {
		font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
		font-size : 14pt;
		font-weight:bold;
		vertical-align : top;
		color:#333333;
		}		


TABLE.box_field,TD.box_field,TR.box_field,TH.box_field {
		font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
		font-size: 11pt;
		padding: 3px 8px 3px 2px;
		font-weight : bold;
		text-align : right;
		color: #334155;
		border-right: 2px solid #0284c7;
		white-space: nowrap;
		}

	TABLE.field,TD.field,TR.field,TH.field {
		font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
		font-size: 11pt;
		padding: 3px 8px 3px 2px;
		font-weight : bold;
		text-align : right;
		color: #334155;
		border-right: 2px solid #0284c7;
		white-space: nowrap;
		}	
	
	TABLE.field_g,TD.field_g,TR.field_g,TH.field_g {
		font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
		font-size: 11pt;
		padding: 3px 8px 3px 2px;
		font-weight : bold;
		text-align : right;
		color: #334155;
		border-right: 2px solid #0284c7;
		white-space: nowrap;
		}	
		
	
		
	TABLE.hdr,TD.hdr,TR.hdr,TH.hdr {
		font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
		font-size: 11pt;
		padding: 4px 3px;
		font-weight : 700;
		letter-spacing : 0.3px;
		white-space : nowrap;
		text-align : center;
		background-color:#0e7490;
		color:white;
		}
		
		
	TABLE.mem_profile,TD.mem_profile,TR.mem_profile,TH.mem_profile {
		font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
		font-size: 11pt;
		padding: 3px 8px 3px 3px;
		font-weight : bold;
		text-align : right;
		color: #334155;
		border-right: 2px solid #0284c7;
		white-space: nowrap;
		}



	TABLE.mem_info,TD.mem_info,TR.mem_info,TH.mem_info {
		font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
		font-size: 11pt;
		padding-left:3px;
		padding-right:3px;
		font-weight : normal;
		text-align : left;
		color:black;
		}		

	TABLE.hdr_m,TD.hdr_m,TR.hdr_m,TH.hdr_m {
		font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
		font-size: 11pt;
		padding: 4px 3px;
		font-weight : 700;
		letter-spacing : 0.3px;
		white-space : nowrap;
		text-align : right;
		background-color:#0e7490;
		color:white;
		}
	
				
	TABLE.perfhdr,TD.perfhdr,TR.perfhdr,TH.perfhdr {
		font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
		font-size: 11pt;
		padding: 4px 3px;
		font-weight : 700;
		letter-spacing : 0.3px;
		white-space : nowrap;
		text-align : center;
		background-color:#0e7490;
		color:white;
		}
	
	
	
	TABLE.w_a,TR.w_a,TD.w_a,TH.w_a, Font.w_a
	{	
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	font-size: 11pt;
	padding-left:0px;
	padding-right:0px;
	font-weight:bold;
	color:Green;
	}
	
	TABLE.w_s,TR.w_s,TD.w_s,TH.w_s, Font.w_s
	{	
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	font-size: 11pt;
	padding-left:0px;
	padding-right:0px;
	font-style:italic;
	color:black;
	}
	
	TABLE.w_v,TR.w_v,TD.w_v,TH.w_v, Font.w_v
	{	
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	font-size: 11pt;
	padding-left:0px;
	padding-right:0px;
	color:blue;
	}
	
	TABLE.w_c,TR.w_c,TD.w_c,TH.w_c, Font.w_c
	{	
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	font-size: 11pt;
	padding-left:0px;
	padding-right:0px;
	font-weight:bold;
	color:Purple;
	}
	
	TABLE.w_i,TR.w_i,TD.w_i,TH.w_i, Font.w_i
	{	
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	font-size: 11pt;
	padding-left:0px;
	padding-right:0px;
	color:gray;
	}
	
	TABLE.w_r,TR.w_r,TD.w_r,TH.w_r, Font.w_r
	{	
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	font-size: 11pt;
	padding-left:0px;
	padding-right:0px;
	color:pink;
	}
	
	
	TABLE.sch_hdr,TD.sch_hdr,TR.sch_hdr,TH.sch_hdr {
		font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
		font-size: 11pt;
		padding: 4px 3px;
		font-weight : 700;
		letter-spacing : 0.3px;
		white-space : nowrap;
		text-align : center;
		background-color:#0e7490;
		color:white;
		}			
	
	TABLE.sch_hdr_ea,TD.sch_hdr_ea,TR.sch_hdr_ea,TH.sch_hdr_ea {
		font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
		font-size : 8pt;
		padding-left:3px;
		padding-right:3px;
		font-weight : bold;
		text-align : center;
		background-color:#0e7490;
		color:white;
		}			
		
	
	TABLE.sch,TR.sch,TD.sch,TH.sch 
	{	
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	font-size : 8pt;
	padding-left:0px;
	padding-right:0px;
	}	
	
	TABLE.sch_bg,TR.sch_bg,TD.sch_bg,TH.sch_bg 
	{	
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	font-size : 8pt;
	padding-left:0px;
	padding-right:0px;
	background-color:#f2f2f2;
	}	
	
	
	TABLE.sch_red,TR.sch_red,TD.sch_red,TH.sch_red 
	{	
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	font-size : 8pt;
	padding-left:0px;
	font-weight : bold;
	padding-right:0px;
	color:red;
	}	
	
	TABLE.sch_green,TR.sch_green,TD.sch_green,TH.sch_green 
	{	
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	font-size : 8pt;
	padding-left:0px;
	font-weight : bold;
	padding-right:0px;
	color:green;
	}	
	
		TABLE.sch_tbd,TR.sch_tbd,TD.sch_tbd,TH.sch_tbd 
	{	
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	font-size : 8pt;
	padding-left:0px;
	font-weight : bold;
	padding-right:0px;
	color:red;
	}	
	
	
		TABLE.sch_c,TR.sch_c,TD.sch_c,TH.sch_c
	{	
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	font-size : 8pt;
	padding-left:0px;
	padding-right:0px;
	color:purple;
	font-weight : bold;
	}
	
	TABLE.sch_ws_c,TR.sch_ws_c,TD.sch_ws_c,TH.sch_ws_c
	{	
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	font-size : 8pt;
	padding-left:0px;
	padding-right:0px;
	color:green;
	font-weight : bold;
	}

	
	
	TABLE.sch_a,TR.sch_a,TD.sch_a,TH.sch_a
	{	
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	font-size : 8pt;
	padding-left:0px;
	padding-right:0px;
	color:green;
	font-weight : bold;

	}
	

	TABLE.sch_v,TR.sch_v,TD.sch_v,TH.sch_v
	{	
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	font-size : 8pt;
	padding-left:0px;
	padding-right:0px;
	color:blue;
	font-weight : bold;

	}

	
	TABLE.sch_s,TR.sch_s,TD.sch_s,TH.sch_s 
	{	
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	font-size : 8pt;
	padding-left:0px;
	padding-right:0px;
	font-style:italic;
	color:black;
	font-weight : bold;
	
	}
	
	
	TABLE.sch_r,TR.sch_r,TD.sch_r,TH.sch_r
	{	
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	font-size : 8pt;
	padding-left:0px;
	padding-right:0px;
	font-weight : bold;
	
	color:pink;
	}
	
	TABLE.sch_x,TR.sch_x,TD.sch_x,TH.sch_x
	{	
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	font-size : 8pt;
	padding-left:0px;
	padding-right:0px;
	font-weight : bold;
	
	color:#333333;
	}
	
		
	TABLE.cal_bg,TD.cal_bg,TR.cal_bg,TH.cal_bg {
		font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
		font-size: 11pt;
		padding-left:2px;
		padding-right:2px;
		font-weight : normal;
		background-color:#FF8C00;
		}		
		
		
	TABLE.even,TD.even,TR.even,TH.even {
		font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
		font-size: 11pt;
		padding-left:2px;
		padding-right:2px;
		font-weight : normal;
		background-color:#f0f9ff;
		border-bottom: 1px solid #e0eaf4;
		height:20px;
		}

	TABLE.odd,TD.odd,TR.odd,TH.odd {
		font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
		font-size: 11pt;
		padding-left:2px;
		padding-right:2px;
		font-weight : normal;
		height:20px;
		background-color:white;
		border-bottom: 1px solid #e0eaf4;
		}
		
		
	TABLE.redfont,TD.redfont,TR.redfont,TH.redfont {
		font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
		font-size: 11pt;
		padding-left:2px;
		padding-right:2px;
		font-weight : normal;
		background-color:white;
		color:red;
		height:20px;
		}		
		
	
		
		
	TABLE.even_12,TD.even_12,TR.even_12,TH.even_12 {
		font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
		font-size : 12px;
		padding-left:2px;
		padding-right:2px;
		font-weight : normal;
		background-color:#f0f9ff;
		border-bottom: 1px solid #e0eaf4;
		height:20px;
		}

	TABLE.odd_12,TD.odd_12,TR.odd_12,TH.odd_12 {
		font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
		font-size : 12px;
		padding-left:2px;
		padding-right:2px;
		font-weight : normal;
		height:20px;
		background-color:white;
		border-bottom: 1px solid #e0eaf4;
		}
		
	TABLE.even_14,TD.even_14,TR.even_14,TH.even_14 {
		font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
		font-size : 14px;
		padding-left:2px;
		padding-right:2px;
		font-weight : normal;
		background-color:#f0f9ff;
		border-bottom: 1px solid #e0eaf4;
		height:20px;
		}

	TABLE.odd_14,TD.odd_14,TR.odd_14,TH.odd_14 {
		font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
		font-size : 14px;
		padding-left:2px;
		padding-right:2px;
		font-weight : normal;
		height:20px;
		background-color:white;
		border-bottom: 1px solid #e0eaf4;
		}	
			
		
		
	/* Sky Carbon: emoji icons — no CSS needed, spacing via &nbsp; in HTML */

	/* Sky Carbon: row hover effect */
	TR.even:hover TD, TR.even:hover TH,
	TR.odd:hover TD, TR.odd:hover TH,
	TR.even_12:hover TD, TR.even_12:hover TH,
	TR.odd_12:hover TD, TR.odd_12:hover TH,
	TR.even_14:hover TD, TR.even_14:hover TH,
	TR.odd_14:hover TD, TR.odd_14:hover TH {
		background-color: #bae6fd;
		transition: background-color 0.1s;
		}

	TABLE.inactive,TD.inactive,TR.inactive,TH.inactive {
		font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
		font-size : 9px;
		padding-left:2px;
		padding-right:2px;
		font-weight : normal;
		background-color:#cccccc;
		height:20px;
		}	
		
	TABLE.tbd,TD.tbd,TR.tbd,TH.tbd {
		font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
		font-size : 9px;
		padding-left:2px;
		padding-right:2px;
		font-weight : normal;
		color:red;
		height:20px;
		font-style:italic;
		}	
			
				
	
	TABLE.even_hand,TD.even_hand,TR.even_hand,TH.even_hand {
		font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
		font-size: 11pt;
		padding-left:2px;
		padding-right:2px;
		font-weight : bold;
		background-color:#cccccc;
		color:#1ab353;
		height:20px;
		cursor:pointer;
		}		
		
		TABLE.odd_hand,TD.odd_hand,TR.odd_hand,TH.odd_hand {
		font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
		font-size: 11pt;
		padding-left:2px;
		padding-right:2px;
		font-weight : bold;
		height:20px;
		background-color:white;
		color:#1ab353;
		cursor:pointer;
		}		
		
			
		
		
TABLE.words,TD.words,TR.words,TH.words {
		font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
		font-size: 11pt;
		padding-left:2px;
		padding-right:2px;
		}			

		
TABLE.small_disp,TD.small_disp,TR.small_disp,TH.small_disp {
		font-weight:bold;
		font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
		font-size : 7.5pt;
		padding-left:2px;
		padding-right:2px;
		}			
		
		
	
 tr.comp_list, td.comp_list, th.comp_list {
	 font-family: "Montserrat";  font-weight:bold;  padding-left:3px; padding-right:3px; font-size: 14px;   border-collapse:separate;
    border:solid rgba(255,255,255,0.5) 1px;
    border-radius:6px;
    -moz-border-radius:6px;
     border-left:solid rgba(255,255,255,0.5) 1px;
    border-top:solid rgba(255,255,255,0.5) 1px;
    color:black;
   	}

 
 A.w_s {color:black; text-decoration:underline; font-weight:bold;font-size:10pt; font-family: 'Segoe UI', Arial, Helvetica, sans-serif; padding-left:0px; padding-right:0px;}
 
 A.w_s:link {color:black; text-decoration:underline; font-weight:bold;font-size:10pt; font-family: 'Segoe UI', Arial, Helvetica, sans-serif; padding-left:0px; padding-right:0px;}
 
 A.w_s:visited {color:black; text-decoration:underline; font-weight:bold;font-size:10pt; font-family: 'Segoe UI', Arial, Helvetica, sans-serif; padding-left:0px; padding-right:0px;}

 A.w_s:HOVER {color:black; text-decoration:underline; font-family : 'Segoe UI', Arial, Helvetica, sans-serif;	font-weight : bold;		font-size:10pt; padding-left:0px; padding-right:0px;}
 
 

 A.em {color:#275680; text-decoration:underline; font-weight:bold;font-size:10pt; font-family: 'Segoe UI', Arial, Helvetica, sans-serif; padding-left:0px; padding-right:0px;}
 
 A.em:link {color:#275680; text-decoration:underline; font-weight:bold;font-size:10pt; font-family: 'Segoe UI', Arial, Helvetica, sans-serif; padding-left:0px; padding-right:0px;}
 
 A.em:visited {color:#275680; text-decoration:underline; font-weight:bold;font-size:10pt; font-family: 'Segoe UI', Arial, Helvetica, sans-serif; padding-left:0px; padding-right:0px;}

 A.em:HOVER {color:#666666; text-decoration:underline; font-family : 'Segoe UI', Arial, Helvetica, sans-serif;	font-weight : bold;		font-size:10pt; padding-left:0px; padding-right:0px;}



A.href_sch {color:white; text-decoration:underline; font-weight:bold;font-size: 9px; font-family: 'Segoe UI', Arial, Helvetica, sans-serif; padding-left:0px; padding-right:0px;}
 
 A.href_sch:link {color:white; text-decoration:underline; font-weight:bold;font-size: 9px; font-family: 'Segoe UI', Arial, Helvetica, sans-serif; padding-left:0px; padding-right:0px;}
 

 A.href_sch:visited {color:white; text-decoration:underline; font-weight:bold;font-size: 9px; font-family: 'Segoe UI', Arial, Helvetica, sans-serif; padding-left:0px; padding-right:0px;}

 A.href_sch:HOVER {color:blue; text-decoration:underline; font-family : 'Segoe UI', Arial, Helvetica, sans-serif;	font-weight : bold;		font-size: 9px; padding-left:0px; padding-right:0px;}



A.a_search {color:black; text-decoration:underline; font-weight:bold;font-size : 14px; font-family: 'Segoe UI', Arial, Helvetica, sans-serif ; padding-left:3px; padding-right:3px; }
 
A.a_search:link {color:black; text-decoration:underline; font-weight:bold;font-size : 14px; font-family: 'Segoe UI', Arial, Helvetica, sans-serif; padding-left:3px; padding-right:3px; }
  
A.a_search:visited {color:black; text-decoration:underline; font-weight:bold;font-size : 14px; font-family: 'Segoe UI', Arial, Helvetica, sans-serif; padding-left:3px; padding-right:3px; }
 
A.a_search:HOVER {font-family: 'Segoe UI', Arial, Helvetica, sans-serif;font-weight : bold;	color:#666666;font-size : 14px; text-decoration:underline;	padding-left:3px; padding-right:3px; }	



A.a_mobile_lrg {color:blue; text-decoration:underline; font-weight:bold;font-size : 16px; font-family: 'Segoe UI', Arial, Helvetica, sans-serif ; padding-left:3px; padding-right:3px; }
 
A.a_mobile_lrg:link {color:blue; text-decoration:underline; font-weight:bold;font-size : 16px; font-family: 'Segoe UI', Arial, Helvetica, sans-serif; padding-left:3px; padding-right:3px; }
  
A.a_mobile_lrg:visited {color:blue; text-decoration:underline; font-weight:bold;font-size : 16px; font-family: 'Segoe UI', Arial, Helvetica, sans-serif; padding-left:3px; padding-right:3px; }
 
A.a_mobile_lrg:HOVER {font-family: 'Segoe UI', Arial, Helvetica, sans-serif;font-weight : bold;	color:#666666;font-size : 16px; text-decoration:underline;	padding-left:3px; padding-right:3px; }	



		
 A.a_reports {color:blue; text-decoration:underline; font-weight:bold;font-size: 16px; font-family: 'Segoe UI', Arial, Helvetica, sans-serif; padding-left:0px; padding-right:0px;}
 
 A.a_reports:link {color:blue; text-decoration:underline; font-weight:bold;font-size: 16px; font-family: 'Segoe UI', Arial, Helvetica, sans-serif; padding-left:0px; padding-right:0px;}
 
 A.a_reports:visited {color:blue; text-decoration:underline; font-weight:bold;font-size: 16px; font-family: 'Segoe UI', Arial, Helvetica, sans-serif; padding-left:0px; padding-right:0px;}

 A.a_reports:HOVER {color:#666666; text-decoration:underline; font-family : 'Segoe UI', Arial, Helvetica, sans-serif;	font-weight : bold;		font-size: 16px; padding-left:0px; padding-right:0px;}


 A.m_un {color:black; text-decoration:underline; font-weight:bold;font-size : 7.5pt; font-family: 'Segoe UI', Arial, Helvetica, sans-serif ; padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px; }
 
 A:link.m_un {color:black; text-decoration:underline; font-weight:bold;font-size : 7.5pt; 		font-family: 'Segoe UI', Arial, Helvetica, sans-serif; padding-left:0px; padding-right:0px;}
 

 
  A:visited.m_un {color:black; text-decoration:underline; font-weight:bold;font-size : 7.5pt; font-family: 'Segoe UI', Arial, Helvetica, sans-serif; padding-left:0px; padding-right:0px;}
 
 A:HOVER.m_un {	font-family : 'Segoe UI', Arial, Helvetica, sans-serif;	font-weight : bold;	color:#333333;	font-size : 7.5pt; text-decoration:none;	padding-left:0px; padding-right:0px;}




 A.tabs {color:#666666; text-decoration:underline; font-weight:bold;font-size: 7.5pt; font-family: 'Segoe UI', Arial, Helvetica, sans-serif; padding-left:0px; padding-right:0px;}
 
 A.tabs:link {color:#666666; text-decoration:underline; font-weight:bold;font-size: 7.5pt; font-family: 'Segoe UI', Arial, Helvetica, sans-serif; padding-left:0px; padding-right:0px;}
 


 A.tabs:visited {color:#666666; text-decoration:underline; font-weight:bold;font-size: 7.5pt; font-family: 'Segoe UI', Arial, Helvetica, sans-serif; padding-left:0px; padding-right:0px;}
 
 A.tabs:HOVER {color:#1ab353; text-decoration:underline; font-family : 'Segoe UI', Arial, Helvetica, sans-serif;	font-weight : bold;		font-size: 7.5pt; padding-left:0px; padding-right:0px;}



 A.box_href {color:#333333; text-decoration:underline; font-weight:bold;font-size: 11pt; font-family: 'Segoe UI', Arial, Helvetica, sans-serif; padding-left:3px; padding-right:3px;}
 
 A.box_href:link {color:#333333; text-decoration:underline; font-weight:bold;font-size: 11pt; font-family: 'Segoe UI', Arial, Helvetica, sans-serif; padding-left:3px; padding-right:3px;}
 


 A.box_href:visited {color:#333333; text-decoration:underline; font-weight:bold;font-size: 11pt; font-family: 'Segoe UI', Arial, Helvetica, sans-serif; padding-left:3px; padding-right:3px;}
 
 A.box_href:HOVER {color:#1ab353; text-decoration:underline; font-family : 'Segoe UI', Arial, Helvetica, sans-serif;	font-weight : bold;	font-size: 11pt; padding-left:3px; padding-right:3px;}



 A.nav {color:white; text-decoration:none; font-weight:bold;font-size : 9px; font-family: 'Segoe UI', Arial, Helvetica, sans-serif ; padding-left:3px; padding-right:3px; }
 
 A:link.nav {color:white; text-decoration:none; font-weight:bold;font-size : 9px; 		font-family: 'Segoe UI', Arial, Helvetica, sans-serif; padding-left:3px; padding-right:3px;}
 

 
  A:visited.nav {color:white; text-decoration:none; font-weight:bold;font-size : 9px; font-family: 'Segoe UI', Arial, Helvetica, sans-serif; padding-left:3px; padding-right:3px;}
 
 A:HOVER.nav {	font-family : 'Segoe UI', Arial, Helvetica, sans-serif;	font-weight : bold;	color:#38bdf8;	font-size : 9px; text-decoration:none;	padding-left:3px; padding-right:3px;}



 A.nav_footer {color:white; text-decoration:underline; font-weight:bold;font-size:7.5pt; font-family: 'Segoe UI', Arial, Helvetica, sans-serif ; padding-left:3px; padding-right:3px; }
 
A:link.nav_footer {color:white; text-decoration:underline; font-weight:bold;font-size:7.5pt; font-family: 'Segoe UI', Arial, Helvetica, sans-serif; padding-left:3px; padding-right:3px; }
 

 
A:visited.nav_footer {color:white; text-decoration:underline; font-weight:bold;font-size:7.5pt; font-family: 'Segoe UI', Arial, Helvetica, sans-serif; padding-left:3px; padding-right:3px; }
 
A:HOVER.nav_footer {font-family: 'Segoe UI', Arial, Helvetica, sans-serif;font-weight : bold; color:#1ab353;font-size:7.5pt; text-decoration:underline;	padding-left:3px; padding-right:3px; }	
	
 
	
A.nav_main {vertical-align:middle; font-family: 'Segoe UI', Arial, Helvetica, sans-serif; font-weight:bold; color:white; text-decoration:none; font-size : 13px;  padding-left:3px; padding-right:3px; }
 
A:link.nav_main {vertical-align:middle; font-family: 'Segoe UI', Arial, Helvetica, sans-serif; font-weight:bold; color:white; text-decoration:none; font-size : 13px;  padding-left:3px; padding-right:3px; }
 

 
A:visited.nav_main {vertical-align:middle; font-family: 'Segoe UI', Arial, Helvetica, sans-serif; font-weight:bold; color:white; text-decoration:none; font-size : 13px;  padding-left:3px; padding-right:3px; }
 
A:HOVER.nav_main {vertical-align:middle; font-family: 'Segoe UI', Arial, Helvetica, sans-serif; font-weight:bold;	color:#003366; font-size : 13px; text-decoration:none;	padding-left:3px; padding-right:3px; }	
	
	
A.lg {color:black; text-decoration:underline; font-weight:bold;font-size : 14px; font-family: 'Segoe UI', Arial, Helvetica, sans-serif ; padding-left:3px; padding-right:3px; }
 
A.lg:link {color:black; text-decoration:underline; font-weight:bold;font-size : 14px; 		font-family: 'Segoe UI', Arial, Helvetica, sans-serif; padding-left:3px; padding-right:3px; }
 

 
A.lg:visited {color:black; text-decoration:underline; font-weight:bold;font-size : 14px; font-family: 'Segoe UI', Arial, Helvetica, sans-serif; padding-left:3px; padding-right:3px; }
 
A.lg:HOVER {font-family: 'Segoe UI', Arial, Helvetica, sans-serif;font-weight : bold;	color:white;font-size : 14px; text-decoration:underline;	padding-left:3px; padding-right:3px; }		
	




 A.sponsors {color:black; text-decoration:underline; font-weight:bold;font-size:10pt; font-family: 'Segoe UI', Arial, Helvetica, sans-serif ;}
 
 A:link.sponsors {color:black; text-decoration:underline; font-weight:bold;font-size:10pt; 		font-family: 'Segoe UI', Arial, Helvetica, sans-serif;}


 A:visited.sponsors {color:black; text-decoration:underline; font-weight:bold;font-size:10pt; font-family: 'Segoe UI', Arial, Helvetica, sans-serif;}

 
 A:HOVER.sponsors {	font-family : 'Segoe UI', Arial, Helvetica, sans-serif; text-decoration:underline; font-weight : bold;	color:#1ab353;	font-size:10pt; 	}

	
	

A.nav_admin {color:#FFCC00; text-decoration:none; font-weight:bold;font-size : 9px; font-family: 'Segoe UI', Arial, Helvetica, sans-serif;}
 
 A:link.nav_admin {color:#FFCC00; text-decoration:none; font-weight:bold;font-size : 9px; 		font-family: 'Segoe UI', Arial, Helvetica, sans-serif;}
 


 A:visited.nav_admin {color:#FFCC00; text-decoration:none; font-weight:bold;font-size : 9px; font-family: 'Segoe UI', Arial, Helvetica, sans-serif;}

 
 A:HOVER.nav_admin {color: white;   font-family: 'Segoe UI', Arial, Helvetica, sans-serif;	font-weight:bold;	font-size : 9px;	text-decoration:none; 	}

	
	
Table.card, td.card, th.card {font-family: 'Segoe UI', Arial, Helvetica, sans-serif; 	font-size: 11pt; padding-left:0px;padding-right:0px;}

INPUT.card, Textarea.card, Select.card{
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	font-size: 11pt;
	border: 1px solid #cbd5e1;
	border-radius: 3px;
	background-color: #f8fafc;
	color: black;
	padding: 2px 4px;
}


h2, h3, h1 { color:#003366; font-family:'Segoe UI', Arial, Helvetica, sans-serif;}

P {page-break-before: always;}

 #DisplayLayer {
       top: 0;
       left:0;
	  position: absolute;
       visibility: visible;
	    }
	
	

input.hand {

	background-color:#0284c7;
 	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
 	border-collapse:separate;
    border:solid #0369a1 1px;
       display: inline-flex;
   	align-items: center;
    gap: 6px;
    padding: 7px 20px;
    border-radius: 4px;
    font-size:10pt;
    font-weight: 700;
	letter-spacing: 0.2px;
	cursor:hand;
	
	color:white;
	text-transform: none; 
	
}






input.hand:hover {
   background-color:#0369a1;
 	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
 	border-collapse:separate;
    border:solid #0284c7 1px;
    display: inline-flex;
   	align-items: center;
    gap: 6px;
    padding: 7px 20px;
    border-radius: 4px;
    font-size:10pt;
    font-weight: 700;
	letter-spacing: 0.2px;
   
   
	cursor:hand;
	
	color:white;
	text-transform: none; 
}





button.hand {
	background-color:#0284c7;
 	font-family: 'Segoe UI', Arial, Helvetica, sans-serif; 
 	border:solid #0369a1 1px;
    display: inline-flex;
   	align-items: center;
    gap: 6px;
    padding: 7px 20px;
    border-radius: 4px;
    font-size:10pt;
    font-weight: 700;
	letter-spacing: 0.2px; 
	cursor:hand;
	color:white;
	text-transform: none; 
}




.wed_field
	{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size: 22px;
		background-color:orange;
	}



body {
	
		font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;font-style:italic;
}

@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('../fonts/League_Gothic-webfont.eot');
    src: url('../fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/League_Gothic-webfont.woff') format('woff'),
         url('../fonts/League_Gothic-webfont.ttf') format('truetype'),
         url('../fonts/League_Gothic-webfont.svg#webfontFHzvtkso') format('svg');
    font-weight: normal;
    font-style: normal;

}	
	
	
label.input_lrg {
	height:31px;
	width:96px;
	background:url(../images/form-input-bg.png) no-repeat 0 0;
	display:block;
	padding-right:445px;
	padding-top:9pt;
	position:relative;
	text-align:center;
	margin-bottom:15px;
	border:none;
}


label.input_lrg span.txt_lrg {
	font-family:LeagueGothicRegular, arial, sans-serif;
	font-size:19px;
	color:white;
	text-transform:uppercase;
	font-style:normal;
	line-height:100%;
}


label.input_lrg label.val_lrg {
	font-family:Georgia, "Times New Roman", Times, serif;
	width:428px;
	color:#afafa6;
	border:none;
	font-size:18px;
	position:absolute;
	left:17.5pt;
	top:2px;
	padding-top:9px;
	text-align:left;
	font-style:italic;
	background:transparent;
	outline:none;
}		



label.input_lrg input {
	font-family:Georgia, "Times New Roman", Times, serif;
	width:428px;
	color:#afafa6;
	border:none;
	font-size:18px;
	position:absolute;
	left:17.5pt;
	top:2px;
	text-align:left;
	font-style:italic;
	padding-top:9px;
	background:transparent;
	outline:none;
}





	
label.input_lrg_2 {
	height:45px;
	width:96px;
	background:url(../images/form-input-bg.png) no-repeat 0 0;
	display:block;
	padding-right:445px;
	padding-top:2px;
	position:relative;
	text-align:center;
	margin-bottom:15px;
	border:none;
}


label.input_lrg_2 span.txt_lrg_2 {
	font-family:LeagueGothicRegular, arial, sans-serif;
	font-size:19px;
	color:white;
	text-transform:uppercase;
	font-style:normal;
	line-height:100%;
}


label.input_lrg_2 label.val_lrg_2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	width:428px;
	color:#afafa6;
	border:none;
	font-size:18px;
	position:absolute;
	left:17.5pt;
	top:2px;
	padding-top:9px;
	text-align:left;
	font-style:italic;
	background:transparent;
	outline:none;
}		



label.input_lrg_2 input {
	font-family:Georgia, "Times New Roman", Times, serif;
	width:428px;
	color:#afafa6;
	border:none;
	font-size:18px;
	position:absolute;
	left:17.5pt;
	top:2px;
	text-align:left;
	font-style:italic;
	padding-top:9px;
	background:transparent;
	outline:none;
}


label.input_small {
	height:31px;
	width:75px;
	background:url(../images/form-input-bg_small_blue.png) no-repeat 0 0;
	display:block;
	padding-right:400px;
	padding-top:8px;
	position:relative;
	text-align:center;
	margin-bottom:5px;
	border:none;
}



label.input_small span.txt_small {
	font-family:LeagueGothicRegular, arial, sans-serif;
	font-size:15px;
	color:white;
	text-transform:uppercase;
	font-style:normal;
	line-height:100%;
}



label.input_small label.val_small {
	font-family:Georgia, "Times New Roman", Times, serif;
	width:428px;
	color:#afafa6;
	border:none;
	font-size:15px;
	position:absolute;
	left:17.5pt;
	top:2px;
	text-align:left;
	font-style:italic;
	padding-top:3px;
	background:transparent;
	outline:none;
}	
	
label.input_small input {
	font-family:Georgia, "Times New Roman", Times, serif;
	width:428px;
	color:#afafa6;
	border:none;
	font-size:18px;
	position:absolute;
	left:17.5pt;
	top:2px;
	text-align:left;
	font-style:italic;
	padding-top:9px;
	background:transparent;
	outline:none;
}	


label.input_small_2 {
	height:31px;
	width:75px;
	background:url(../images/form-input-bg-small-2.png) no-repeat 0 0;
	display:block;
	padding-right:400px;
	padding-top:8px;
	position:relative;
	text-align:center;
	margin-bottom:5px;
	border:none;
}

label.input_small_2 span.txt_small_2 {
	font-family:LeagueGothicRegular, arial, sans-serif;
	font-size:15px;
	color:white;
	text-transform:uppercase;
	font-style:normal;
	line-height:100%;
}



label.input_small_2 label.val_small_2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	width:428px;
	color:#afafa6;
	border:none;
	font-size:15px;
	position:absolute;
	left:17.5pt;
	top:2px;
	text-align:left;
	font-style:italic;
	padding-top:3px;
	background:transparent;
	outline:none;
}	
	
label.input_small_2 input {
	font-family:Georgia, "Times New Roman", Times, serif;
	width:428px;
	color:#afafa6;
	border:none;
	font-size:18px;
	position:absolute;
	left:17.5pt;
	top:2px;
	text-align:left;
	font-style:italic;
	padding-top:9px;
	background:transparent;
	outline:none;
}	


	
label.textarea {
	height:171px;
	width:539px;
	background:url(../images/form-textarea-bg.png) no-repeat 0 0;
	display:block;
	padding-top:9pt;
	position:relative;
	text-align:center;
	margin-bottom:15px;
}

label.textarea span {
	font-family:LeagueGothicRegular, arial, sans-serif;
	font-size:19px;
	color:white;
	text-transform:uppercase;
	font-style:normal;
	line-height:100%;
}

label.textarea textarea {
	font-family:Georgia, "Times New Roman", Times, serif;
	width:515px;
	height:120px;
	padding:7.5pt;
	color:black;
	border:none;
	font-size:16px;
	position:absolute;
	left:2px;
	top:42px;
	text-align:center;
	font-style:italic;
	resize:none;
	background:transparent;
	line-height:150%;
	overflow:auto;
	outline:none;
}	



.new_menu_2
{
	background-color:#5396ca;
	}

a.new_menu_2:hover {
	color:#A65107;
}



 a.new_menu_2 {
	height:25px;
	display:block;
	padding-top:8px;
	position:relative;
	bottom:0;
	text-align:center;
	font-family:LeagueGothicRegular, arial, sans-serif;
	font-size:16px;
	color:white;
	text-transform:uppercase;
	font-style:normal;
	
	text-decoration:none;
	right:31px;
	line-height:100%;
	 
	}



a.menu:hover {
	color:#A65107;
}



 a.menu {
	height:33px;
	width:105px;
	background:url(../images/form-button-bg_small_blue.png) no-repeat 0 0;
	display:inline-block;
	padding-top:8px;
	position:relative;
	right:0;
	bottom:0;
	text-align:center;
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	font-size:19px;
	color:white;
	text-transform:uppercase;
	font-style:normal;
	
	text-decoration:none;
	right:31px;
	line-height:100%;
	}


a:link.menu{
	
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	font-size:16px;
	color:white;
	text-transform:uppercase;
	font-style:normal;
	
	text-decoration:none;
	line-height:100%;
	}
	
	
a:active.menu{
		font-family: 'Segoe UI', Arial, Helvetica, sans-serif, sans-serif;
	font-size:16px;
	color:white;
	text-transform:uppercase;
	font-style:normal;
	
	text-decoration:none;
	line-height:100%;
	}
a:visited.menu{
		font-family:LeagueGothicRegular, arial, sans-serif;
	font-size:16px;
	color:white;
	text-transform:uppercase;
	font-style:normal;
	
	text-decoration:none;
	line-height:100%;
	}
a:hover.menu{
		font-family:LeagueGothicRegular, arial, sans-serif;
	font-size:16px;
	color:white;
	text-transform:uppercase;
	font-style:normal;
	
	text-decoration:none;
	line-height:100%;
	}




 
  .new_button_small {
	background-color:#0284c7;
 	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
 	border:solid #0369a1 1px;
    display: inline-flex;
   	align-items: center;
    gap: 6px;
    padding: 7px 20px;
    border-radius: 4px;
    font-size:10pt;
    font-weight: 700;
	letter-spacing: 0.2px; 
	cursor:hand;
	color:white;
	text-transform: none; 

}
 
 .new_button {
background-color:#0284c7;
 	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;  
 	border:solid #0369a1 1px;
    display: inline-flex;
   	align-items: center;
    gap: 6px;
    padding: 7px 20px;
    border-radius: 4px;
    font-size:10pt;
    font-weight: 700;
	letter-spacing: 0.2px; 
	cursor:hand;
	color:white;
	text-transform: none; 

}


.new_red_button {
	background-color:#5396ca;
 	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;  font-weight:bold;  padding-left:5px; padding-right:5px; font-size: 17px;   border-collapse:separate;
    border:solid black 1px;
    border-radius:6px;
    -moz-border-radius:6px;
     border-left:solid black 1px;
    border-top:solid black 1px;
	cursor:hand;
	border:none;
	color:black;
	text-transform: uppercase; 
}

 .new_red_button_old {
	height:33px;
	width:210px;
	background:url(../images/form-button-bg-yellow.png) no-repeat 0 0;
	display:inline-block;
	padding-top:8px;
	text-align:center;
	font-family:LeagueGothicRegular, arial, sans-serif;
	font-size:19px;
	color:black;
	text-transform:uppercase;
	font-style:normal;
	text-decoration:none;
	right:31px;
	line-height:100%;
	cursor:hand;
	border:none;
	font-weight:normal;
}



a:link.new_red_button{
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;  font-weight:bold;  padding-left:5px; padding-right:5px; font-size: 17px;   border-collapse:separate;
 
    border:solid black 1px;
    border-radius:6px;
    -moz-border-radius:6px;
     border-left:solid black 1px;
    border-top:solid black 1px;
	cursor:hand;
	border:none;
	color:black;
	text-transform: uppercase; 
	text-decoration:none;
		padding:4px;}
	
a:active.new_red_button{
		font-family: 'Segoe UI', Arial, Helvetica, sans-serif;  font-weight:bold;  padding-left:5px; padding-right:5px; font-size: 17px;   border-collapse:separate;
       border:solid black 1px;
    border-radius:6px;
    -moz-border-radius:6px;
     border-left:solid black 1px;
    border-top:solid black 1px;
	cursor:hand;
	border:none;
	color:black;
	text-transform: uppercase; 
	text-decoration:none;
		padding:4px;}
	
a:visited.new_red_button{
		font-family: 'Segoe UI', Arial, Helvetica, sans-serif;  font-weight:bold;  padding-left:5px; padding-right:5px; font-size: 17px;   border-collapse:separate;
       border:solid black 1px;
    border-radius:6px;
    -moz-border-radius:6px;
     border-left:solid black 1px;
    border-top:solid black 1px;
	cursor:hand;
	border:none;
	color:black;
	text-transform: uppercase; 
	text-decoration:none;
		padding:4px;}
	
	
a:hover.new_red_button{
		font-family: 'Segoe UI', Arial, Helvetica, sans-serif;  font-weight:bold;  padding-left:5px; padding-right:5px; font-size: 17px;   border-collapse:separate;
       border:solid black 1px;
    border-radius:6px;
    -moz-border-radius:6px;
     border-left:solid black 1px;
    border-top:solid black 1px;
	cursor:hand;
	border:none;
	color:black;
	text-transform: uppercase; 
	text-decoration:none;
		padding:4px;
   }




a:link.new_button_small
	{
	background-color:#0284c7;
 	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;  
 	border:solid #0369a1 1px;
    display: inline-flex;
   	align-items: center;
    gap: 6px;
    padding: 7px 20px;
    border-radius: 4px;
    font-size:10pt;
    font-weight: 700;
	letter-spacing: 0.2px; 
	cursor:hand;
	color:white;
	text-transform: none; 
	text-decoration:none;

	
	}
	
a:active.new_button_small{
background-color:#a0c4d6;
 	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;  
 	border:solid #0369a1 1px;
    display: inline-flex;
   	align-items: center;
    gap: 6px;
    padding: 7px 20px;
    border-radius: 4px;
    font-size:10pt;
    font-weight: 700;
	letter-spacing: 0.2px; 
	cursor:hand;
	color:white;
	text-transform: none; 
	text-decoration:none;
	 }

a:visited.new_button_small{
	background-color:#0284c7;
 	font-family: 'Segoe UI', Arial, Helvetica, sans-serif; 
 	 border:solid #0369a1 1px;
    display: inline-flex;
   	align-items: center;
    gap: 6px;
    padding: 7px 20px;
    border-radius: 4px;
    font-size:10pt;
    font-weight: 700;
	letter-spacing: 0.2px; 
	cursor:hand;
	color:white;
	text-transform: none; 
	text-decoration:none;
	} 
	
	
a:hover.new_button_small{
	  background-color:#0369a1;
 	font-family: 'Segoe UI', Arial, Helvetica, sans-serif; 
 	border:solid #0369a1 1px;
    display: inline-flex;
   	align-items: center;
    gap: 6px;
    padding: 7px 20px;
    border-radius: 4px;
    font-size:10pt;
    font-weight: 700;
	letter-spacing: 0.2px; 
	cursor:hand;
	color:white;
	text-transform: none; 
	text-decoration:none;
	}



a:link.new_button
	{
	background-color:#0284c7;
 	font-family: 'Segoe UI', Arial, Helvetica, sans-serif; border:solid #0369a1 1px;
    display: inline-flex;
   	align-items: center;
    gap: 6px;
    padding: 7px 20px;
    border-radius: 4px;
    font-size:10pt;
    font-weight: 700;
	letter-spacing: 0.2px; 
	cursor:hand;
	color:white;
	text-transform: none; 
	text-decoration:none;

	}
	
a:active.new_button{
background-color:#0284c7;
 	font-family: 'Segoe UI', Arial, Helvetica, sans-serif; 
 	border:solid #0369a1 1px;
    display: inline-flex;
   	align-items: center;
    gap: 6px;
    padding: 7px 20px;
    border-radius: 4px;
    font-size:10pt;
    font-weight: 700;
	letter-spacing: 0.2px; 
	cursor:hand;
	color:white;
	text-transform: none; 
	text-decoration:none;
	 }

a:visited.new_button{
	background-color:#0284c7;
 	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;  
 	border:solid #0369a1 1px;
    display: inline-flex;
   	align-items: center;
    gap: 6px;
    padding: 7px 20px;
    border-radius: 4px;
    font-size:10pt;
    font-weight: 700;
	letter-spacing: 0.2px; 
	cursor:hand;
	color:white;
	text-transform: none; 
	text-decoration:none;
	} 
	
	
a:hover.new_button{
	  background-color:#0369a1;
 	font-family: 'Segoe UI', Arial, Helvetica, sans-serif; 
 	border:solid #0369a1 1px;
    display: inline-flex;
   	align-items: center;
    gap: 6px;
    padding: 7px 20px;
    border-radius: 4px;
    font-size:10pt;
    font-weight: 700;
	letter-spacing: 0.2px; 
	cursor:hand;
	color:white;
	text-transform: none; 
	text-decoration:none;

 		}



.headline {
	height:34px;
	width:591px;
	background:url(../images/headline.png) 0 0 no-repeat;
	display:block;
	margin-left:7.5pt;
	font-family:LeagueGothicRegular, arial, sans-serif;
	font-size:18px;
	color:white;
	text-transform:uppercase;
	padding-top:17px;
	padding-left:31px;
	text-decoration:none;
	font-style:normal;
	margin-bottom:20px;
	text-align:center;
	font-weight:normal;
}



.new_header_bg { 
	vertical-align:middle; 
	height:34px;
	
	display:block;
	
	font-family:LeagueGothicRegular, arial, sans-serif;
	font-size:18pt;
	color:white;
	text-transform:uppercase;
	padding-top:5px;
	padding-left:5px;
	text-decoration:none;
	font-style:normal;


	text-align:left;
	background: linear-gradient(90deg, #33475b 0%, #5396ca 100%); 
	}
	 

.new_section_bg { 
	vertical-align:middle; 
	height:34px;
	width:591px;
	display:block;
	margin-left:7.5pt;
	font-family:LeagueGothicRegular, arial, sans-serif;
	font-size:18px;
	color:white;
	text-transform:uppercase;
	padding-top:5px;
	padding-left:5px;
	text-decoration:none;
	font-style:normal;

	margin-bottom:20px;
	text-align:left;
	background-color:#00a4bd; 
	}
	 
TABLE.new_hdr,TD.new_hdr,TR.new_hdr,TH.new_hdr 
	{
	vertical-align:middle; 
	margin-left:7.5pt;
	font-family:LeagueGothicRegular, arial, sans-serif;
	font-size:19px;
	color:white;
	text-transform:uppercase;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	text-decoration:none;
	font-style:normal;
	text-align:center;
	background-color:#5396ca;  
	
	font-weight:normal;
		font-style:normal;


	}
	

	






.h_mnu_01	{
			Width : 100% ;
			Font-Family : 'Segoe UI', Arial, Helvetica, sans-serif;
			Font-Size : 15px ;
			Text-Decoration : None ;
			Font-Style : Normal ;
			Font-Weight : Bold
		}
		
.h_mnu_01 ul
	{
			margin : 0;
			padding : 0;
			list-style : none;
			display : flex;
			align-items : stretch;
			Width : 100%;
			Background-Color : #0e7490;
			border : none;
			border-bottom : 2px solid rgba(0,0,0,0.12);
		}
		
	.h_mnu_01 ul li
		{
			display : flex;
			align-items : center;
		}
		
	.h_mnu_01 ul li a
		{
			display : flex;
			align-items : center;
			font-size: 11pt;
			Font-Weight : 600;
			padding : 0 14px;
			height : 38px;
			Color : rgba(255,255,255,0.85) ;
			Text-Decoration : None;
			border-bottom : 3px solid transparent;
			transition : all 0.15s;
			white-space : nowrap;
		}
		
	.h_mnu_01 ul li a:visited
		{
			Color : rgba(255,255,255,0.85);
		}
		
	.h_mnu_01 ul li a:hover
		{
			Color : white ;
			Background-Color : rgba(255,255,255,0.13);
			border-bottom-color : rgba(255,255,255,0.6);
		}
		
	.h_mnu_01 ul li .selected
		{
			display : flex;
			align-items : center;
			height : 38px;
			padding : 0 14px;
			font-size: 11pt;
			Font-Weight : 600;
			white-space : nowrap;
			Color : white ;
			Background-Color : rgba(255,255,255,0.18);
			border-bottom : 3px solid #fff;
		}






.h_mnu_sub	{
			Width : 100% ;
			Font-Family : 'Segoe UI', Arial, Helvetica, sans-serif;
			font-size: 11pt;
			Text-Decoration : None ;
			Font-Style : Normal ;
			Font-Weight : Bold
		}
		
.h_mnu_sub ul
	{
			margin : 0;
			padding : 0;
			list-style : none;
			display : flex;
			align-items : stretch;
			Width : 100%;
			Background-Color : #e0f2fe;
			border : none;
			border-bottom : 2px solid #bae6fd;
		}
		
	.h_mnu_sub ul li
		{
			display : flex;
			align-items : center;
		}
		
	.h_mnu_sub ul li a
		{
			display : flex;
			align-items : center;
			font-size: 11pt;
			Font-Weight : 600;
			padding : 0 12px;
			height : 32px;
			Color : #0369a1 ;
			Text-Decoration : None;
			border-bottom : 3px solid transparent;
			transition : all 0.15s;
			white-space : nowrap;
		}
		
	.h_mnu_sub ul li a:visited
		{
			Color : #0369a1;
		}
		
	.h_mnu_sub ul li a:hover
		{
			Color : #0c4a6e ;
			Background-Color : #bae6fd;
			border-bottom-color : #0284c7;
		}
		
	.h_mnu_sub ul li .selected
		{
			display : flex;
			align-items : center;
			height : 32px;
			padding : 0 12px;
			font-size: 11pt;
			Font-Weight : 600;
			white-space : nowrap;
			Color : #0c4a6e ;
			Background-Color : #ffffff;
			border-bottom : 3px solid #0284c7;
		}





/*----------------- Blue Sections -----------------------*/

.BlueSection{width:100%; float:left; background:#5396ca; padding:50px 0; }
.BlueSection h2{ color:#fff !important; margin-bottom:25px;}
.BlueSection h3{font:normal 16px/25px clear_sansitalic; color:#fff; text-align:center; margin:0 380px 50px;}





/*----------------- Login -----------------------*/

.loginSection{width:100%; float:left; background:#5396ca; padding:60px 0; }
.loginSection h2{ color:#fff !important; margin-bottom:25px;}
.loginSection h3{font:normal 16px/25px clear_sansitalic; color:#fff; text-align:center; margin:0 380px 50px;}

.loginForm{ width:475px; margin:0 auto;}
.loginForm .row{margin-bottom:20px;}
.loginForm .row .inputbox{ display:block; border:1px solid #fff;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px; padding:0 10px;}
/*  .loginForm .row input[type=text], .loginForm .row input[type=password]{ width:100%; background:none;font-weight:normal;font:normal 16px/24px clear_sansregular; color:#fff; border:0; padding:8px 0;}  */

.loginForm .row input[type=text], .loginForm .row input[type=password]{ width:100%; background:none;font-weight:normal;font:normal 16px/24px ; color:#fff; border:0; padding:8px 0;}

.loginForm .col{ width:45%; display:inline-block; margin:0 10px;}
.loginForm .row input[type=submit]{width:170px; transition: all 0.4s ease-in-out 0.02s; background:#fff url(../images/login-arrow-right.png) no-repeat 72% 17px;font-weight:normal;font:normal 16px/24px clear_sansregular; color:#5396ca; border:0; padding:8px 0; cursor:pointer;-moz-border-radius: 8px;-webkit-border-radius: 8px;border-radius: 8px; text-transform:uppercase;}
.loginForm .row input[type=submit]:hover{background:#d9d7d7 url(../images/login-arrow-right.png) no-repeat 75% 17px; color:#5396ca;}
.loginForm .row.last{ text-align:center; padding-top:15px;}
.loginForm .row.last a{ text-decoration:none;}
.loginSection p{font:normal 16px/25px clear_sansitalic; color:#fff; text-align:center; padding-top:10px;}

.webmail{font:normal 20px/22px clear_sans_thinregular; width:100%; text-align:center; float:left; padding-top:20px; border-bottom:1px solid #dcdcdc; padding-bottom:20px; line-height:55px;}
.webmail{width:100%; float:left; border-top:1px solid #dcdcdc;border-bottom:1px solid #dcdcdc;}
.webmail h2{ color: #5396ca !important;letter-spacing: -2px;}

