body{
     background: #A8A8A8;
     margin:0;
     padding:0;
	 font-family: arial, sans-serif;
	 font-size:11px;
        }
.button {
           font-family: Arial;
           font-size: 85%;
           font-weight: bold;
           color: rgb(38, 99, 162);
           background-color: rgb(226, 222, 223);
          
         }
input.text {
            font-family: Arial;
           color: rgb(38, 99, 162);
           background-color: rgb(226, 222, 223);
            font-size: 85%;
         }


 .item1 {
     margin:10px 10px 0 10px;
	 line-height:16px;
	 color:#2E3C55;
	 max-width:525px;
}

 th{
     background: #C0C0C0;
	
	}

 table {
	 background: #C0C0C0;
	 font-size: 10px;
	 font-family: arial;
	 color: black;
}
td{
        background: #D8D8D8;
       text-align: center;
	color: black;
}

 .HdrData {
       text-align: left;
}

