@charset "UTF-8";
/* CSS Document */
body, input, textarea, select
	{
		color: #343535;
		font-size: 10.5pt; /*12.5pt*/
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; font-style:normal;
		line-height: 1.45em; /* 1.85em */
		text-rendering:optimizeLegibility;
		font-weight:normal;
	}
	
h1,h2,h3,h4,h5,h6{
		
		font-style:normal; font-weight:300; color:#f74c1e;  /*color:#34404b; */
		line-height:1.1;   word-spacing:2px;
		
		}
		
strong { font-weight:bold; }
 		

h1 { font-size: 2.5em; margin-bottom:1.1em; } /*color:#7b90a5;*/
h2 { font-size: 1.5em; margin: 1em auto; }
h3 { font-size: 1.17em; margin: 0.8em auto; }
h5 { font-size: .83em; margin: 0.5em auto;  }
h6 { font-size: .75em; margin: 0 auto 0.5em auto;  }



.main h1 { font-weight:bold; font-size: 2.5em;  } /*color:#7b90a5;*/
.subpage h1 { font-weight:normal; font-size: 3em;   }	



/*///////////////////*/
body { font-family: 'Open Sans', sans-serif; font-weight:300; color:#34404b; font-size:90%; }
h1 { font-family: 'Open Sans', sans-serif; font-weight:700; font-size:2.75em; margin-bottom:10px; margin-top:25px;   }
h2 { font-family: 'Open Sans', sans-serif; font-weight:300; font-size:1.375em; margin-bottom:20px; }
h3 { font-family: 'Open Sans', sans-serif; font-weight:300; font-size:1.125; margin-bottom:20px; margin-top:0; }
h4 { font-family: 'Open Sans', sans-serif; font-weight:700; font-size:1.2em; margin:5px 0; padding:0 0; }
h5 { font-family: 'Open Sans', sans-serif; font-weight:300; font-size:.715em; margin:5px 0; }
bold, strong { font-family: 'Open Sans', sans-serif; font-weight:700; }

p { margin-bottom:10px; }

h1 span { font-size:.5em; text-transform:uppercase; display:block; text-align:center; }

.blue { color:#002f87; }
.dBlue { color:#00005d; }
.yellow { color:#f2ce30; }
.ltBlue { color:#61abeb; }
.green { color:#9ec34d; }
.grey { color:#e5e5e5; }

.blueBG { background-color:#002f87; }
.dBlueBG { background-color:#00005d; }
.yellowBG { background-color:#f2ce30; }
.ltBlueBG { background-color:#61abeb; }
.greenBG { background-color:#9ec34d; }
.greyBG { background-color:#e5e5e5; }

.blueBD, .dBlueBD, .yellowBD, .ltBlueBD, .greenBD, .greyBD { border-top:#FFF solid 8px; }
.blueBD { border-color:#002f87; }
.dBlueBD { border-color:#00005d; }
.yellowBD { border-color:#f2ce30; }
.ltBlueBD { border-color:#61abeb; }
.greenBD { border-color:#9ec34d; }
.greyBD { border-color:#e5e5e5; }

#headerContainer h2 { color:#e5e5e5; }
#headerContainer h2 strong { color:#FFF; }



@media only screen and (max-width: 480px) {
body { font-size:60%; }
h1 { font-size:2em; }

}