a:link 
{
    color: #000099;
    text-decoration:none;
}
a:visited
{
    color: #000099;
    text-decoration:none;
}
a:hover 
{
    color: #000099;
    text-decoration:underline;
}
a:active
{
    color: #000099;
    text-decoration:none;
}

.ContentPlaceHolder1
{
  font-family:Arial; 
  font-size:14px; 
  padding:6px;
}

.ContentPlaceHolder1 td
{
  font-family:Arial; 
  font-size:14px; 
}

.FooterText
{
  color:white;
  font-family:Arial; 
  font-size:12px; 
  padding:3px;
}
.FooterText a
{
  color:white;
  font-family:Arial; 
  font-size:12px; 
  padding:3px;
}
.SimpleTableBorder
{
    border:1px;
    border-style:solid;
    border-color:Black;
}
.SimpleTableBorder td
{
    text-align:center;
    font-weight:bold;
}
.SimpleTableBorder2
{
    border:1px;
    border-style:solid;
    border-color:Black;
}
.SimpleTableBorder2 td
{
    text-align:center;
}
.TitleCell
{
    background-color:#5D7B9D;
    color:#FFFFFF;
    font-weight:bold;
    text-align:center;
}
.Type1Cell
{
    background-color:#F0F0F0;
    text-align:center;
}

.GoodResponse
{
    background-color:#008000;
    color:#FFFFFF;
    text-align:center;
    margin-bottom:2px;
}

.WarningResponse
{
    background-color:#0037AA;
    color:#FFFFFF;
    text-align:center;
    margin-bottom:2px;
}

.ErrorResponse
{
    background-color:#990000;
    color:#FFFFFF;
    text-align:center;
    margin-bottom:2px;
}
