
html{
height: 100%;
border: 0;
padding: 0;
margin: 0;
}

body
{
        margin: 0;
        padding: 0;
        line-height: 1.2em;
}

div#all {
        margin: 0;
        width: 100%;
        padding: 0;
        background-color: white;
        padding-bottom: 60px;
		  max-height: 100%;
}


div#content
{
        margin-left: 4em;
        margin-right:16em;
        margin-bottom:0;
        margin-top:0;
}
div#footer
{
        margin-bottom:0;
        width: 100%;
        height: 60px;
        clear: both;
}
div#menu
{
        width: 14em;
        float: right;
        margin-right: 1em;
        margin-top: 5em;
}
table.menu
{
        height: 14em;
        width: 10em;
        padding: 0.1em;
        border-width: 1px;
        font-size: 1.2em;
        font-family: "Courier","OCR A Extended";
}
hr
{
        height: 1px;
        color: Black;
        background-color: Black;
        border: 0;
        width: 100%;
}
div.hr1
{
        height: 1px;
        border: 0;
        width: 100%;
        background-color: black;
        //background-color: white;
        //background-image: url("../images/hr.gif");
        //background-repeat: repeat-x;
        position: absolute;
        top: 40;
        left: 0;
}

div.hr2
{
        height: 1px;
        border: 0;
        width: 100%;
        background-color: black;
        //background-color: white;
        //background-image: url("../images/hr.gif");
        //background-repeat: repeat-x;
        margin-bottom: 10;
        margin-top: 0;
        margin-right: 0;
        margin-left: 0;
}
A:ACTIVE, A:HOVER
{
        color : black;
        text-decoration : none;
}

A {

        color: #5151aa;
        text-decoration : none;
}

H1, H2, H3, H4, H5, H6
{
        text-align : right;
        font-weight : bolder;
        font-style : italic;
        font-family : Arial;
}

H2
{
        font-size: 16px;
}
input.button
{
        width: 100px;
        text-align : center;
        vertical-align : middle;
        color : black;
        background-color : #E5E5E5;
}

td.menutd
 {
        width: 100%;
        text-align: center;
        vertical-align: middle;
        height: 25px;
        color: #E5E5E5;
        text-decoration: none;
        background-color: #E5E5E5;
}
div.title1
{
        background-color: #8d8d8d;
        font-style: italic;
        font-family: Times New Roman;
        height: 20px;
        width: 100%;
        margin: 0;
        text-align: right;
        font-size: 18px;
        position: absolute;
        top: 0;
        right: 0;
}
div.title2{
        background-color: #8d8d8d;
        font-style : italic;
        font-family : Times New Roman;
        height: 20px;
        width: 100%;
        margin: 0;
        text-align: right;
        font-size: 18px;
}
div.logo
{
        background-image: url('../images/468.jpg');
        width: 468px;
        height: 60px;
        margin: 0;
        background-repeat: no-repeat;
        background-color: black;
        position: absolute;
        top: 0;
        left: 0;
}
div.logo_en
{
        background-image: url('../images/468_en.jpg');
        width: 468px;
        height: 60px;
        margin: 0;
        background-repeat: no-repeat;
        background-color: black;
        position: absolute;
        top: 0;
        left: 0;
}

div.wup
{
        font-weight: bold;
        background-color: #C3C3C3;
        font-size: 14px;
        height: auto;
        padding: 0.3em;
        margin-top:1em;
}

h1.wup
{
        background-color: #C3C3C3;
        font-size: 14px;
        height: auto;
        padding: 0.3em;
        margin-top:1em;
        
        text-align : left;
        font-weight : bold;
        font-style : normal;
        font-family: "Courier","OCR A Extended";
        color: red;

}
div.wdown
{
        background-color : #E5E5E5;
        font-size : 14px;
        height: auto;
        padding: 0.3em;
        margin-top:0.5em;

}
tr.r1
{
        background-color: #C3C3C3;
}

tr.r2
{
        background-color : #E5E5E5;

}


table, td, div {
        font-size: 0.9em;
        font-family: "Courier","OCR A Extended", ;
        margin: 0;
        padding: 0;
        //line-height: 1.2em;
}

.error
{
        background-color: Red;
        width : 100%;
        margin-bottom: 3px;
        margin-left: 3px;
        margin-right: 3px;
        margin-top: 3px;
}

