/*  Module itd.css - CSS2.1

ITD Default Style Sheet

©1999- InnoTech Dynamics Web Design®
  http://idwd.vantonder.net
  E-mail: idwd at vantonder dot net

  2004-05-14
 Updates:
  2007-06-22
  2009-01-31
  2009-06-21
*/

/* anchor selectors must always be in the order a a:link a:visited a:hover a:active */
a {
  text-decoration : underline;
}
a:link {
  text-decoration : underline;
}
a:visited {
  text-decoration : underline;
}
a:hover {
  text-decoration : underline;
}
a:active {
  text-decoration : underline;
}
a:visited:hover {
  text-decoration : underline;
}
abbr {
  font-variant : small-caps;
  letter-spacing : 0.1em;
}
acronym {
  font-variant : small-caps;
  letter-spacing : 0.1em;
}
address {
  font-style : italic;
  display : block;
}
b {
  font-weight : bolder;
}
big {
  font-size : 120%;
}
blockquote {
  display : block;
  margin : 0.75em 1em;
}
body {
  color : #000000;
  background-color : #ffffff;
  font-family : Microsoft Sans Serif, Arial, Helvetica, sans-serif;
  font-size : 100%;
  line-height : 1.2;
  margin : 1em;
  quotes : '\201c' '\201d' '\2018' '\2019' '\ab' '\bb';
}
br:before {
  /*content:"\a" */
}
button {
  display : inline;
}
caption {
  display : table-caption;
  text-align : center;
}
center {
  display : block;
  text-align : center;
}
cite {
  font-style : italic;
}
code {
  font-family : Consolas, Andale Mono, Lucida Console, Courier New, Courier, monospace;
  font-size : 90%;
}
col {
  display : table-column;
}
colgroup {
  display : table-column-group;
}
dd {
  display : block;
  margin-left : 2em;
  margin-top : 0.2em;
}
del {
  text-decoration : line-through;
}
dir {
  margin : 1.12em 0 1.12em 40px;
  display : block;
}
div {
  display : block;
  font-size : 100%;
  margin : 0;
}
div.brdr {
  border : 1px solid;
  padding : 0.8em;
}
dl {
  margin : 1.12em 0 1.12em -0.5em;
  display : block;
}
dt {
  display : block;
  margin : 0.5em 0 0 1em;
}
em {
  font-style : italic;
}
fieldset {
  display : block;
  margin : 1.12em 0;
}
form {
  display : block;
  margin : 0;
}
frame {
  display : block;
}
frameset {
  display : block;
}
h1, h2, h3, h4, h5, h6 {
  color : #000033;
  display : block;
  font-weight : normal;
  margin-bottom : 0.5em;
  margin-top : 1.5em;
}
h1 {
  font-size : 177%;
}
h2 {
  font-size : 161%;
}
h3 {
  font-size : 146%;
}
h4 {
  font-size : 133%;
}
h5 {
  font-size : 121%;
}
h6 {
  font-size : 110%;
}
head {
  display : none;
}
hr {
  /*
  display : block;
  border : 1px inset ;
  margin-bottom : 2px;
  margin-top : 2px;
  */
}
html {
  display : block;
}
i {
  font-style : italic;
}
img {
  border : none;
}
input {
  display : inline;
  font-family : Consolas, Andale Mono, Lucida Console, Courier New, Courier, monospace;
  font-size : 90%;
}
ins {
  text-decoration : underline;
}
kbd {
  font-family : monospace;
}
li {
  display : list-item;
  margin : 0.5em 0;
}
menu {
  margin : 1.12em 0 1.12em 1.5em;
  display : block;
}
noframes {
  display : block;
}
object {
  display : inline;
}
ol {
  list-style-type : decimal;
}
ol ol {
  list-style-type : upper-alpha;
/*  list-style-type : decimal-leading-zero; */
/*  list-style-type : upper-alpha; */
}
ol ol ol {
  list-style-type : lower-alpha;
}
ol ol ol ol {
  list-style-type : lower-roman;
}
ol ul {
}
p {
  display : block;
  margin : 0.75em 0;
}
p.hdbyw {
  font-size : 90%;
  text-align : right;
  margin-top : 0em;
  margin-right : 0.5em;
  margin-bottom : -0.5em;
}
pre {
  white-space : pre;
  display : block;
  font-family : Consolas, Andale Mono, Lucida Console, Courier New, Courier, monospace;
  font-size : 90%;
  margin : 0.75em 0;
}
q:after {
  content : close-quote;
}
q:before {
  content : open-quote;
}
s {
  text-decoration : line-through;
}
samp {
  font-family : Consolas, Andale Mono, Lucida Console, Courier New, Courier, monospace;
  font-size : 90%;
}
select {
  display : inline;
  font-family : Consolas, Andale Mono, Lucida Console, Courier New, Courier, monospace;
  font-size : 90%;
}
small {
  font-size : 80%;
}
span.btn {
  background-color : #e8e8e8;
  border-bottom-color : #000000;
  border-bottom-style : inset;
  border-bottom-width : 2px;
  border-left-color : #999999;
  border-left-style : outset;
  border-left-width : 2px;
  border-right-color : #000000;
  border-right-style : inset;
  border-right-width : 2px;
  border-top-color : #999999;
  border-top-style : outset;
  border-top-width : 2px;
  margin : 0em .25em;
  padding : 0em .25em .1em;
  text-decoration : none;
}
strike {
  text-decoration : line-through;
}
strong {
  font-weight : bolder;
}
sub {
  vertical-align : sub;
  font-size : 66%;
}
sup {
  vertical-align : super;
  font-size : 66%;
}
table {
  display : table;
  border-spacing : 0px 0px;
  font-size : 100%; /* ie bug */
  margin-top : 0;
  margin-bottom : 0;
}
tbody {
  vertical-align : middle;
  display : table-row-group;
}
td {
  display : table-cell;
  vertical-align : top;
}
td.alb {
  vertical-align : bottom;
}
td.albc {
  vertical-align : bottom;
  text-align : center;
}
td.albr {
  vertical-align : bottom;
  text-align : right;
}
td.alm {
  vertical-align : middle;
}
td.almc {
  vertical-align : middle;
  text-align : center;
}
td.almr {
  vertical-align : middle;
  text-align : right;
}
td.alt {
  vertical-align : top;
}
td.csmn {
  font-size : 80%;
  text-align : left;
}
textarea {
  display : inline;
  font-family : Consolas, Andale Mono, Lucida Console, Courier New, Courier, monospace;
  font-size : 90%;
}
tfoot {
  vertical-align : middle;
  display : table-footer-group;
}
th {
  display : table-cell;
  text-align : left;
  vertical-align : inherit;
  font-weight : normal;
}
thead {
  display : table-header-group;
  vertical-align : middle;
}
tr {
  display : table-row;
  vertical-align : top;
}
tt {
  font-family : Consolas, Andale Mono, Lucida Console, Courier New, Courier, monospace;
  font-size : 90%;
}
u {
  text-decoration : underline;
}
ul {
  list-style-type : disc;
}
ul ol {
}
ul ul {
  list-style-type : circle;
}
ul ul ul {
  list-style-type : square;
}
ul ul ul ul {
  list-style-type : circle;
}
ul ul ul ul ul {
  list-style-type : square;
}
var {
  font-style : italic;
}
:after {
  white-space : pre;
}
:before {
  white-space : pre;
}
:link {
  text-decoration : underline;
}
:visited {
  text-decoration : underline;
}
.bgnr {
  background-repeat : no-repeat;
}
.bdpd {
  border: 1px solid;
  padding: 1em;
}
.clrbth {
  clear : both;
}
.clrlft {
  clear : left;
}
.clrrgt {
  clear : right;
}
.colrblck {
  color: #000000;
}
.colrblue {
  color: #0000cc;
}
.colrgrn {
  color: #008000;
}
.colrgry6 {
  color: #666666;
}
.colrgry8 {
  color: #808080;
}
.colrgry9 {
  color: #999999;
}
.colrgryc {
  color: #cccccc;
}
.colrred {
  color: #cc0000;
}
.colrwht {
  color: #ffffff;
}
.dspb {
  display : block;
}
.dspi {
  display : inline;
}
.dtmstmp {
  font-size : 90%;
  text-align : right;
  margin : 0 0 0.2em;
}
.ffar {
  font-family : Arial, Helvetica, sans-serif;
}
.ffcs {
  font-family : Comic Sans MS, Arial, Helvetica, fantasy;
}
.ffms {
  font-family : Consolas, Andale Mono, Lucida Console, Courier New, Courier, monospace;
  font-size : 90%;
}
.ffmss {
  font-family : Microsoft Sans Serif, Arial, Helvetica, sans-serif;
}
.fftb {
  font-family : Trebuchet MS,Microsoft Sans Serif,  Arial, Helvetica, sans-serif;
}
.ffvd {
  font-family : Verdana, Microsoft Sans Serif, Arial, Helvetica, sans-serif;
  font-size-adjust : 0.58;
}
.flnm {
  font-size : 90%;
  font-family : Arial, Helvetica, sans-serif;
  text-align : right;
  margin-top : -0.5em;
  margin-bottom : -0.5em;
}
.fltlft {
  float : left;
}
.fltrgt {
  float : right;
}
.fsz0 {
  font-size : 100%;
}
.fsz1 {
  font-size : 110%;
}
.fsz1m {
  font-size : 90%;
}
.fsz2 {
  font-size : 121%;
}
.fsz2m {
  font-size : 80%;
}
.fsz3 {
  font-size : 133%;
}
.fsz3m {
  font-size : 73%;
}
.fsz4 {
  font-size : 146%;
}
.fsz4m {
  font-size : 66%;
}
.fsz5 {
  font-size : 161%;
}
.fsz5m {
  font-size : 60%;
}
.fsz6 {
  font-size : 177%;
}
.fsz7 {
  font-size : 195%;
}
.fsz8 {
  font-size : 214%;
}
.fsz9 {
  font-size : 236%;
}
.fsz10 {
  font-size : 259%;
}
.fsz11 {
  font-size : 285%;
}
.fsi {
  font-style : italic;
}
.fvsc {
  font-variant : small-caps;
}
.fwb {
  font-weight : bold;
}
.fwn {
  font-weight : normal;
}
.hide {
  color: #ffffff;
}
.hide a:link {
  color: #ffffff;
}
.hide a:visited {
  color: #ffffff;
}
.lgobg {
  padding : 1px 3px;
  background-color : #ffffff;
}
#lgohvr :hover {
  margin : 0px;
  background-color : #e0ffff;
  /*background-color : #ffff99;*/
}
.lht1 {
  line-height : 1.1em;
}
.lsit {
  letter-spacing: -.12em;
}
.lstn {
  list-style : none;
}
.m000 {
  margin : 0;
}
.m010 {
  margin : 0.1em 0;
}
.m020 {
  margin : 0.2em 0;
}
.m030 {
  margin : 0.3em 0;
}
.m050 {
  margin : 0.5em 0;
}
.mb000 {
  margin-bottom : 0em;
}
.mb010 {
  margin-bottom : 0.1em;
}
.mb010m {
  margin-bottom : -0.1em;
}
.mb020 {
  margin-bottom : 0.2em;
}
.mb020m {
  margin-bottom : -0.2em;
}
.mb025 {
  margin-bottom : 0.25em;
}
.mb025m {
  margin-bottom : -0.25em;
}
.mb030 {
  margin-bottom : 0.3em;
}
.mb050 {
  margin-bottom : 0.5em;
}
.mb050m {
  margin-bottom : -0.5em;
}
.mb075m {
  margin-bottom : -0.75em;
}
.mb100 {
  margin-bottom : 1em;
}
.mb100m {
  margin-bottom : -1em;
}
.mb125 {
  margin-bottom : 1.25em;
}
.mb125m {
  margin-bottom : -1.25em;
}
.mb150 {
  margin-bottom : 1.5em;
}
.mb150m {
  margin-bottom : -1.5em;
}
.mb175m {
  margin-bottom : -1.75em;
}
.mb200 {
  margin-bottom : 2em;
}
.mb200m {
  margin-bottom : -2em;
}
.ml020m {
  margin-left : -0.2em;
}
.ml100 {
  margin-left : 1em;
}
.ml200 {
  margin-left : 2em;
}
.ml400 {
  margin-left : 4em;
}
.mt000 {
  margin-top : 0em;
}
.mt010 {
  margin-top : 0.1em;
}
.mt010m {
  margin-top : -0.1em;
}
.mt020 {
  margin-top : 0.2em;
}
.mt020m {
  margin-top : -0.2em;
}
.mt025 {
  margin-top : 0.25em;
}
.mt025m {
  margin-top : -0.25em;
}
.mt050 {
  margin-top : 0.5em;
}
.mt050m {
  margin-top : -0.5em;
}
.mt075 {
  margin-top : 0.75em;
}
.mt075m {
  margin-top : -0.75em;
}
.mt100 {
  margin-top : 1em;
}
.mt100m {
  margin-top : -1em;
}
.mt125 {
  margin-top : 1.25em;
}
.mt125m {
  margin-top : -1.25em;
}
.mt150 {
  margin-top : 1.5em;
}
.mt150m {
  margin-top : -1.5em;
}
.mt200 {
  margin-top : 2em;
}
.mt200m {
  margin-top : -2em;
}
.mt300 {
  margin-top : 3em;
}
.mt300m {
  margin-top : -3em;
}
.mt500 {
  margin-top : 5em;
}
.outeur {
  font-style : italic;
  margin : 0 0 1.5em;
}
.p000 {
  padding : 0;
}
.p050 {
  padding : 0.5em;
}
.pgbb {
  page-break-before : always;
}
.pgft {
  font-size : 90%;
  font-family : Arial, Helvetica, sans-serif;
  margin-top : 0;
  margin-bottom : 0;
}
.tac {
  text-align : center;
}
.taj {
  text-align : justify;
}
.tal {
  text-align : left;
}
.tar {
  text-align : right;
}
a:link:hover.tdn {
  text-decoration : underline;
}
a:visited:hover.tdn {
  text-decoration : underline;
}
a:link.tdn {
  text-decoration : none;
}
a:visited.tdn {
  text-decoration : none;
}
.tdu {
  text-decoration : underline;
}
.vab {
  vertical-align : bottom;
}
.vam {
  vertical-align : middle;
}
.vat {
  vertical-align : top;
}
.vtn {
  background-color : #f4fff8;
}
.wsnw {
  white-space : nowrap;
}
.wsp {
  white-space : pre;
}
