html{
margin: 0px;
padding: 0px;
height: 100%;
min-height: 100%;
overflow: auto;
overflow-x: none;
overflow-y: scroll;
}
body{
margin: 0px;
padding: 0px;
height: 100%;
min-height: 100%;
background-color: white;
font-family: "Lucida Grande CE", "Tahoma", "lucida", sans-serif;
}
.box_top{display:none}
.box_main{
position: relative;
top: 0px;
left: 0px;
width: 100%;
}
.navigation{
position: relative;
margin: 0px 0px auto 0px;
width: 100%; /*95 per button*/
height: 33px;
}
.content{
position: relative;
margin: 25px 10px 0px;
text-align: justify;
}
.box_content{
position: relative;
margin: 0px 0px 0px 0px;
width: 100%;
}
.sidebar{
display:none;
}
.sidebar_bg{
display:none;
}
.content_footer{
display:none;
}
.yes{
position: relative;
width: 24px;
height: 24px;
background-image: url(/design/yes.gif);
background-repeat: no-repeat;
}
.no{
position: relative;
width: 24px;
height: 24px;
background-image: url(/design/no.gif);
background-repeat: no-repeat;
}
.default{
position: relative;
width: 24px;
height: 24px;
background-image: url(/design/default.png);
background-repeat: no-repeat;
}
.lang{
position: absolute;
top: 190px;
right: 5px;
width: auto;
height: 15px;
}
.lang_icon{
float: right;
margin: 1px;
width: 19px;
height: 12px;
}
.skin{
position: absolute;
top: 5px;
right: 5px;
width: auto;
height: 15px;
}
.skin_icon{
margin: 0px 2px;
float: right;
width: 13px;
height: 13px;
border: 1px solid black;}

.footnotes{
font-family: 'Courier New', monospace;
font-size: 10px;
color: #656666; 
}