﻿
body 
{
    
    font-family: Arial;
    font-size:small;
    color:Black
    
}

a
{
    color: Black;
    font-weight:bold;
    text-decoration:none
}


.hyperlink
{
    color: Black;
    font-weight:normal;
    text-decoration:none
}

.tableBorderOutline 
{
    border: solid 1px DarkGray;
     border-collapse: collapse
}

.cellBorderOutline
{
    border: solid 1px DarkGray
}

.gridHeaderText
{
         text-align:center;
         font-weight: bold
}

.messages
{
    text-align: center;
    font-weight:bold 
}

.textCenter
{
    text-align:center
}


