﻿table.collapse
{
	border-collapse:collapse;
}

table.fixed
{
    table-layout: fixed;
}

th
{
    font-weight:normal;
}

a img
{
    border:0px;
}


a:link, a:visited
{
    color: blue;  /* #538ccd */
    text-decoration: none;
}

a:hover, a:active
{
    color: Red;
    text-decoration: underline;
}

.handCursor
{
    cursor: pointer;
}

.normalCursor
{
    cursor: default;
}

.Tip, a:link.Tip, a:visited.Tip
{
    color: Gray;
    text-decoration: none;
}

a:hover.Tip, a:active.Tip
{
    color: Red;
    text-decoration: underline;
}

.lFloat
{
    float: left;
}

.rFloat
{
    float: right;
}

.vTop
{
    vertical-align: text-top
}

.vMiddle
{
    vertical-align: middle;
}

.vBottom
{
    vertical-align: text-bottom;
}

.repeatX
{
    background-repeat: repeat-x; 
}

.hCenter
{
    text-align: center;
}

.hRight
{
    text-align: right;
}

.repeatY
{
    background-repeat: repeat-y; 
}

.noWrap
{
    white-space: nowrap;
}

.f9
{
    font-size: 9px;
}


.f12
{
    font-size: 12px;
}

.f14
{
    font-size: 14px;
}

.webF
{
    font-family: Webdings;
}

@media screen
{
    .noScreen
    {
        display: none;
        visibility: hidden;
    }
    .noPrint
    {
        display: table;
        visibility: visible;
    }
}


@media print
{
    .noScreen
    {
        display: table;
        visibility: visible;
    }
    .noPrint
    {
        display: none;
        visibility: hidden;
    }
}
