
table.office	{
	border: 0;
	table-layout:fixed;
	text-align: left;
	margin-left: 5px;
	}

table.cma     {
        color: #000000;
        width: 50%;
        border: 0;
        border-collapse: collapse;
        font-size: 85%;
        border-top:     1px solid;
        border-bottom:  1px solid;
        border-left:    1px solid;
        border-right:   1px solid;
}

table.sss     {
	color: #000000;
        width: 100%;
        border: 0;
        border-collapse: collapse;
        font-size: 85%;
        border-top:     1px solid;
        border-bottom:  1px solid;
        border-left:    1px solid;
        border-right:   1px solid;
}

tr.row1 td {
        height: 20px;
        background: #adadad;
        }
tr.row2 td {
        height: 20px;
        background: #9e9e9e;
        }

