﻿        a
        {   
            color: blue;
            font-weight: normal;
            font-size: 10pt;
            font-style: normal;
            border:==none;}
            
        a:hover
        {
            color: red;
            font-weight: normal;
            font-size: 10pt;
            font-style: normal;
            border: ==none;}
        
        .over
        {
            border-style: solid;
            border: ==none;border-width:thin;border-color:silver;font-weight:bold;font-size:10pt;font-family:Arial;color:red;}
        
        .out
        {
            border-style: solid;
            border: ==none;border-width:thin;border-color:navy;font-weight:bold;font-size:10pt;font-family:Arial;color:yellow;}
        
        .menu
        {
            font-weight: bold;
            font-size: 10pt;
            font-family: Arial;
            font-style: normal;
            background: navy;
            color: yellow; 
            cursor:hand; 
            vertical-align:middle;          
        }
        
        .menuover
        {
            font-weight: bold;
            font-size: 10pt;
            font-family: Arial;
            font-style: normal;
            background: navy;
            color: red;
            cursor:hand;
            margin-top:2px;
            vertical-align:baseline
        }
        
        .telestyle
        {
            position: absolute;
            visibility: visible;
            font-size: 9pt;
            font-family: MS Sans Serif, Arial;
            font-weight: bold;
            font-style: normal;
            color: navy;
            top: 21px;
            left: 430px;
            height: 15px;
            width: 400px;
            filter: alpha(opacity=100);
        }
        
        .Main
        {
            font-size: 10pt;
            font-family: Arial;
            font-weight: normal;
            font-style: normal;
            color: navy;
        }

        #navMenu
        {
            position: absolute;
            left: 18;
            top: 25;
            z-index: 2;
        }
        #navCold
        {
            position: absolute;
            left: 18;
            top: 25;
            z-index: 2;
        }
        #navHot
        {
            position: absolute;
            left: 18;
            top: 25;
            visibility: hidden;
            z-index: 2;
        }

