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

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

.spacercolor{ background-color : #FFFFFF;}

/* headline */
h1{
    font-family: Arial, sans-serif;
    font-size: 15pt;
    color : #000080;
    margin : 20px 0px 10px 10px ;
    padding : 0px 0px 0px 0px ;
    font-weight : bold;
}

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

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

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

/* inactive navigation-text */
.intd{
    background-color : #b5ccfe;
    font-family: Arial, sans-serif;
    font-size: 8pt;
    font-weight : bold;
    color : #333333;
}
.intd a:link{color : #333333; text-decoration : none;}
.intd a:visited{color : #333333; text-decoration : none;}
.intd a:hover{color : #333333; text-decoration : underline;}

/* inactive second tier navigation-text */
.intd2{
    font-family: Arial, sans-serif;
    font-size: px;
    font-weight : normal;
}

/* active navigation-text */
.antd{
    background-color : #b5ccfe;
    font-family: Arial, sans-serif;
    font-size: 8pt;
    font-weight : bold;
    color : #cc0000;
}
.antd a:link{color : #cc0000; text-decoration : none;}
.antd a:visited{color : #cc0000; text-decoration : none;}
.antd a:hover{color : #cc0000; text-decoration : none;}

/* active second tier navigation-text */
.antd2{
    font-family: Arial, sans-serif;
    font-size: px;
    font-weight : normal;
}

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

/* additional inactive top navigation-text */
.tintd{
    font-family: Arial, sans-serif;
    font-weight : normal;
}

/* additional active top navigation-text */
.tantd{
    font-family: Arial, sans-serif;
    font-weight : normal;
}

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

/* error message */
.error{
    font-family: Arial, 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, sans-serif;
    font-size: px;
    border-color: Blue;
    border-style: solid;
    font-weight : normal;
}

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

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

.box p{
    font-family: Arial, sans-serif;
    font-size: px;
    padding : 0px 0px 0px 0px ;
    margin: 0px;
}

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

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

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

