

body {
    background: #fff;
    color: #000;
}



a:link {
    color: #83220F;
}
a:visited {
    color: #067;
}
a:hover, a:active, a:focus {
    color: #000;
}



#logo {
    background: #067;
}



#intro {
    background-color: #c1dce3;
}
#intro h1 {
    color: #034;
}
#intro p {
    color: #034;
}
#intro a:link, #intro a:visited {
    color: #067;
}
#intro a:hover, #intro a:active {
    color: #000;
}



#signature {
    border-top: 1px dotted #999;
}
#signature p {
    color: #83220F;
}
#signature a:link {
    color: #000;
}
#signature a:visited {
    color: #000;
}
#signature a:hover, #signature a:active {
    color: #83220F;
}
#signature a.icon:link, #signature a.icon:visited {
    background: #fff;
}
#signature a.icon:hover, #signature a.icon:focus, #signature a.icon:active {
    background: #83220F;
}


/* Teaser */
#teaser {
    background: #eee;
}
#teaser h2 {
    background: #999;
    color: #fff;
}
#teaser .border {
    border: 1px solid #999;
}
#teaser form {
}



#study {
}
#study h2 {
}
#study p {
    background-image: url(data/link_teaser.gif);
    background-position: left 2px;
    background-repeat: no-repeat;
}
#study a {
    text-decoration: none;
}
#study a.gfx {
    background-image: none;
}

#study a:link, #study a:visited {
    color: #83220F;
}
#study a:hover, #study a:active, #study a:focus {
    text-decoration: underline;
}
#study img.border {
    border: 1px solid #ccc;
}

#study ul {
list-style-image:url(data/arrow-right.gif);
}

#bodytext a.startnews {
    background-image: url(data/link_news.gif);
    background-position: left;
    background-repeat: no-repeat;
}




#services li {
    color: #666;
}
#services a:link {
    color: #666;
}
#services a:visited {
    color: #033;
}
#services a:hover, #services a:focus, #services a:active {
    color: #067;
}



#globalnav li.level1 {
    background-image: url(data/bullet01.gif);
    background-repeat: no-repeat;
    background-position: 16px center;
    border-bottom: 1px dotted #fff;
}
#globalnav li.level1 a {
}
#globalnav li.level1 a:link {
    color: #c1dce3;
}
#globalnav li.level1 a:visited {
    color: #cff;
}
#globalnav li.level1 a:hover, #globalnav li.level1 a:focus, #globalnav li.level1 a:active {
    color: #fff;
}



