﻿body
{
    background-color:White;
    font-family:Arial;
    font-size:9pt;
}

.TD_Menu
{
    text-align:center;
    border-bottom:1px solid black;
    height:20px;
}

.TD_Menu:hover
{
    text-align:center;
    border:1px solid black;
    height:20px;
}

.Header
{
    font-family:GungsuhChe,Arial;
    font-size:32pt;
    font-weight:bold;
    
}

a:link
{
    color:Black;
    text-decoration:none;
    font-size:8pt;
}

a:visited
{
    color:Black;
    text-decoration:none;
    font-size:8pt;
}

a:hover
{
    color:gray;
    text-decoration:none;
    font-size:8pt;
}

.posterHeader
{
    font-family:Calibri,Arial;
    font-size:18pt;
    font-weight:bold;
}

.posterHeader_Small
{
    font-family:Calibri,Arial;
    font-size:11pt;
    font-weight:bold;
}

 .modalBackground {
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
 }

td.ModalRightColumn
{
    width:460px;
   text-align:left;
}

td.ModalLeftColumn
{
    width:120px;
    text-align:right;
}

.WaterMark
{
    color:#909090;
}

.Hide
{
    display:none;
}