    .headings {
      font-family : Arial;
      font-size : 12;
      font-weight : bold;
      text-decoration : none;
      color : #800000}

   .headings2 {
      font-family : Arial;
      font-size : 14;
      font-weight : bold;
      text-decoration : none;
      color : #000033}

   .normaltxt {
      font-family : Arial;
      font-size : 12;
      color : #222222}

   .mesg {
      font-family : Arial;
      font-size : 10;
      color : #800000}

    table.tblmnu {
      margin:0; 
      padding:0; 
      border:0;
    }

    .tdMenuActive {
      background-image: url('images/MenubgActive.png');
      width: 100px;
      height: 20px;
      text-align: center;      }
      
   .menuActive {
      font-family : Arial;
      font-size : 12;
      font-weight : bold;
      text-decoration : none;
      color : white;
      outline-style: none;
      }
      
    .tdMenuInactive {
      background-image: url("images/MenubgInactive.png");
      width: 100px;
      height: 20px;
      text-align: center;}
     
     .menuInactive {
      font-family : Arial;
      font-size : 12;
      font-weight : bold;
      text-decoration : none;
      color : #222222;
      outline-style: none;
      }

   .symfont {
       font-family:wingdings; 
       font-size:18; 
       color:#800000;}

   .symfont_small {
       font-family:wingdings; 
       font-size:12;}

   .headingfont1 {
      font-family : Arial;
      font-size : 12;
      color : #800000}
   .headingfont2 {
      font-family : Arial;
      font-size : 12;
      color : black}

   .error {
      font-family : Arial;
      font-size : 12;
      color : red;}
      
    .iltablestyle {
      font-family : Arial;
      font-size : 12;
      color : black;
      margin:0; 
      padding:0;}   
      
    .fullwidth {
      width:100%;}

    table.tbllst {
      border-width: 1px;
      border-spacing: 0px;
      border-style: solid;
      font-family : Arial;
      font-size : 12;
      color : #222222;
    }
    table.tbllst th {
      border-width: 0px;
      padding: 3px;
      text-align: left;}
    table.tbllst td {
      border-width: 0px;
      padding: 3px;}
    table.tbllst tr:nth-child(odd) {
      background-color:WhiteSmoke;
    }
    table.tbllst tr:nth-child(even) {
      background-color:Gainsboro;
    }
    
    .crsPointer {
      cursor: pointer;}  

	.centerOnPage {
	   margin-left:auto;
	   margin-right:auto;}
	
	.contentbg {
	background-color: rgba(96,57,24,0.2);
	}
	
   .quipcorbtntxt {
      font-family : Arial;
      font-size : 12;
      color : #333333}
