body {
 padding: 2em 1em 2em 70px;
 margin: 0;
 font-family: sans-serif;
 color: #000000;
 background: white;
 background-position: top left;
 background-attachment: fixed;
 background-repeat: no-repeat;
 font-size: medium;
 line-height: 110%;
}

:link {
 color: #00C;
 background: transparent;
}
:visited { color: #609; background: transparent }
a:active { color: #C00; background: transparent }

dfn { font-style: italic; font-weight: bold }

a:visited img { border-style: none } 

a:link img { border-style: none } /* no border on img links */

a img { color: white; }    /* trick to hide the border in Netscape 4 */
@media all {          /* hide the next rule from Netscape 4 */
 a img { color: inherit; }  /* undo the color change above */
}

td { /* ns 4 */
 font-family: sans-serif;
}

th { /* ns 4 */
 font-family: sans-serif;
}

h6 { text-align: left }

h5 { text-align: left }

h4 { text-align: left }

h3 { text-align: left }

h2 { text-align: left }

h1 { text-align: left }
h5 { color: #005A9C; background: white }
h4 { color: #005A9C; background: white }
h3 { color: #005A9C; background: white }
h2 { color: #005A9C; background: white }
h1 { color: #005A9C; background: white }
h1 { font: 170% sans-serif }
h2 { font: 140% sans-serif }
h3 { font: 120% sans-serif }
h4 { font: italic 110% sans-serif }
h5 { font: italic 100% sans-serif }
h6 { font: small-caps 80% sans-serif }

.hide { display: none }

div.image{
	align: center;
	text-align: center;	
}

div.head {
 margin-bottom: 1em;
 margin: 0 0 0 0;
}
div.head h1 {
 margin-top: 1em;
 clear: both;
}
div.head table {
 margin-left: 2em;
 margin-top: 2em
}

p.copyright { font-size: small }
p.copyright small { font-size: small }

@media screen { /* hide from IE3 */
a[href]:hover { background: #ffa }
}

pre { margin-left: 2em }
/*
p {
 margin-top: 0.6em;
 margin-bottom: 0.6em;
}
*/
dd { margin-top: 0; margin-bottom: 0 } 
dt { margin-top: 0; margin-bottom: 0 } /* opera 3.50 */
dt { font-weight: bold }

code { font-family: monospace } 

pre { font-family: monospace } /* navigator 4 requires this */

ol.toc {
 list-style: disc;  /* Mac NS has problem with 'none' */
 list-style: none;
}

ul.toc {
 list-style: disc;  /* Mac NS has problem with 'none' */
 list-style: none;
}

@media aural { 
 h3 { stress: 20; richness: 90 }
 h2 { stress: 20; richness: 90 }
 h1 { stress: 20; richness: 90 }
 .hide { speak: none }
 p.copyright { volume: x-soft; speech-rate: x-fast }
 dt { pause-before: 20% }
 pre { speak-punctuation: code } 
}

/* ====================== ORE STYLES ========================= */

/* Styles for OAI-ORE logo and header text */
.ORElogo-name {
 vertical-align: top;
}
.OREtext {
 font-size: 175%;
 font-weight: 400;
 vertical-align: top;
 line-height: 120%;
 padding-left: 1em;
 padding-right: 1em;
}
.OAIlogo {
 float: left;
 margin-top: 6px;
 margin-right: 12px;
}
/* pad to 70 pixels high from 56 = 7 top and bottom */
.ORElogo {
 float: left;
 margin-top: 13px;
 margin-bottom: 7px;
 margin-left: 12px;
 margin-right: 20px;
}
#ore-logo {
 width: 100px;
 height: 100px;
 float: none;
 clear: none;
}
table.layout {
 empty-cells: show;
 border-collapse: collapse;
}
table.layout td {
 border: none;
}


/* ORE documents title block under header */
.titleBlock {
 clear: both;
}
.title {
 font-size: x-large;
 font-weight: 500;
 margin-bottom: 0ex;
}
.subTitle {
 font-size: medium;
 font-weight: 300;
 margin-top: 0.2ex;
}


code {
 font-family: monospace;
}

div.constraint, div.issue, div.note, div.notice {
 margin-left: 2em;
}
dt.label {
 display: run-in;
}
.diff-chg {
 background-color: yellow;
}
.diff-del {
 background-color: red;
 text-decoration: line-through;
}
.diff-add {
 background-color: lime;
}
dl.EditorsContributors dd dt {
 font-weight: 600;
 font-style: italic;
}

.code {
 font-family: monospace;
 font-size: small;
}
dfn {
 font-style: italic;
 font-weight: bold;
}
ol.enumar {
 list-style-type: decimal;
}
ol.enumla {
 list-style-type: lower-alpha;
}
ol.enumlr {
 list-style-type: lower-roman;
}
ol.enumua {
 list-style-type: upper-alpha;
}
ol.enumur {
 list-style-type: upper-roman;
}
dt.label {
 display: run-in;
}
li, p {
 margin-top: 0.3em;
 margin-bottom: 0.8em;
}
.diff-chg {
 background-color: yellow;
}
.diff-del {
 background-color: red;
 text-decoration: line-through;
}
.diff-add {
 background-color: lime;
}

/* Default table layout */
table {
 empty-cells: show;
 border-collapse: collapse;
 margin-bottom: .5ex;
}
table caption {
 font-weight: normal;
 font-style: italic;
 text-align: left;
 margin-top: 1.5ex;
 margin-bottom: .5ex;
}
table th {
 padding: 3px;
 border: 2px solid #000000;
 text-align: center;
 font-weight: bold;
}
table td {
 padding: 5px;
 border: 2px solid #000000;
 text-align: left;
}

