﻿table.gridPurple th
{
    border-bottom: solid 1px #723155;
    text-align:left;
}

table.gridPurple td
{
    border-bottom: solid 1px #723155;
}

table.gridLightBlue th
{
    border-bottom: solid 1px #7F8897;
    text-align:left;
}

table.gridLightBlue td
{
    border-bottom: solid 1px #7F8897;
}

table.gridDarkBlue th
{
    border-bottom: solid 1px #0D254F;
    text-align:left;
}

table.gridDarkBlue td
{
    border-bottom: solid 1px #0D254F;
}

a.gridLink
{
	color:#000000;
	text-decoration: none;	
}

a.gridLink:hover
{
	text-decoration: underline;	
}


