.tdef {
  font-family      : verdana, arial, helvetica, sans-serif;
  font-size        : 8pt;
  background-color : ffffff;
  border:0 solid 000000;
  padding:0px;
  margin:0px;
  border-collapse : collapse;
  border-spacing : 0px;
}

.lh1 {
  line-height:1.5; 
}

.lh2 {
  line-height:2.0; 
}

div {
  padding:0px;
  margin:0px;
  border:0;
  border-width:0;  
  border-collapse: collapse;
  border-spacing: 0;
}

/* float divs */
.dfl {
  float: left;
  background-color:#ffffff;
}

.dfr {
  float: right;
  background-color:#ffffff;
}

.dcb {
  clear: both;
  background-color:#ffffff;
}


/* text-align divs */
.dtc {
  text-align:center;
}

.dtl {
  text-align:left;
}

.dtr {
  text-align:right;
}

.dtj {
  text-align:justify;
}


/* default divs */
.ddef {
  border-width : 1 1 1 1;
  border-color : b0c4de; /* cccccc */
  border-style : solid;  
  color : 000000;
  background-color:#ffffff;
}

/* default div 2 - border color is black */
.ddef2 {
  border-width : 1 1 1 1;
  border-color : 000000;
  border-style : solid;  
  color : 000000;
  background-color:#ffffff;
}

/* default div 3 - border color is main */
.ddef3 {
  border-width : 1 1 1 1;
  border-color : 004080;
  border-style : solid;  
  color : 000000;
  background-color:#ffffff;
}

/* default div 4 - border color is cccccc */
.ddef4 {
  border-width : 1 1 1 1;
  border-color : cccccc;
  border-style : solid;  
  color : 000000;
  background-color:#ffffff;
}

/* default div 5 - border color is 808080*/
.ddef5 {
  border-width : 1 1 1 1;
  border-color : 404040;
  border-style : solid;  
  color : 000000;
  background-color:#ffffff;
}


/* divs with width */


 .doutmain {
  max-width: 950px;
  width: expression(document.body.clientWidth > 950? "950px": "auto" );
  text-align: justify;
  line-height: 1.5;
  background-color:#fff;
  border-collapse: collapse;
  border-spacing: 0px;
  padding: 0;
  margin: 0;
}

.dout {
  max-width:926px;
  width:expression(document.body.clientWidth > 926? "926px": "auto" );
  text-align:justify;
  line-height:1.5;
  background-color:#fff;
  padding:0;
  margin:0 12;
}

.dout2 {
  max-width:926px;
  width:expression(document.body.clientWidth > 926? "926px": "auto" );
  line-height:1.5;
  background-color:#fff;
  padding:0;
  margin:0;
}

.dout3 {
  max-width:902px;
  width:expression(document.body.clientWidth > 902? "902px": "auto" );
  line-height:1.5;
  background-color:#fff;
  padding:0;
  margin:0;
}

.dout1280 {
  border-width : 1;
  border-color : #004080;
  border-style : solid;  
  color : 000000;
  max-width:1280px;
  width:expression(document.body.clientWidth > 1280? "1280px": "auto" );
  text-align:justify;
  line-height:1.5;
  background-color:#ffffff;
}

.dout800 {
  border-width : 1;
  border-color : #004080; 
  border-style : solid;  
  color : 000000;
  max-width:800px;
  width:expression(document.body.clientWidth > 800? "800px": "auto" );
  text-align:justify;
  line-height:1.5;
  background-color:#ffffff;
}

.din {
  text-align:justify;
  margin-left:0;
  padding:0;  
  background:#fff;
} 

.mp0 {
  margin:0;
  padding:0;
  border-collapse : collapse;
  border-spacing : 0px;
}

.mp5 {
  margin:0;
  padding:0;
  margin-bottom:5;
}

.ht1 {
  height:5px;
}

.wfull {
  width:100%;
  border-collapse : collapse;
  border-spacing : 0px;
  margin:0;
  padding:0;
}

/* Rounded Cornerssssssssssssssssssssssssssssssssssssssssssssssssssssss */
#xrc {background: transparent; margin:0px 12 0px 12;}

.xtop, .xbottom {display:block; background:transparent; font-size:1pt;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#fff; border-left:1px solid #fff; border-right:1px solid #fff;}
/* the above is for left and right corners resp. the background is for top portion of the box which you can give a different color if you want to*/

.xb1 {margin:0 5px; background:#fff;}
/* the above background is for giving the top and bottom lines of the box */
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}
 
.xboxcontent {display:block; background:#fff; border:0 solid #fff; border-width:0 1px;}
/* the xboxcontent border is for sides of the rounded box. the background is for the contents which usually you will like to keep it as white only */
/* Rounded Cornerssssssssssssssssssssssssssssssssssssssssssssssssssssss */



/* Rounded C1 Cornerssssssssssssssssssssssssssssssssssssssssssssssssssssss */
/* #xrc2 {background: transparent; margin:0 12 0 12;}

.xtoprc2, .xbottomrc2 {display:block; background:transparent; font-size:1px;}
.xb1rc2, .xb2rc2, .xb3rc2, .xb4rc2 {display:block; overflow:hidden;}
.xb1rc2, .xb2rc2, .xb3rc2 {height:1px;}
.xb2rc2, .xb3rc2, .xb4rc2 {background:#e8ffe8; border-left:1px solid #e8ffe8; border-right:1px solid #e8ffe8;}
/* the above is for left and right corners resp. the background is for top portion of the box which you can give a different color if you want to*/
.xb1rc2 {margin:0 5px; background:#fcfcfc;}
/* the above background is for giving the top and bottom lines of the box */
.xb2rc2 {margin:0 3px; border-width:0 2px;}
.xb3rc2 {margin:0 2px;}
.xb4rc2 {height:2px; margin:0 1px;}
 
.xboxcontentrc2 {display:block; background:fff; border:0 solid #ccc; border-width:0 0px;} */
/* the xboxcontent border is for sides of the rounded box */


#xrc1 {background: transparent; margin:0 12 0 12;}

.xtoprc1, .xbottomrc1 {display:block; background:transparent; font-size:1px;}
.xb1rc1, .xb2rc1, .xb3rc1, .xb4rc1 {display:block; overflow:hidden;}
.xb1rc1, .xb2rc1, .xb3rc1 {height:1px;}
.xb2rc1, .xb3rc1, .xb4rc1 {background:#ccc; border-left:1px solid #ccc; border-right:1px solid #ccc;}
/* the above is for left and right corners resp. the background is for top portion of the box which you can give a different color if you want to*/
.xb1rc1 {margin:0 5px; background:#fcfcfc;}
/* the above background is for giving the top and bottom lines of the box */
.xb2rc1 {margin:0 3px; border-width:0 2px;}
.xb3rc1 {margin:0 2px;}
.xb4rc1 {height:2px; margin:0 1px;}
 
.xboxcontentrc1 {display:block; background:fff; border:0 solid #ccc; border-width:0 0px;}
/* the xboxcontent border is for sides of the rounded box */
/* Rounded C1 cornerssssssssssssssssssssssssssssssssssssssssssssssssssssss */

