html, body {background-color: #fff; font-size: 10pt}
* {color: #000; font-family: Caslon,'helvetica neue',arial,verdana,sans-serif}
fieldset {border: none}
a {color: #000; text-decoration: none}
img {border: none}
ul li {list-style-type: square}

#page {padding: 5pt 10pt 0 10pt;}

/* Headers
---------------------- */
h1, h1 * {font-size: 18pt; color: #c73832;}
h1 {border-bottom: dotted 1px #c73832; padding-bottom: 4pt; margin-bottom: 28pt;}
h2 {font-size: 15pt; color: #003674; margin-top: 20pt;}
h3 {font-size: 13pt}
h4 {font-size: 12pt; color: #333}
h5 {font-size: 11pt; color: #666}
h6 {font-size: 11pt; color: #999}

/* Content
---------------------- */
table caption {padding-bottom: 5pt; font-weight: bold; text-align: left}
table {border-style: solid; border-width: 1pt 0 0 1pt; border-color: #666; border-collapse: collapse}
td, th {padding: 3px; border-width: 0 1pt 1pt 0; border-style: solid; border-color: #666}
.legend {font-size: 9pt; color: #222; font-style: italic;}
.legend * {color: #333;}

/* Separator
---------------------- */
.separator {display: block; margin: 10pt 0; height: 1pt; border-bottom: dotted 1px #999;}

/* Hide
---------------------- */
.eof {display: none}
