        .table
        {
            border-collapse: collapse;
            margin: 0 auto;
            text-align: center;
        }
        .table td, table th
        {
            border: 1px solid #04619C;
            color: #666;
            height: 30px;
        }
		onmouseover="this.style.backgroundColor='#E6F7FE';" onmouseout="this.style.backgroundColor='#C3EAFF';"
		
        .table thead th
        {
            background-color: #04619C;
            width: 100px;
        }
        .table tr:nth-child(odd)
        {
            background: #fff;
        }
        .table tr:nth-child(even)
        {
            background: #C8E8F5;
        }