/* attributes for front portal */

body
{
    background: #ffffff; 
    background-repeat: no-repeat;
    color: #000000;
    font-family: helvetica, arial, sans-serif;
    font-size: 12pt;
    text-decoration: none;
    overflow: auto;
}

a:link
{ 
    text-decoration: none;
    color: gray;
}

a:visited
{
    text-decoration: none;
    color: gray;
}

a:hover
{
    text-decoration: none;
    background: #9c9c9c;
    color: #ffffff;
}

a:active
{
    text-decoration:none;
    color: black;
}

a.time:link
{
    text-decoration: none;
    color: black;
}

a.time:visited
{
    text-decoration: none;
    color: black;
}

a.time:hover
{
    text-decoration: none;
    background: #9c9c9c;
    color: #ffffff;
}

a.time:active
{
    text-decoration:none;
    color: gray;
}

tr
{
    font-family: helvetica, arial, sans-serif;
    font-size: 12pt;
    text-decoration: none;
}

td
{
    font-family: helvetica, arial, sans-serif;
    font-size: 12pt;
    text-decoration: none;
}


