﻿/* base.css - main class */
body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #FFF;
}
a:active, a:focus {
	cursor: auto;
	hover: none;
}
a:link {background-color: #ffffff;color: #1d2199;text-decoration: none;}a:visited {color: #5a005a;text-decoration: none;}a:hover {background-color: #ffffff;color: #0000ff;text-decoration: none;}

* html body {
	text-align: center;
}
body, p, li, div, span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body, p, blockquote, table, td, th, li, a, ul, ol, dd, dl, dt,
form, button, fieldset, label, select, option, input, textarea {
	font-size: 10.0pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 
}
code, code span {
	font-size: 10.0pt;
	font-family: "Courier New", Courier, monospace;
}

h1 {
	font-size: 15.0pt;}
.fontSize155 {
	font-size: 14.5pt;
}
h2 {
	font-size: 14.0pt;
}
.fontSize145 {
	font-size: 13.5pt;
}
h3 {
	font-size: 13.5pt;
}
.fontSize135 {
	font-size: 13.0pt;
}
h4 {
	font-size: 13.0pt;
}
.fontSize125 {
	font-size: 12.0pt;
}
h5 {
	font-size: 11.5pt;
}
.fontSize115 {
	font-size: 11.0pt;
}
h6, h1.headline, h2.headline, h3.headline, h4.headline, h5.headline, h6.headline {
	font-size: 10.5pt;
}

.mediumFont {
	font-size: 8.5pt;
}
.smallFont {
	font-size: 7.5pt;
}
a img{
	border: none;
}
div.page {
	width: 780px;
	min-width: 12.00em;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
}
* html div.page {
	text-align: left;
}
div.core {
	padding: 10px 10px 10px 10px;
}
div.tooltip {
	border: 1px solid InfoText;
	background: InfoBackground;
	color: InfoText;
	font: message-box;
	padding: 2px 4px;
	text-align: left;
	position: absolute;
	width: auto;
	height: auto;
}
div.safetooltip {
	z-index: 21000;
	border: 1px solid #000;
	background-color: #ffc;
	color: #000;
	font: 0.85em Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 2px 4px;
	text-align: left;
	position: absolute;
	width: auto;
	height: auto;
}

/* title position class */
div.ez {
	float: left;
}
div.mstrhd {
	text-align: right;
}
div.ez, div.mstrhd {
	position: relative;
	z-index: 1;
}
* html div.ez, * html div.mstrhd {
	position: static;
}
*:first-child+html div.ez, *:first-child+html div.mstrhd {
	position: static;
}

div.banner, div.banner-eng, div.banner-fra, div.banner-lfcoa-eng, div.banner-lfcoa-fra {
	text-align: center; 
	min-height: 5.58em;
	margin-top: 3.14em;
	padding-bottom: 0.67em;
	position: relative;
	z-index: 1;
}

* html div.banner, * html div.banner-eng, * html div.banner-fra, * html div.banner-lfcoa-eng, * html div.banner-lfcoa-fra {
	position: static;
}
*:first-child+html div.banner, *:first-child+html div.banner-eng, *:first-child+html div.banner-fra, *:first-child+html div.banner-lfcoa-eng, *:first-child+html div.banner-lfcoa-fra {
	position: static;
}
div.banner-eng, div.banner-fra {
	min-height: 80px;
	padding-bottom: 0px;
	height: 80px;
}
div.banner-lfcoa-eng, div.banner-lfcoa-fra {
	min-height: 115px;
	padding-bottom: 0px;
	height: 115px;
	margin-top: 5px;	
}
img.coa, img.lf {
	width: 5.08em;
	height: 5.08em;
	margin-top: -2.74em;
	margin-bottom: -0.34em;
	padding: 0;
}
* html img.coa, * html img.lf {
	position: relative;
}
div.banner-lfcoa-eng img.coa, div.banner-lfcoa-eng img.lf, div.banner-lfcoa-fra img.coa, div.banner-lfcoa-fra img.lf {
	display: none;
}
div.banner p.main {
	font-family: "times new roman", sans-serif;
	font-weight: bold; 
	font-size: 17.5pt;
	margin: 0;
	padding: 0;
}
div.banner p.siteuri {
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
	font-weight: lighter; 
	font-size: 10.5pt;
	margin: 0;
	padding: 0;
}
div.banner-eng p.main, div.banner-eng p.siteuri, div.banner-fra p.main, div.banner-fra p.siteuri, div.banner-lfcoa-eng p.main, div.banner-lfcoa-eng p.siteuri, div.banner-lfcoa-fra p.main, div.banner-lfcoa-fra p.siteuri {
	height: 0; 
	width: 0; 
	overflow: hidden;
	float: right;
	font-size: 0;
	position: absolute;
	top: -100px;	
}

/*nav class*/
div.navaid, p.navaid, h1.navaid, h2.navaid, .navaid {
	height: 0; 
	width: 0; 
	overflow: hidden;
	float: right;
	font-size: 0;
	position: absolute;
	top: -100px;
}
div.navaid a, p.navaid a, h1.navaid a, h2.navaid a, .navaid a {
	color: #FFFFFF;
}
div.page div.core div.navaid {
	font-size: 100%;
	float: none;
	overflow: visible;
	max-width: 50%;
	height: auto;
	top: 0px;
	margin-left: 210px;
	margin-right: 200px;
	color: #FFF;
}
* html div.page div.core div.navaid {
	font-size: 90%;
}
*:first-child+html div.page div.core div.navaid {
	font-size: 90%;
}
div.page div.core div.navaid a {
	color: #FFF;
	border-color: #FFF;
	padding: 5px;
	font-size: 100%;
	line-height: 140%;
	vertical-align: middle;
	border-width: 1px 1px 1px 1px;
	border-style: none;
	white-space: nowrap;
	position: relative;
	z-index: 0;
}
div.page div.core div.navaid a:hover, div.page div.core div.navaid a:active, div.page div.core div.navaid a:focus {
	border-style: solid;
	text-decoration: none;
	z-index: 2;
}

/* bar selection */
div.fp, div.fpml {
	width: 100%;
	color: #FFF;
	background-color: #212644; 
	padding: 0;
	float: left;
}

div.fp a:link {
background-color: #212644;color: #ffffff;text-decoration: none;}div.fp a:visited {color: #e6dcd2;text-decoration: none;
background-color: #212644;}div.fp a:hover {
background-color: #212644;color: #ffe018;text-decoration: none;}

* html div.fp, * html div.fpml {
	float: none;
}
*:first-child+html div.fp, *:first-child+html div.fpml {
	float: none;
}
div.fp {
	min-height: 1.57em;
}
* html div.fp {
	height: 1.4em;
}
div.fpml {
	min-height: 2.82em; 
}
* html div.fpml {
	height: 2.7em;
}
ul.commonbar {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: none;
	top: 5px;
	width: 100%;
	background-color: #212644;
	color: #FFF;
}
li.mntext, li.mntexta, li.mntextb, li.mntextc {
	white-space: nowrap; 
	margin: 0;
	padding: 0;
	border: none;
	float: left; 
	min-height: 1.3em;
	min-width: 8.5em;
	font-size: 10.0pt;
	color: #FFF;
	background-color: #212644;
}
li.mntext {
	width: 15.7%;
}
li.mntexta {
	width: 16.6%;
}
li.mntextb {
	width: 16.2%;
}
li.mntextc {
	width: 19.0%;
}
li.mntext div, li.mntexta div, li.mntextb div, li.mntextc div {
	margin: 0;
	padding: 2px 0px 2px 3px;
	width: 95%;
}
li.mntext div, li.mntextb div, li.mntextc div {
	border-left: 1px solid #FFF;	background-color: #212644;}
	
li.mntext a, li.mntexta a, li.mntextb a, li.mntextc a {
	color: #FFF;
	background-color: #212644;    font-weight: normal; 
	width: 100%;
	padding: 0;
	border: none ;    text-decoration: none;
    
    } 

/*bread crumb trail class */
p.breadcrumb {
	vertical-align: middle;
	font-size: 9.0pt;
	clear: both;
	margin: 0;
	min-height: 1.23em;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
}

ul.nav, ul.nav2 {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.nav2 {
	margin-left: 18px;
	list-style-type: disc;
}
div.right li ul.nav {
	margin-bottom: 10px;
}
ul.nav li, ul.nav2 li {
	margin: 0px;
}
h2.nav, div.left div.h2nav, div.left p.h2nav {
	font-size: 10.0pt;
	font-weight: 700;
	line-height: 1.6em;
	border: 0;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0;
}
div.right li div.nav, div.right li p.nav {
	margin-bottom: 10px;
	padding: 2px 5px 2px 12px;
}
div.right li p.nav {
	margin-top: 0px;
}
div.left, div.right {
	background-color: #FFF;
	min-width: 9.0em;
}
li.menucontent, li.menucontent li, div.menucontent, div.menucontent li {
	font-size: 10.0pt;
	vertical-align: middle;
	margin: 0;
}
li.menucontent, div.menucontent {
	padding: 2px 3px 2px 12px;
}
a.menulink {
	text-decoration: none;
}
a.menulink:hover {
	text-decoration: underline;
}
div.center {
	background-color: #FFF;
}
div.center h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: transparent;
	font-weight: bold;
}
* html div.center h1 {
	width: 100%;
}
div.blackborder {
	padding: 5px;
	min-height: 158px;
	min-width: 9.5em;
}
h1.headline, h2.headline, h3.headline, h4.headline, h5.headline, h6.headline, h1.compress, h2.compress, h3.compress, h4.compress, h5.compress, h6.compress, p.compress, ul.compress, ol.compress {
	margin-top: 0px;
	margin-bottom: 0px;
}
h1.headline a:link, h1.headline a:visited, h2.headline a:link, h2.headline a:visited, h3.headline a:link, h3.headline a:visited, h4.headline a:link, h4.headline a:visited, h5.headline a:link, h5.headline a:visited, h6.headline a:link, h6.headline a:visited {
	text-decoration: none;
}
h1.headline a:hover, h2.headline a:hover, h3.headline a:hover, h4.headline a:hover, h5.headline a:hover, h6.headline a:hover {
	text-decoration: underline;
}

blockquote {
	background-color: #CC9;
	color: #000;
	border: 1px solid #000;
	font-style: italic;
}
div.gcinits {
	float: left;
	padding-bottom: 5px;
}
div.gcinit div {
	width: 191px;
	height: 5.16em;
	border: 1px solid #000;
}
div.center div.gcinit div {
	margin-right: 4px;
	margin-bottom: 5px;
	float: left;
}
div.gcinit a, div.gcinit a:visited {
	width: 100%;
	height: 100%;
	float: left;
	text-decoration: none;
}
div.srvMsgCol {
	float: left;
	margin: 0;
	padding: 0;
	width: 49%;
}
div.srvMsgCol div {
	padding: 1.56em 10px 5px 0px;
}

.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center;
}
.alignLeft {
	text-align: left;
}
.alignTop {
	vertical-align: top;
}
.alignBottom {
	vertical-align: bottom;
}
.alignTopRight {
	text-align: right;
	vertical-align: top;
}
.alignTopCenter {
	text-align: center;
	vertical-align: top;
}
.alignTopLeft {
	text-align: left;
	vertical-align: top;
}
.alignBottomRight {
	text-align: right;

	vertical-align: bottom;
}
.alignBottomCenter {
	text-align: center;
	vertical-align: bottom;
}
.alignBottomLeft {
	text-align: left;
	vertical-align: bottom;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.image-left { 
	float: left;
	vertical-align: text-top;
}
.image-right {
	float: right;
	vertical-align: text-top;
	margin-left: 10px;
}
.indent1 {
	padding-left: 18px;
}
.indent2 {
	padding-left: 36px;
}
.indent3 {
	padding-left: 54px;
}
.indent4 {
	padding-left: 72px;
}
.indent5 {
	padding-left: 90px;
}

ul.noBullet {
	list-style-type: none;
}
ul.disc {
	list-style-type: disc;
}
ul.square {
	list-style-type: square;
}
ul.circle {
	list-style-type: circle;
}
ol.lower-alpha {
	list-style-type: lower-alpha;
}
ol.upper-alpha {
	list-style-type: upper-alpha;
}
ol.lower-roman {
	list-style-type: lower-roman;
}
ol.upper-roman {
	list-style-type: upper-roman;
}

.noWrap {
	white-space: nowrap;
}
.doubleLineSpace {
	line-height: 24.0pt;
}
.uppercase {
	text-transform: uppercase;
}
.lowercase {
	text-transform: lowercase;
}

div.highlight, p.highlight {
	border: 1px solid #030;
	background-color: #9F9;
	padding: 5px;
}
div.topPage, p.topPage {
	float: right;
	text-align: center;
}
div.foot2 img, div.topPage img, p.topPage img {
	width: 1.46em;
	height: 0.92em;
}
div.center div.wrapContainer {
	float: left;	
	width: 99.5%;
}
div.left div.wrapContainer, div.right div.wrapContainer {
	float: left;	
	width: 100%;
}
* html div.center h1.wrap {
	width: auto;
}

div.footer {
	width: 100%;	
	clear: both; 
	font-size: 10.0pt;
	height: 27px;
	background-color: #FFF;
}
div.footer div.footerline {
	color: #FFF;
	height: 27px;
	
}
div.foot1, div.foot2, div.foot3 {
	float: left;
	width: 33.25%;
	margin: 0;
	padding: 0;
}
div.foot1 {
	text-align: left;	
}
div.foot2 {
	text-align: center;
	
}
div.foot3 {
	text-align: right;
}
img.uparrow {
	border: 0;
}
span.date {
	white-space: nowrap;
}



