﻿body {
}
.HiddenColumn
{
    display: none;
}

a:link {color: #ffffff; text-decoration: underline; }
a:active {color: #000000; text-decoration: underline; }
a:visited {color: #ffffff; text-decoration: underline; }
a:hover {color: #000000; text-decoration: none; }

a.blue:link {color: #0066cc;  font-weight: bold;}
a.blue:active {color: #000000;  font-weight: bold;}
a.blue:visited {color: #0066cc;  font-weight: bold;}
a.blue:hover {color: #0000ff;  font-weight: bolder;}

a.white:link {color: #ffffff;  font-weight: bold;}
a.white:active {color: #ffffff;  font-weight: bold;}
a.white:visited {color: #ffffff;  font-weight: bold;}
a.white:hover {color: #ffcc66;  font-weight: bolder;}

a.box:link {color: #f9b06a;  font-weight: bold;}
a.box:active {color: #f9b06a;  font-weight: bold;}
a.box:visited {color: #f9b06a;  font-weight: bold;}
a.box:hover {color: #ffcc66;  font-weight: bolder;}

a.boxlite:link {color: #f9b06a;  font-weight: normal;}
a.boxlite:active {color: #f9b06a;  font-weight: normal;}
a.boxlite:visited {color: #f9b06a;  font-weight: normal;}
a.boxlite:hover {color: #ffcc66;  font-weight: normal;}

a.black:link {color: #000000;  font-weight: normal;}
a.black:active {color: #000000;  font-weight: normal;}
a.black:visited {color: #000000;  font-weight: normal;}
a.black:hover {color: Gray;  font-weight: normal;}