							/*************** table ******************/
							
table
{
border-collapse:collapse;
}
							
.tablePinkHeader
{
background-color:#bd577e;
color:white;
text-align:center;
}

.tableGreyBorder
{
border-color:#b8b8b8;
border-width:1px;
border-style:solid;
}

.tableGreyLine
{
background-color:#f3f3f3;
}

.tableWhiteLine
{
background-color:white;
}
