
h3 { font-size: 17px; }
h4 { font-size: 14px; }
sup { line-height: 70%; }
a { text-decoration: none; }
a, a:link, a:visited, a:active { color: #465E80; }
a:hover { text-decoration: underline; color: #96B9EE; }
p { margin: 0.7em 0; }
ul, ol { margin: 0.7em 0; padding: 0 0 0 2em; }
body, input, select, textarea, p, div { font-family: arial; font-size: 13px; line-height: 1.38; color: #000; }

ol > li > ol {list-style-type:lower-alpha}
ol > li > ol > li > ol {list-style-type:lower-roman}

ol.bracketed {
counter-reset: list;
margin: 0; }

ol.bracketed > li {
list-style: none;
position: relative; }

ol.bracketed > li:before {
counter-increment: list;
content: counter(list, lower-alpha) ") ";
position: absolute;
left: -1.4em; }