﻿body, html
{
    color: #000000;
    background-color: #ffffff;
    height: 100%;
    margin: auto;
}

body, html, td, span, li, input, textarea, button, select, option
{
    font: 12px Arial, Tahoma, Verdana, \5b8b\4f53, sans-serif;
    line-height: 1.5;
}

table.collapse
{
    border-collapse: collapse;
}

table.fixed
{
    table-layout: fixed;
}

li
{
    padding:6px auto;
}

th
{
    font-weight: normal;
}

a img
{
    border: 0px;
}

a:link, a:visited
{
    color: Blue;
    text-decoration: none;
}

a:hover, a:active
{
    color: Red;
    text-decoration: underline;
}

ol.offSet, ul.offSet
{
    position: relative;
    left: -10px;
    top: 10px;
}

.handCursor
{
    cursor: pointer;
}

.normalCursor
{
    cursor: default;
}

.highlight
{
    color: #ff4500;
}

.tip
{
    color: #888888;
}


.italic
{
	font-style: italic;
}

.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;
}

.repeatY
{
    background-repeat: repeat-y; 
}

.noWrap
{
    white-space: nowrap;
}

.f9
{
    font-size: 9px;
}

.webF
{
    font-family: Webdings;
}

.wingF
{
	font-family: Wingdings;
}

.hidden
{
     display: none;
     visibility: hidden;
}

.visible
{
     display: inline-block;
     visibility: visible;
}

@media screen
{
    .noScreen
    {
        display: none;
        visibility: hidden;
    }
    .noPrint
    {
        display: inline-block;
        visibility: visible;
    }
}


@media print
{
    .noScreen
    {
        display: inline-block;
        visibility: visible;
    }
    .noPrint
    {
        display: none;
        visibility: hidden;
    }
}
