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

/* head text */
.headtext{
    text-align: right;
    font-family: Verdana, helvetica, sans-serif;
    font-size: 30px;
    margin : 20px 90px 20px 0px ;
    font-weight : normal;
}

.spacercolor{ background-color : #FFFFFF;}

/* headline */
h1{
    font-family: Verdana, helvetica, sans-serif;
    font-size: 14pt;
    color : #688da8;
    margin : 0px 0px 10px 20px ;
    font-weight : bold;
}

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

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

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

/* inactive second tier navigation-text */
.intd2{
    font-family: Verdana, helvetica, sans-serif;
    font-size: 9pt;
    font-weight : bold;
    color : #000066;
}
.intd2 a:link{color : #000066; text-decoration : none;}
.intd2 a:visited{color : #000066; text-decoration : none;}
.intd2 a:hover{color : #000066; text-decoration : underline;}

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

/* active second tier navigation-text */
.antd2{
    font-family: Arial, helvetica, sans-serif;
    font-size: 9pt;
    font-weight : bold;
    color : #688da8;
}
.antd2 a:link{color : #688da8; text-decoration : none;}
.antd2 a:visited{color : #688da8; text-decoration : none;}
.antd2 a:hover{color : #688da8; text-decoration : none;}

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

/* breadcrumb */
.bc{
    font-family: Verdana, helvetica, sans-serif;
    font-size: 8pt;
    color : Black;
    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: 150;
    font-family: Arial, helvetica, sans-serif;
    font-size: 80%;
    border-color: Blue;
    border-style: solid;
    border-width: 0;
    font-weight : normal;
    padding : 3;
}

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

.box hr{
    color: Blue;
    border-width: 0px;
    height: 1px;
}

.box p{
    margin-bottom : 2px
}

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

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

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

