/* BODY */

body {
    background-color:white;
    font-family:Verdana,sans-serif;
    font-style:normal;
    font-weight:normal;
    font-size: 100.1%;
    text-decoration:none;
     }

p {
text-align: justify;
}

h1 {

font-size:1.5em;
font-weight: bold;
margin-top: 2px;
margin-bottom: 24px;

}


h2 {

font-size:1.3em;
font-weight: bold;
margin-top: 2px;
margin-bottom: 10px;

}


h3 {

font-size:1.2em;
font-weight: bold;
margin-top: 2px;
margin-bottom: 6px;

}

h4 {

font-size:1.1em;
font-weight: bold;
margin-top: 2px;
margin-bottom: 4px;

}

.jtext {
text-align: justify;
font-size:0.9em;

}

.dtext {
text-align: justify;
font-size:0.85em;
}

/* Layer */

#menu_layer {
    width:200px;
    height:700px;
    position:absolute; left:10px; top:120px;
    z-index:1;
}

#header_layer {
    width:1020px;
    height:110px;
    position:absolute; left:10px; top:10px;
    z-index:1;
}

#content_layer {
    width:800px;
    height:587px;
    position:absolute; left:211px; top:120px;
    z-index:1;
}


.thinbordertable {
border-style:solid;
border-width:1px;
border-color:black;
}

.thinbordertable td {
border-style:solid;
border-width:1px;
border-color:grey;
padding:4px;
}

.thinbordertable2 {
border-style:solid;
border-width:1px;
border-color:grey;
padding:0px;
margin:0px;
border-spacing:0px;
}

.thinbordertable2 td {
border-style:solid;
border-width:1px;
border-color:silver;
margin:0px;
padding:6px;
}

.thinbordertable2 th {
background-color:#F1F1F1;
border-style:solid;
border-width:1px;
border-color:silver;
margin:0px;
padding:6px;
}

/* Links */

a {
    text-decoration:none;
    font-weight:bold;

 }

a:link    { color:#3020a0;}
a:visited { color:#303060;}
a:hover   { color:#BC100E;}
a:active  { color:#CC100E;}

a.menu_link {
    text-decoration:none;
    font-weight:bold;
    font-size: 1.3em;
}

a.menu_link:link    { color:#000020;}
a.menu_link:visited { color:#000025;}
a.menu_link:hover   { color:#DC201E;}
a.menu_link:active  { color:#FC302E;}



