@page { size: 21cm 29.7cm; margin: 1cm }

/* Page layout */
body         { margin: 10px; padding: 0px; background: #FFFFFF; color: #000000; text-align: center; }
table, img   { margin:  0px; padding: 0px; border: 0px; border-spacing: 0px; }
table.main   { width:  100%; height: 100%; }
td { color: #000000; font-size: 18px; line-height: 150%; }
td.header    { width:  100%; text-align: center; }
table.header { width: 770px; text-align: center; border-bottom: 2px solid #FF0000; padding-bottom: 10px; font-size: 16px; font-weight: bold; }
.header td   { line-height: 110%; }
td.page      { width:  100%; height: 100%; text-align: center; vertical-align: top; font-size: 16px; }
td.footer    { width:  100%; text-align: center; }
table.footer { width: 770px; text-align: center; border-top: 2px solid #000000; padding-top: 10px; }
.footer td   { line-height: 110%; }

/* Menu - header */
.h1 { width: 210px; text-align: left; }
.h2 { width: 200px; text-align: right; }
.h3 { width: 200px; text-align: right; }
.h4 { width: 160px; text-align: right; vertical-align: middle; }
.h5 {               text-align: justify; }

/* Menu - footer */
.f1 { width:   25%; font-family: sans-serif; font-size: 12px; text-align: left; }
.f2 { width:   50%; font-family: sans-serif; font-size: 12px; text-align: center; }
.f3 { width:   25%; font-family: sans-serif; font-size: 12px; text-align: right; }

input.tx, textarea.tx { border: 1px solid #9093D8; font-family: sans-serif; font-size: 14px; font-weight: bold; }
input.tx:focus, textarea.tx:focus { border: 1px solid #FF0000; }

/* Common */
a:link, a:visited { color: #000000; }
a:hover, a:active { color: #FF0000; }
a.ex:visited, a.ex:link { color: #000000; font-family: sans-serif; font-size: 12px; font-weight: bold; font-style: italic; }
a.ex:hover, a.ex:active { color: #FF0000; }
a.email:link, a.email:visited { color: #000000; serif; font-size: 14px; font-weight: bold; }
a.email:hover, a.email:active { color: #FF0000; }

/* Tables */
table.tab        { color: #000000; font-family: sans-serif; font-size: 13px; text-align: center; vertical-align: middle; border-spacing: 0px; border: 2px solid #000000; }
table.tab .hdr   { height: 32px; border-bottom: 2px solid #000000; background-color: #F0F0F0; color: #000000; padding: 2px 6px; font-family: Tahoma, serif; font-weight: bold; font-size: 15px; text-align: left; }
table.tab .hdra  { height: 32px; border-bottom: 2px solid #000000; background-color: #F0F0F0; color: #000000; padding: 2px 6px; font-family: Tahoma, serif; font-weight: bold; font-size: 15px; text-align: left; }
table.tab .hdrah { height: 32px; border-bottom: 2px solid #000000; background-color: #F0F0F0; color: #000000; padding: 2px 6px; font-family: Tahoma, serif; font-weight: bold; font-size: 15px; text-align: left; }
table.tab .hdrs  { height: 26px; border-bottom: 1px solid #000000; border-top: 1px solid #000000; background-color: #F8F8F8; color: #000000; padding: 2px; font-family: sans-serif; font-weight: bold; font-size: 12px; text-align: center; }
table.tab .hdrsh { height: 26px; border-bottom: 1px solid #000000; border-top: 1px solid #000000; background-color: #F8F8F8; color: #000000; padding: 2px; font-family: sans-serif; font-weight: bold; font-size: 12px; text-align: center; }
table.tab .ftrs1 { height: 26px; border-bottom: 1px solid #000000; border-top: 1px solid #000000; background-color: #F8F8F8; color: #000000; padding: 2px; font-family: sans-serif; font-weight: bold; font-size: 12px; text-align: center; }
table.tab .ftrs2 { height: 26px; border-bottom: 1px solid #000000; border-top: 1px solid #000000; background-color: #F8F8F8; color: #000000; padding: 2px; font-family: sans-serif; font-weight: bold; font-size: 12px; text-align: center; }
table.tab td     { color: #000000; font-size: 13px; line-height: 120%; border-bottom: 1px dashed #000000; }

table.tab td.img  { padding: 6px; text-align: center; vertical-align: middle; }
table.tab table.img    { padding: 4px; background: #FFFFFF; border: 2px solid #9093D8; text-align: center; vertical-align: middle; }
table.tab table.img128 { width: 132px; height: 100px; background: #FFFFFF; border: 2px solid #9093D8; text-align: center; vertical-align: middle; }
table.tab table.img256 { width: 260px; height: 196px; background: #FFFFFF; border: 2px solid #9093D8; text-align: center; vertical-align: middle; }
table.tab table.img512 { width: 516px; height: 388px; background: #FFFFFF; border: 2px solid #9093D8; text-align: center; vertical-align: middle; }

/* Odd, Even - no highlight */
table.tab tr.odn { background: #FFFFFF; color: #000000; }
table.tab tr.evn { background: #F0F0F0; color: #000000; }

/* Odd, Even, MouseOver - highlight */
table.tab tr.od { background: #FFFFFF; color: #000000; }
table.tab tr.ev { background: #F0F0F0; color: #000000; }
table.tab tr.mo { color: #000000; }

/* Odd, Even, MouseOver - highlight and pointer */
table.tab tr.odl { background: #FFFFFF; color: #000000; cursor: pointer; }
table.tab tr.evl { background: #F0F0F0; color: #000000; cursor: pointer; }
table.tab tr.mol { color: #000000; cursor: pointer; }
table.tab tr.mol td { color: #FF0000; };

