@charset "iso-8859-1";

/* ##### Common Styles ##### */

body {
  color: black;
  background-color: rgb(255,255,255);
  font-family: verdana, helvetica, arial, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 8pt;
}

* {
  font-size: 8pt;
  line-height: 1.5em;
  margin:0,
  padding:0;
}

html > body {
  font-size: 8pt;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(168,140,83);
  cursor: help;
  margin: 0;
  padding: 0;
}

.doNotDisplay {
  display: none !important;
}

/* ##### Header ##### */

#header {
  font-family: "trebuchet ms", arial, verdana, helvetica, sans-serif;
  letter-spacing: 0.05em;
  color: inherit;
  background-color: rgb(255,217,178);
}

.headerTitle {
  margin: 0;
  padding: 0 4mm 0.05em 0;
}

.headerTitle a {
  color: rgb(128,0,0);
  background-color: transparent;
  text-decoration: none;
  font-size: 24pt;  /* For MSIE */
  font-weight: bold;
  font-style: italic;
}

.headerTitle > a {
  font-size: 24pt;  /* For fully standards-compliant user agents */
}

.headerTitle span {
  color: white;
  background-color: transparent;
  font-weight: normal;
}

.subHeader {
  display: none;
}

/* ##### Side Bars ##### */

#side-bar {
  display: none;
}

/* ##### Main Copy ##### */

#main-copy {
  color: black;
  background-color: white;
  font-size: 9pt;
  text-align: left;
  line-height: 1.5em;
  margin: 0 0 0 1em;
  padding: 0.5ex 1em 1em 1em;
  border-left: 1px solid rgb(214,224,254);
}

#main-copy h1 {
  color: rgb(128,0,0);
  background-color: transparent;
  font-family: "trebuchet ms", arial, verdana, helvetica, sans-serif;
  letter-spacing: 0.05em;
  font-size: 18pt;
  line-height: 150%;
  font-weight: bold;
  text-align: left;
/*  text-align: center; */
  margin: 0.25em 0em 0.5em 0em;
  padding: 0.05em 0em 0em 0em;
  list-style-image: url("/_img/trg.gif")
}

#main-copy h2 {
  color: rgb(0,0,0);
  background-color: transparent;
  font-family: "trebuchet ms", arial, verdana, helvetica, sans-serif;
  //letter-spacing: 0.05em;
  font-size: 12pt;
  font-weight: bold;
  /* font-style: italic; */
  text-align: left;
  // margin: 0.25em 0em 0.5em 0em;
  // padding: 0.75em 0em 0em 0.25em;
  padding: 0 0.75em 0em 1em;
  border-top: 1px solid rgb(128,0,0);
  border-bottom: 1px solid rgb(128,0,0);
  background-color: rgb(214,224,254);
  list-style-image: url("/_img/trg.gif")
}

/* haut, droite, bas, gauche */
#main-copy h3 {
  color: rgb(0,0,0);
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  text-align: left;
  margin: 0.75em 0em 0.5em 0em;
  padding: 0 0.75em 0em 1em;
/*
  display: list-item;
  list-style-image: url("/_img/bordm.gif");
  list-style-position: inside;
  list-style-type: square ;
*/
  background-color: rgb(214,224,254);
}

.title {
  color: rgb(128,0,0);
  font-family: "trebuchet ms", arial, verdana, helvetica, sans-serif;
  font-size: 11pt;
  font-weight: bold;
  line-height: 200%;
}

.grey {
  color: rgb(128,128,128);
}

img {
        border: 0;
}

span {
        color: black;
}

ul {
        color: rgb(128,0,0);
        list-style-type: disc
}
ol {
        color: rgb(128,0,0);
}
li {
        margin: 0.5em 0 0.5em 0;
}

#main-copy a {
  color: rgb(128,0,0);
  background-color: transparent;
  text-decoration: underline;
}

#main-copy a:hover {
  text-decoration: none;
}

#main-copy p {
  margin: 1em 0em 1.5em 1.5em;
  padding: 0;
}

/*
#main-copy .start:first-letter
{
font-family: verdana, helvetica, arial, sans-serif;
font-size: 200%;
float: left;
line-height: 60%;
margin-left: 0em;
margin-right: 5px;
padding: 0;
}
*/

table {
  padding: 0;
  border-collapse: collapse;
}
td {
  vertical-align: top;
  font-size: 8pt;
  line-height: 1.5em;
}

font {
  font-size: 8pt;
  margin: 0;
}

.leftimage {
  float: left;
  padding: 0px 5px 5px 0px;
  background: white;
  font-size: 7pt;
  text-align: left;
}

.rightimage {
  float: right;
  padding: 0px 0px 5px 5px;
  background: white;
  font-size: 7pt;
  text-align: right;
}

.box {
        background-color: rgb(214,224,254);
}
.box2 {
        background-color: rgb(129,152,200);
}


.borderleft {
	border-left: 1px dotted rgb(128,0,0);
}

.caption {
	font-size: 7pt;
}

.x {
	color: rgb(128,0,0);
	font-size: 9pt;
	font-weight: bold;
	}
	.xx {
	color: rgb(128,0,0);
	font-size: 11pt;
	}
	.xxx {
	color: rgb(128,0,0);
	font-size: 12pt;
	font-weight: bold;
}


/* ##### Footer ##### */

#footer {
  color: black;
  background-color: rgb(129,152,200);
  font-size: 8pt;
  text-align: center;
  line-height: 1.25em;
  margin: 0;
  padding: 1em 4mm 1em 4mm;
  clear: both;
}

#footer div {
  margin: 0;
  padding: 0 0 1ex 0;
}

#footer a {
  color: black;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

#footer a:hover {
  text-decoration: none;
}

