body         { margin:0; background-color: #777777; font-family:Tahoma; font-size:11px}
table {font-size: 11px;border-collapse:collapse}
.style2 {
	color: #ba0000;
	font-weight: bold;
}

/* to highlight text in white boxes */
.hili {
	color: #ba0000;
	font-weight: bold;
}

/* For Left White Blocks */
      /*Common Elements*/
            /*Left Main Cell */
            td.lwblmc {width: 20; background-image: url(images/lftlft.gif); background-repeat: 
                           repeat-y}
            /*Right Main Cell */
            td.lwbrmc
{
	background-image: url(images/lftdiv.gif);
	width: 7px;
	background-repeat: repeat-y;
}
      /*Type 2 Elements*/
            /* Bottom Border */
            td.lwbbb2 {background-image: url(images/wb24.gif); background-repeat: repeat-x; width:100%; background-color:#FFFFFF}
      /*Type 3 Elements*/
      	/* Bottom Border Part 1*/
      	td.lwbbb31 {background-image: url('images/wb32.gif'); background-repeat: repeat-x; background-position-y: bottom; width:51%;background-color:#FFFFFF}
      	/* Bottom Border Part 2 */
      	td.lwbbb32 {background-image: url('images/wb34.gif'); background-repeat: repeat-x; background-position-y: bottom; width:51%;background-color:#FFFFFF}
	
/* For Right White Blocks */
	/* Full Width White Block */
		/*Left Wall */
		td.rwb1 {background-image: url('images/rgtlft.gif'); background-repeat: repeat-y; width:6;}
		/* Right Wall */
		td.rwb2 {background-image: url('images/rgtrgt.gif'); background-repeat: repeat-y; width:19;}
	/* Big Title for a Rigth White Block */
		.rwbttl {font-family: "Arial Narrow"; font-size:10.63pt; color:#BA0000;font-weight:bold}
		
/*For Price Tables */
	/* Dark Cell */
	td.prcdrk, tr.prcdrk {border:1px solid #BBBBBB; background-color: #EAEBEC; text-align:center; padding:5px;}
	td.prclght, tr.prclght {border:1px solid #BBBBBB; border-width:1px; text-align:center; padding:5px;}
	th.prcdrk, td.prcdrkhili {border:1px solid #BBBBBB; background-color: #EAEBEC; text-align:center; padding:5px; color: #ba0000; font-weight: bold;}
	th.prclght {border:1px solid #BBBBBB; border-width:1px; text-align:center; padding:5px; color: #ba0000; font-weight: bold; }
	table.prc {border:1px solid #BBBBBB; width: 100%;}
	td.prchdr, tr.prchdr {border:1px solid #BBBBBB;background-color: #D3D5D6;text-align:center; padding:5px; color: #ba0000; font-weight: bold;}
	
	
/*For Links everywhere */
.lnk {color:#8D8500;}
a.redlnk {text-decoration: none; color: #ba0000; font-weight: bold}
a:hover.redlnk {text-decoration: underline; color: #8D8500; font-weight: bold}