/* body */
body{
    background-color : #E9E9E9;
    background-repeat : repeat;
    font-family: Verdana, helvetica, sans-serif;
    font-size: 10pt;
    color : #999999;
    font-weight : normal;
    margin : 20px 10px 20px 10px ;
}

/* head text */
.headtext{
    text-align: left;
    font-family: Arial, helvetica, sans-serif;
    font-size: px;
    margin : 0px 0px 0px 0px ;
    font-weight : normal;
}

.spacercolor{ background-color : #E9E9E9;}

/* headline */
h1{
    font-family: Verdana, helvetica, sans-serif;
    font-size: 12pt;
    color : #797979;
    margin : 10px 10px 10px 10px ;
    font-weight : bold;
}

/* horizontal line */
hr{
    color : #E9E9E9; height: 1px; clear: both
}

/* text */
td {
    font-family: Verdana, helvetica, sans-serif;
    font-size: 10pt;
    color : #999999;
    font-weight : normal;
}

/* div text areas */
.divtextarea {
    margin : 10px 10px 10px 10px ;
}

/* inactive navigation-text */
.intd{
    background-color : #E9E9E9;
    font-family: Verdana, helvetica, sans-serif;
    font-size: 10pt;
    font-weight : bold;
    color : #999999;
}
.intd a:link{color : #999999; text-decoration : none;}
.intd a:visited{color : #999999; text-decoration : none;}
.intd a:hover{color : #999999; text-decoration : underline;}

/* active navigation-text */
.antd{
    background-color : #E9E9E9;
    font-family: Verdana, helvetica, sans-serif;
    font-size: 10pt;
    font-weight : bold;
    color : #797979;
}
.antd a:link{color : #797979; text-decoration : none;}
.antd a:visited{color : #797979; text-decoration : none;}
.antd a:hover{color : #797979; text-decoration : underline;}

/* top navigation-text */
.tntd{
    background-color : #E9E9E9;
    font-family: Arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight : bold;
}
.tntd a:link{color : #999999; text-decoration : underline;}
.tntd a:visited{color : #999999; text-decoration : underline;}
.tntd a:hover{color : #999999; text-decoration : underline;}

/* breadcrumb */
.bc{
    font-family: Arial, helvetica, sans-serif;
    font-size: 8pt;
    color : #797979;
    font-weight : normal;
}

/* error message */
.error{
    font-family: Arial, helvetica, sans-serif;
    font-size: --;
    font-weight : normal;
}

/* info box */
.box{
    float: none;
    margin-right: 10; margin-left: 10;  margin-top: 10; margin-bottom: 0; width: 180;
    font-family: Arial, helvetica, sans-serif;
    font-size: 9pt;
    border-color: #999999;
    border-style: solid;
    border-width: 0;
    font-weight : normal;
    padding : 3;
}

.box .headline{
    font-family: Arial, helvetica, sans-serif;
    font-size: 9pt;
    font-weight : bold;
    margin: 0px 0px 5px 0px;
}

.box hr{
    border-color: #999999;
    border-style: solid;
    height: 0;
}

.box p{
    margin-bottom : 5px
}

/* link */
A:link{
    font-size: 100%;
    color : #000000;
    text-decoration : underline;
}
A:visited{
    font-size: 100%;
    color : #000000;
    text-decoration : underline;
}
A:hover{
    font-size: 100%;
    color : #000000;
    text-decoration : underline;
}

li{
    margin-top : 5px; margin-bottom: 5px;
}

/* body */
.hiddendiv{
    background-color : #E9E9E9;
    border-color : #E9E9E9;
    border-width : 5;
    border-style : solid;
}

.surrounding {background-color: #E9E9E9;}
.titleline {font-family: Comic Sans MS, arial, helvetica; font-size: 30pt;}
