table.fixedLayout
{
    table-layout:fixed;
}
th.whiteText
{
    color:White;
}
th.leftAlignText
{
    text-align:left;
}
th.width50
{
    width:50px;
}
th.width75
{
    width:75px;
}
th.width175
{
    width:175px;
}
td.breakWord
{
    word-wrap:break-word;
}