/***********************************/
/*    SPECIFIC TO THE HEADER       */
/***********************************/

div.d0title {color:#003399;
          font-size: 10pt;
          font-family:Arial;
	  font-weight:bold;
          text-align: center;
          background:#eeeeee;
          border-style: solid;
          border-width: 1px;
          border-color: #000000;
          padding: 5px 20px 5px 20px;}

div.gptitle {color:#003399;
          font-size: 10pt;
          font-family:Arial;
	  font-weight:bold;
          text-align: center;
          background:#FFFFFF;
	  border-style: noborder;
          border-width: 1px;
          border-color: #FFFFFF;
          padding: 0px 0px 0px 0px;}

div.bgwhite{background:#FFFFFF}

div.bluebox {color:#FFFFFF;
          font-size   : 10pt;
          font-family : Arial;
          font-weight : bold;
          text-align  : center; 
	  text-indent : 0px;
	  background  : #003399;
          border-style: noborder;
          width:100%;}

div.darkbox {color:#FFFFFF;
          font-size   : 10pt;
          font-family : Arial;
          font-weight : bold;
          text-align  : center;
	  text-indent : 0px;
          background  : #aaaaaa;
          border-style: noborder;
          width:100%;}

div.greybox {color:#FFFFFF;
          font-size   : 10pt;
          font-family : Arial;
          font-weight : bold;
          text-align  : center;
	  text-indent : 0px;
          background  : #dddddd;
          border-style: noborder;
          width:100%;}

div.whitebox {color:#003399;
          font-size   : 10pt;
          font-family : Arial;
          font-weight : bold;
          text-align  : center;
	  text-indent : 0px;
          background  : #ffffff;
          border-style: solid;
          border-width: 1px;
          border-color: #003399;
          width:100%;}

div.sep {color:#003399;
          border-style: ridge;
          border-width: 2px;
          border-color: #eeeeee;
          margin: 0px 2%;
	  width:100%;}

div.spa {color:#ffffff;
          border-style: solid;
          border-width: 3px;
          border-color: #ffffff;
          margin: 0px 2%;
	  width:50%;}

div.infotext{color:#003399;
          font-size: 9pt;
          font-family:Arial;
          text-align: left;}

a.none {text-decoration: none}
