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

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

.spacercolor{ background-color : #999999;}

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

/* horizontal line */
hr{
    color :  ; height: 1px; clear: both; border-width: 0px;
}

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

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

/* inactive navigation-text */
.intd{
    background-color :  ;
    font-family: Arial, sans-serif;
    font-size: 10pt;
    font-weight : normal;
    color : #666666;
}
.intd a:link{color : #666666; text-decoration : none;}
.intd a:visited{color : #666666; text-decoration : none;}
.intd a:hover{color : #666666; text-decoration : none;}

/* inactive second tier navigation-text */
.intd2{
    background-color :  ;
    font-family: Arial, sans-serif;
    font-size: 9pt;
    font-weight : normal;
    color : #666666;
}
.intd2 a:link{color : #666666; text-decoration : none;}
.intd2 a:visited{color : #666666; text-decoration : none;}
.intd2 a:hover{color : #666666; text-decoration : none;}

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

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

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

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

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

.box .headline{
    font-family: Arial, sans-serif;
    font-size: px;
    color :  ;
    background-color :  ;
    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 : #CCCCCC;
    text-decoration : underline;
}
A:visited{
    font-size: 100%;
    color : #CCCCCC;
    text-decoration : underline;
}
A:hover{
    font-size: 100%;
    color : #CCCCCC;
    text-decoration : underline;
}

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

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

h1 {border-bottom: #666666 1px solid;}