/* body */
body{
    background-color : #6698FF;
    background-repeat : repeat;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color : #333333;
    font-weight : normal;
    margin : 20px 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 : #6698FF;}

/* h1 headline */
h1{
    font-family: Arial, sans-serif;
    font-size: 16px;
    color : #7D1B7E;
    margin : 0px 0px 0px 0px ;
    padding : 0px 0px 0px 0px ;
    font-weight : bold;
}

tr,td {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color : #333333;
    font-weight : normal;
}

/* div text areas */
.divtextarea {
    margin: 0px 0px 0px 0px ;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color : #333333;
    font-weight : normal;
}

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

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

/* active navigation-text */
.antd{
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight : bold;
    color : #0000A0;
}
.antd a:link{color : #0000A0; text-decoration : none;}
.antd a:visited{color : #0000A0; text-decoration : none;}
.antd a:hover{color : #0000A0; text-decoration : none;}

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

/* top navigation-text */
.tntd{
    font-family: Arial, sans-serif;
    font-size: 9px;
    font-weight : normal;
}
.tntd a:link{color : #000000; text-decoration : underline;}
.tntd a:visited{color : #000000; text-decoration : underline;}
.tntd a:hover{color : #000000; text-decoration : none;}

/* 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: 9px;
    font-weight : normal;
}

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

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

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

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

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

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

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

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

h2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:13px; font-weight: bold; color:#993300;}
