div#vb                 { /*Vidyut Barta*/
      position        : relative;
	top             : 50px;
	width           : 700px;
      border          : 1px solid;
      text-align      : center;
      }
.head_body             { /* Header*/
      background-color: #336699;
      text-align      : center;
	color           : #ffffff;
      font            : bold 24px "Georgia", Arial, Times, Book, serif;
      }
.table                 { /* Technical Information table */
      margin-left     : 5px;
      width           : 650px;
      align           : center;
      }
.table, tr, td, th     { /* Technical Information table */
      color           : #000000;
      text-align      : center;
      font            : 12px "Verdana", Arial, Times, Book, serif;
      border-collapse : collapse;
      border          : 1px solid #04417d;
      }
body                   { /* Page Body */
	background-color: #ffffff;
      text-align      : center;
      overflow        : auto;
      top             : 0px;
      right           : 0px;
      left            : 0px;
      width           : 1024px;
      height          : 100%;
      margin          : auto;
      }