body.main { background-image: url(../images/background.gif); background-repeat: repeat-y; }

div.center { text-align: center }
div.right { text-align: right }
div.left { text-align: left }
div.justify{ text-align: justify }

div.header { height: 120px; text-align: center; width: 100% }
div.navigation { position: absolute; top: 150px; bottom: 100px; left:0px; width: 180px; vertical-align: top; padding: 10px; text-align: left; overflow: auto }
div.content { position: absolute; left: 200px; right: 10px; bottom: 120px; top: 150px; text-align: center; vertical-align: top; padding: 10px; overflow: auto; float: left }

div.content_left { position: absolute; top: 0px; bottom: 0px; left:0px; width: 180px; vertical-align: top; padding: 10px; text-align: left; overflow: auto }
div.content_right { position: absolute; top: 0px; bottom: 0px; left:181px; right: 0px; vertical-align: top; padding: 10px; text-align: left; overflow: auto }

div.footer { position: absolute; bottom: 5px; right: 10px; left: 10px; height: 100px; text-align: center; font-family: arial, helvetica, sans-serif; font-size: 10pt }

div.float_left { float: left }
div.float_right { float: right }

div.hold_directive { float: left; width: 95%; border-style: none }
div.directive_no { float: left; width: 5%; font-family: arial, helvetica, sans-serif; font-size: 10pt; margin: 1em; font-weight: bold; text-align: right }
div.directive { float: left;  width: 85%; font-family: arial, helvetica, sans-serif; font-size: 10pt; text-align: left; margin: 1em }

h1.center { text-align: center; font-family: arial, helvetica, sans-serif; }
h2.center { text-align: center; font-family: arial, helvetica, sans-serif; }
h3.center { text-align: center; font-family: arial, helvetica, sans-serif; }
h4.center { text-align: center; font-family: arial, helvetica, sans-serif; }
h5.center { text-align: center; font-family: arial, helvetica, sans-serif; }
h6.center { text-align: center; font-family: arial, helvetica, sans-serif; }

p.main { margin: 2em 2em 2em 2em; font-family: arial, helvetica, sans-serif; font-size: 10pt; text-align: justify }
p.center { margin: 2em 0em 2em 0em; font-family: arial, helvetica, sans-serif; font-size: 10pt; text-align: center }
p.center_small { margin: 1em 0em 0em 0em; font-family: arial, helvetica, sans-serif; font-size: 10pt; text-align: center; font-weight: normal }
p.left_small { margin: 1em 0em 0em 0em; font-family: arial, helvetica, sans-serif; font-size: 10pt; text-align: left; font-weight: normal }
p.right_small { margin: 1em 0em 0em 0em; font-family: arial, helvetica, sans-serif; font-size: 10pt; text-align: right; font-weight: normal }

p.narrative { margin: 2em 4em 2em 4em; font-family: arial, helvetica, sans-serif; font-size: 10pt; text-align: justify; font-weight: bold; color: #800000 }
p.dialog { margin: 2em 6em 2em 6em; font-family: arial, helvetica, sans-serif; font-size: 10pt; text-align: justify; color: #705020 }

hr { color: #c0c0c0; width: 100% }
hr.nav { color: #c0c0c0; width: 75% }

img { border-style: none }

li.main { margin: 1em 2em 1em 2em; font-family: arial, helvetica, sans-serif; font-size: 10pt; }

em.main {  }
em.strong { font-weight: bold }

strong.code { text-decoration: none; font-family: courier; font-size: 10pt; font-weight: normal }

strong.underline { text-decoration: underline; font-family: courier; font-size: 10pt; font-weight: bold }

a:link { text-decoration: none; color: #0000ff; font-family: arial, helvetica, sans-serif; font-size: 9pt; font-weight: normal }
a:visited { text-decoration: none; color: #0000ff; font-family: arial, helvetica, sans-serif; font-size: 9pt; font-weight: normal }
a:active { text-decoration: none; color: #0000ff; font-family: arial, helvetica, sans-serif; font-size: 9pt; font-weight: normal }
a:hover { text-decoration: underline; color: #0000ff; font-family: arial, helvetica, sans-serif; font-size: 9pt; font-weight: normal }

a.dead { text-decoration: none; color: #404040; font-family: arial, helvetica, sans-serif; font-size: 9pt; font-weight: normal }

a.internal:link { text-decoration: none; color: #0000ff; font-family: arial, helvetica, sans-serif; font-size: 10pt; font-weight: normal }
a.internal:visited { text-decoration: none; color: #0000ff; font-family: arial, helvetica, sans-serif; font-size: 10pt; font-weight: normal }
a.internal:active { text-decoration: none; color: #0000ff; font-family: arial, helvetica, sans-serif; font-size: 10pt; font-weight: normal }
a.internal:hover { text-decoration: underline; color: #0000ff; font-family: arial, helvetica, sans-serif; font-size: 10pt; font-weight: normal }

table {margin: auto }
td { font-family: arial, helvetica, sans-serif; font-size: 10pt }
td.item { text-align: right; font-weight: bold; padding: 4px }
td.description { text-align: left; padding: 4px }
