@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;
}

.tag {
font-size:130%;
font-weight:bold;
font-family: "trebuchet ms", arial, verdana, helvetica, sans-serif;
}

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

#header {
  font-family: "trebuchet ms", arial, verdana, helvetica, sans-serif;
  letter-spacing: 0.05em;
  color: inherit;
/*  background-color: rgb(129,152,200); */
  background-color: rgb(129,152,200);
}

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

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

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

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

.subHeader {
  color: white;
//  background-color: rgb(128,0,0);
//  background-color: rgb(28,0,0);
  background-image: url("/_img/subheader.gif");
  background-repeat: repeat-x;
  font-size: 9pt;
  text-align: center;
  margin: 0;
  padding: 0.5ex 0;
}

.subHeader a {
  color: white;
//  background-color: rgb(128,0,0);
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 1ex;
}

.subHeader a:hover {
  color: black;
  background-color: rgb(129,152,200);
}

.headerLinks {
  color: rgb(128,0,0);
  background-color: white;
  font-weight: normal;
  font-size: 9pt;
  text-align: right;
  position: absolute;
  top: 0px;
  right: 0px;
}

.headerLinks a {
  color: rgb(128,0,0);
  background-color: white; 
  text-decoration: none;
  font-weight: bold;
}

.headerLinks a:hover {
  color: white;
  background-color: rgb(128,0,0);
}

/* ##### Left Side Bar ##### */

.leftSideBar {
  background-color: rgb(214,224,254);
  font-size: 9pt;
  width: 11.5em;
  float: left;
  clear: left;
}

.leftSideBar .sideBarTitle {
  color: rgb(64,64,64);
  background-color: rgb(129,152,200);
  font-weight: bold;
  margin: 0;
  padding: 0 0 0 0.75ex;
}

.leftSideBar ul {
  color: black;
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 0 0;
  padding: 0;
}

.leftSideBar li {
  margin: 1ex;
  padding: 0 0 0 0;
}

.leftSideBar a {
  color: rgb(128,0,0);
  background-color: transparent;
  text-decoration: none;
}

.leftSideBar a:hover {
  color: rgb(64,64,64);
  background-color: transparent;
  text-decoration: none;
}

.leftSideBar .sideBarText {
  font-size: 8pt;
  color: rgb(128,0,0);
  background-color: transparent;
  line-height: 2em;
  margin: 0 0ex 0 0.75ex;
  padding: 0;
  display: block;
}

.leftSideBar .sideBarText a {
  text-decoration: underline;
}

.leftSideBar .sideBarText a:hover {
  text-decoration: none;
}

.leftSideBar .thisPage {
  color: rgb(64,64,64);
  background-color: transparent;
  font-weight: bold;
}


/* ##### Right Side Bar ##### */

.rightSideBar {
  width: 12em;
  margin: 2ex 0.75ex 0 0;
  padding: 0;
  float: right;
  clear: right;
  border: 1px solid rgb(214,224,254);
}

[class~="rightSideBar"] {
  margin-right: 1.5ex;
}

.rightSideBar .sideBarTitle {
  color: black;
  background-color: rgb(129,152,200);
  font-weight: bold;
  margin: 1.25ex 1ex;
  padding: 0.9ex 1ex;
}

.rightSideBar a {
  color: rgb(128,0,0);
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

.rightSideBar a:hover {
  text-decoration: none;
}

.rightSideBar .sideBarText {
  font-size: 8pt;
  line-height: 1.5em;
  margin: 0;
  padding: 0 2ex 1em 2ex;
}

.rightSideBar .more {
  text-decoration: none;
  text-align: right;
  margin: 0;
  padding: 0 2ex 1em 2ex;
  display: block;
}

.rightSideBar .more:hover {
  text-decoration: underline;
}


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

#main-copy {
  color: black;
  background-color: white;
  font-size: 9pt;
  text-align: left;
  line-height: 1.5em;
  margin: 0 0 0 12em;
  padding: 0.5ex 14em 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;
}

