@charset "utf-8";
/* CSS Document */

/*======================================================*/
/*==================  GLOBAL STYLES  ===================*/

a {
}

a.email {
	font-weight: bold;
	color: #20396e;
	text-decoration: none;
	border-bottom: 1px dotted #20396e;
	cursor: pointer;
}

a.email:hover {
	border-bottom: 1px solid;	
}

a.pdf_dl {
	float: left;
	width: 200px;
	margin-left: 8px;
	margin-top: 54px;
	font-weight: bold;
	color: #20396e;
	text-decoration: none;
	cursor: pointer;
}

a.pdf_dl:hover {
}

a.title_contact {
	color: #d0d9eb;
	text-decoration: none;
	border-bottom: 1px dotted #d0d9eb;
	cursor: pointer;
}

a.title_contact:hover {
	border-bottom: 1px solid;	
}

b {
	font-weight: bold;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

span.superscript {
	font-size: 10px;
	position: relative;
	top: -4px;
}

/*======================================================*/
/*==================  PARAGRAPH STYLES  ================*/

p {
	float: left;
	font-size: 14px;
	line-height: 20px;
	margin-top: 8px;
	color: #333;
	text-align: justify;
	text-shadow: 1px 1px 1px #fff;
}

p a.forte_link {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

p a.forte_link:hover {
	color: #20396e;
}

/*======================================================*/
/*=====================  H2 STYLES  ====================*/

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 28px;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 4px #003, 0px 0px 2px #003;
}


/*======================================================*/
/*=====================  H3 STYLES  ====================*/

h3 {
	color: #20396e;
	font-weight: bold;
	font-size: 22px;
	float: left;
	position: relative;
	left: 6px;
	top: 5px;
	text-shadow: 1px 1px 1px #fff, 1px 1px 4px #fff;
}

h3.subtitle {
	margin-top: -8px;
	font-size: 20px;
}

h3.subtitle span {
	color: #000;
	font-size: 14px;
	font-style: italic;
	position: relative;
	top: -2px;
}


/*======================================================*/
/*=====================  H4 STYLES  ====================*/

h4 {
	float: left;
	color: #ffffff;
	font-size: 28px;
	font-weight: bold;
	text-shadow: 1px 1px 4px #10285b, 1px 1px 1px #10285b;
	line-height: 32px;
}

h4 a {
	color: #fff;
	text-decoration: none;
}

h4 span.blue {
	color: #bfcfef;
}

h4.s1 {
	position: relative;
	top: 74px;
	left: 40px;
	font-size: 24px;
}

h4.s2 {
	position: relative;
	top: 74px;
	left: 80px;
}

h4.s3 {
	font-size: 24px;
	position: relative;
	top: 74px;
	left: 50px;
}

h4.s4 {
	position: relative;
	top: 74px;
	left: 45px;
}
h4.s5 {
	position: relative;
	top: 12px;
	left: 45px;
	
}
















