﻿body
{
    font-size: 12px;
    color: #000000;
    font-family: "Arial";
}
.modalBackground
{
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}
.modalPop
{
    background-color:#ffffdd;
}
.INPUT
{
    border:1px solid #c0c0c0;
    font-size: 12px;
    color: #000000;
    font-family: "Arial";
    background-color: #ffffff;
}
.INPUT:focus
{
border-color:#646464;
background-color:#ffffc0;
}
.test1{white-space:normal;}

.Menu td a   
{   
    width:100%;     
    display:block;   
    text-align: center;  
    /*background-color: #000000;*/
    color: white;    
}   

.level1
{
    color: White;
    /*background-color: Black;
    font-variant: small-caps;
    font-size: large;
    font-weight: bold;*/
}

.level2 td a
{
    color: Black;
    /*font-family: Gill Sans MT !important;
    font-size: medium;
    background-color: #939393;*/
}

/*.level2 a:hover 
{
    color:White;
    font-weight: bold;
    background-color: #284e98;
    border-color: #284e98;
}*/

.hoverstyle
{
    font-weight: bold;
    background-color: #ff9933;
}

/*
a:link {color: blue; text-decoration: none; }
a:visited {color: purple; text-decoration: none; }
a:hover {color: orange; text-decoration: underline; }
a:active {color: red; } */





