 html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none
   }

body
{
    height:100%;
	color:#000000;
    font-family: "Trebuchet MS", tahoma, "Bitstream Vera Sans" , verdana , "Helvetica" , sans-serif, sans;
    font-size: 11px;
    font-style: normal;
}

a
{
    text-decoration: none;
    color: #BC262C;
}

a:hover
{
    text-decoration: underline;
    color: #BC262C;
}

a.menu
{
	font-size:12px;
	text-decoration: none;
    color: #ffffff;
	font-weight:bold;
}

a.menu:hover
{
    font-size:12px;
    color: #ffffff;
    font-weight:bold;
	text-decoration: underline;
}

a.footer
{
	font-size:10px;
	text-decoration: none;
    color: #1C395F;
	font-weight:bold;
}

a.footer:hover
{
    font-size:10px;
    color: #1C395F;
    font-weight:bold;
	text-decoration: underline;
}

.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: #ffffff;
    border-style: solid;
    border-width: 1px;
    background-color: #BC262C;
    border-color: #000000;
}

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;
}
