﻿/* This StyleSheet contains custom styles for this project */


.WaproTblStyle
{
    background-color: Transparent;
}
.blue
{
    color: Blue;
}
.blue-bold
{
    color: Blue;
    font-weight: bold;
}
.red
{
    color: Red;
}
.red-bold
{
    color: Red;
    font-weight: bold;
}
.bold
{
    font-weight: bold;
}