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

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

.spacercolor{ background-color : #FFFFFF;}

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

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

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

/* inactive navigation-text */
.intd{
    font-family: Trebuchet MS, sans-serif;
    font-size: 12pt;
    font-weight : bold;
    color : #ffffff;
}
.intd a:link{color : #ffffff; text-decoration : none;}
.intd a:visited{color : #ffffff; text-decoration : none;}
.intd a:hover{color : #ffffff; text-decoration : none;}

/* inactive second tier navigation-text */
.intd2{
    font-family: Trebuchet MS, sans-serif;
    font-size: 10pt;
    font-weight : normal;
    color : #ffffff;
padding-left="10px"
}
.intd2 a:link{color : #ffffff; text-decoration : none;}
.intd2 a:visited{color : #ffffff; text-decoration : none;}
.intd2 a:hover{color : #ffffff; text-decoration : none;}

/* active navigation-text */
.antd{
    font-family: Trebuchet MS, sans-serif;
    font-size: 12pt;
    font-weight : bold;
    color : #000000;
}
.antd a:link{color : #000000; text-decoration : none;}
.antd a:visited{color : #000000; text-decoration : none;}
.antd a:hover{color : #000000; text-decoration : none;}

/* active second tier navigation-text */
.antd2{
    font-family: Trebuchet MS, sans-serif;
    font-size: 10pt;
    font-weight : normal;
    color : #000000;
padding-left="10px"
}
.antd2 a:link{color : #000000; text-decoration : none;}
.antd2 a:visited{color : #000000; text-decoration : none;}
.antd2 a:hover{color : #000000; text-decoration : none;}

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

/* additional inactive top navigation-text */
.tintd{
    font-family: Trebuchet MS, sans-serif;
    font-weight : normal;
    color : #000000;
}
.tintd a:link{color : #000000; text-decoration : none;}
.tintd a:visited{color : #000000; text-decoration : none;}
.tintd a:hover{color : #000000; text-decoration : none;}

/* additional active top navigation-text */
.tantd{
    font-family: Trebuchet MS, sans-serif;
    font-weight : normal;
    color : #000000;
}
.tantd a:link{color : #000000; text-decoration : none;}
.tantd a:visited{color : #000000; text-decoration : none;}
.tantd a:hover{color : #000000; text-decoration : none;}

/* 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: 10pt;
    color : #ff0000;
    font-weight : normal;
}

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

.box .headline{
    font-family: Arial, sans-serif;
    font-size: 10pt;
    color : #ffffff;
    background-color : #a01b20;
    font-weight : bold;
    padding : 5px 5px 5px 5px ;
    margin: 0px;
}

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

.box p{
    font-family: Arial, sans-serif;
    font-size: 9pt;
    color : #000000;
    padding : 10px 10px 0px 10px ;
    margin: 0px;
}

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

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

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

.bottomlink {font-family: Trebuchet MS, sans-serif; font-size:11pt; color: #999999; text-decoration: none;}
.bottomlink a:link {font-family: Trebuchet MS, sans-serif; font-size:11pt; color: #999999; text-decoration: none;}
.bottomlink a:hover {font-family: Trebuchet MS, sans-serif; font-size:11pt; color: #999999; text-decoration: none;}
.bottomlink a:visited {font-family: Trebuchet MS, sans-serif; font-size:11pt; color: #999999; text-decoration: none;}
hr {clear:both;}