@charset "utf-8";
/* CSS Document */
/* ------------------------------ blocklevel elements -------------------------------*/
p {
line-height:1.3em;
margin:6px 20px 6px 0;
font:11.5px Tahoma, Trebuchet MS, Segoe UI, Arial;
}
h1 {
	font:bold 20px Segoe UI, Arial, Tahoma, Trebuchet MS;
	color:#195695;   /* blue  */
	margin:10px 0 8px 0;
	line-height:1em;
}
h2 {
	font:bold 16px Segoe UI, Arial, Tahoma, Trebuchet MS;
	color:#e17d1a;    /*orange */
	margin:10px 0 8px 0;
}
h3 {
	font:bold 14px Segoe UI, Arial, Tahoma, Trebuchet MS;
	margin:10px 0 10px 0;
	color:#80b44e;     /* green  */
}
h4 {
	font:bold 13px Segoe UI, Arial, Tahoma, Trebuchet MS;
	margin:10px 0 10px 0;
	color:#195695;      /*Brite Blue */
}
h5 {
	width:auto;
	margin:0px;
	color:#25292c;
	font-size:11px;    /* darker Blue  */
}


/* ------------------------------alignment ---------------------------*/

.justify {
	text-align: justify;	
}

/* ------------------------------ emphasis ---------------------------*/
.em1 {
	font-weight:bold;
}
.em2 {
	font-weight:bold;
	font-style:italic;
}
.ital {
	font-style:italic;
}
.bold {
	font-weight:bold;
}
.normal {
	font-weight:normal;
}

.ie {
	font-size: 11.5px;
}


/* ------------------------------- text colors ------------------------*/
p.blue, span.blue, div.blue {
	color:#195695;
}
p.orange, span.orange, div.orange {
	color:#e17d1a;
}
p.green, span.green, div.green {
	color:#5daa13;
}
p.white, span.white, div.white {
	color:#FFFFFF;
}
p.gray, span.gray, div.gray {
	color:#7f7f7f;
}
p.black, span.black, div.black {
	color:#000000;
}
p.red, span.red, div.red {
	color:#DF0000;
}
/* ------------------------------- text sizes -----------------------*/
.txt_xxxs {
	font-size:9px !important;
}
.txt_xxs {
	font-size:10px !important;
}
.txt_xs {
	font-size:11px !important;
}
.txt_s {
	font-size:11.5px !important;
}
.txt_m {
	font-size:14px !important;
}
.txt_l {
	font-size:16px !important;
}
.txt_xl {
	font-size:18px !important;
}
.txt_xxl {
	font-size:20px !important;
}
.txt_xxxl {
	font-size:24px !important;
}
/* ----------------------------------- intro text -------------------------------------*/
div#divIntro {
margin:0 0 20px 0;
float:none;
clear:both;
}
