/* Default style for links */
a:active  { color: #0000CC}
a:hover   { color: #BACBE5}
a:link    { color: #51627C}
a:visited { color: #51627C}

/* Default style */
body {
    background-color:   #ffffff;
    font-family: 	SunSans, Arial, Verdana, Helvetica, sans-serif;
}

/* Use this style for footnote numbers */
span.Footnote {
    font-size:          small;
    vertical-align:     super;
}

/* Layout for chapter pages */
#header {
    background-color:   #ffffff;
}

#header-links {
    background-color:   #ffffff;
    color:              #C5D5A9;
    font-size:          16px;
}

#header-links a {
    text-decoration:	none;
}

#footer {

}

#copyright {
    font-size:          9px;
}

#toc.body {
    font-size:          11px;
}