 html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none
   }

a 
{
	font-size:12px;
    text-decoration: none;
    color: #000000;
    font-weight:bold;
}

a:hover
{
	font-size:12px;
    text-decoration: none;
    color: #000000;
    font-weight:bold;
}

a.menu
{
    font-size:12px;
    text-decoration: none;
    color: #ffffff;
   font-weight:bold;
}
.menu2
{
    font-size:12px;
    text-decoration: none;
    color: #ffffff;
    font-weight:bold;
}

a.menu:hover
{
    font-size:12px;
    color: #FF7500;
    font-weight:bold;
}
a.menu2
{
    font-size:11px;
    text-decoration: none;
}

a.menu2:hover
{
    font-size:11px;
    text-decoration: underline;
}

.internal
{
    font-family: tahoma, "Bitstream Vera Sans" , verdana, "Trebuchet MS" , "Helvetica" , sans-serif, sans;
    font-size: 11px;
    font-style: normal;
}

.inputField
{
    font-family: tahoma, "Bitstream Vera Sans" , verdana, "Trebuchet MS" , "Helvetica" , sans-serif, sans;
    font-size: 11px;
    color: #000000;
    border-style: solid;
    border-width: 1px;
    background-color: #ffffff;
    border-color: #000000;
}

.inputButton
{
    font-family: tahoma, "Bitstream Vera Sans" , verdana, "Trebuchet MS" , "Helvetica" , sans-serif, sans;
    font-size: 11px;
    color: #000000;
    border-style: solid;
    border-width: 1px;
    background-color: #66C6FF;
    border-color: #ffffff;
}

input
{
	border: 1px solid #000000;
	font-family: Verdana;
	font-size: 10px;
}
INPUT[type="radio"]
{
	border:0px;
}
INPUT[type="checkbox"]
{
	border:0px;
}

textarea
{
	border: 1px solid #000000;
	font-family: Verdana;
	font-size: 10px;
}

select
{
	font-family: Verdana;
	font-size: 10px;
}
#pop_up_window
{
    position: absolute;
    left: 10px;
    top: 10px;
    visibility: hidden;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    background-color: #ffffff;
}
#pop_up_window_2
{
    border: 1px solid #000000;
}
#pop_up_window_td
{
    color: #000000;
}
#dida_spc
{
    text-align: center;
    color: #000000;
    font-weight: bold;
}
#pop_up_window_td2
{
    color: #fff500;
    font-weight: bold;
    text-align: right;
}
#table_pop_up_window
{
    margin: 3px;
    border: 1px solid #000000;
    background-color: #000000;
}
#x_pop_up_window
{
    color: #ffffff;
    font-size: 12px;
}