﻿
.cssTableSimple_small
{
background:white;
border: solid 1px #E5E5E5;
border-collapse:collapse;
vertical-align:top;
Width:300px;
}

TABLE.cssTableSimple_small TH
{
padding: 2px;
color: darkgray;
text-align: left;
font-weight: normal;
}

TABLE.cssTableSimple_small TR
{

}

TABLE.cssTableSimple_small TD
{
padding: 2px;
color: gray;
}
