@charset "utf-8";
/* CSS Document */

body { font: 80% Arial, Helvetica, sans-serif; color: #000; background: transparent; }

h1, h2, h3, h4 { margin-bottom: .5em; }
h1 { font-size: 3em; }
h2 { font-size: 2em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.3em; font-weight: bold; }

p, ul, ol { margin-bottom: 1.5em; }
ul, ol { list-style: outside; }
ul { list-style-type: circle; margin-left: 1em; }
ol { list-style-type: decimal; margin-left: 1.5em; }

hr { background: #000; border: 0; margin-bottom: 2em; height: .5em; clear: both; }

/*img { display: none; }*/

#wrapper, #content, #footer, .col { width: 19cm; background: none; padding: 0; border: none; margin: auto; }

.globalnav, .mainnav, #key, #footer, #madeby { display: none; }

#logo { margin-bottom: 2em; }
#logo a img { border: none; }
#logo h1 { display: none; }


/* TABLE
----------------------------------------------------------------------------------------------------  */
table { width: 100%; margin-bottom: 2em }
caption { }
tr { border-bottom: .1em solid #ccc; }
th, td { padding: .3em .6em; }

thead { color: #fff; background: #f2f2f2 repeat-x top; }
thead th { font-weight: bold; border-right: .1em solid #062d75; border-left: .1em solid #325aa6; }
thead th em { color: #73ace5; }

tbody tr { background-color: #f7f7f7; }
tbody th { font-weight: bold; background-color: #f2f2f2; }
tbody th, tbody td { border-top: .1em solid #fff; border-right: .1em solid #f0f0f0; border-bottom: .1em solid #f0f0f0; border-left: .1em solid #fff; }

tfoot { color: #999; background-color: #fafafa; }
tfoot th, tfoot td { text-align: right }
tfoot a { color: #999; }
tfoot strong { color: #16408e; font-size: 1.1em; }

table table { font-size: .75em; margin: -.5em auto; }
table table td { padding-right: 0; padding-left: 0; background: transparent; border-right: 0; }
