body {
  background-image: url(/static/files/graphics/background.jpg);
  color:            white;
  text-align:       center;
  font-size:        10px;
  font-family:      verdana, helvetica, arial, garamond, times;
  font-weight:      normal;
  font-variant:     normal;
  font-style:       normal;

  padding:          0px;
  margin:           0px;
  border-width:     0px;
}

h1 {
  padding:          0px 0px 0px 0px;
  margin:           0px 15px 0px 0px;
  line-height:      20px;
  font-size:        20px;
}

h2 {
  font-size:        16px;
  line-height:      12px;
  color:            #222222;
}

h3 {
  font-size:        14px;
  line-height:      12px;
}

h4 {
  font-weight:      bold;
  font-size:        12px;
  line-height:      10px;
}

a {
  text-decoration:  none;
  font-weight:      normal;
}

a:link {
  background:       none;
  color:            #0e2ad2;
}

a:visited {
  background:       none;
  color:            #0e2ad2;
/*  color:            #65889d;*/
}

a:active {
  background:       none;
  color:            #0e2ad2;
}

@media screen {  /* hide from Mac IE3 */
  a:hover {
    background:         none;
    text-decoration:    underline;
    color:              #d20e0e;
  }
}

table.page {
    width:          800px;
    border-style:   solid;
    border-color:   #222255;
    border-width:   1px;
    text-align:     center;
    margin-top:     20px;
    margin-bottom:  20px;
}

td.header {
  text-align:       center;
  padding:          10px;
  background-color: #222255;
}

td.footer {
  text-align:       center;
  padding:          5px;
  background-color: #444455;
  font-size:        12px;
  font-family:      verdana, helvetica, arial, times new roman;
}

td.spacer {
  /*background:       #cfcdd8;*/
  background-color: #222255;
}

td.mlitem {
  font-size:        12px;
  font-family:      verdana, helvetica, arial, times new roman;
  font-weight:      normal;
  font-variant:     normal;
  font-style:       normal;
  text-align:       center;

  padding:          2px;
  border-style:     solid;
  border-color:     #333333;
  border-width:     0px 0px 1px 0px;
  background-color: #ddddee;
}

td.mmitem {
  font-size:        12px;
  font-family:      verdana, helvetica, arial, times new roman;
  font-weight:      normal;
  font-variant:     normal;
  font-style:       normal;
  text-align:       center;

  padding:          2px;
  border-style:     solid;
  border-color:     #333333;
  border-width:     0px 0px 1px 1px;
  background-color: #ddddee;
}

td.mritem {
  font-size:        12px;
  font-family:      verdana, helvetica, arial, times new roman;
  font-weight:      normal;
  font-variant:     normal;
  font-style:       normal;
  text-align:       center;

  padding:          2px;
  border-style:     solid;
  border-color:     #333333;
  border-width:     0px 0px 1px 1px;
  background-color: #ddddee;
}

td.main {
  text-align:       left;
  vertical-align:   top;
  padding:      0px 0px 0px 0px;
  margin:       0px 0px 0px 0px;
}

td.contents {
  text-align:       justify;
  font-size:        12px;
  font-family:      verdana, helvetica, arial, garamond, times;
  font-weight:      normal;
  font-variant:     normal;
  font-style:       normal;
  vertical-align:   top;
  padding:          20px 20px 20px 20px;
  color:            black;
  background-color:  #bbbbbb;
}

td.contentssimple {
  text-align:       left;
  vertical-align:   top;
  padding:          20px 20px 20px 20px;
  color:            black;
  font-size:        12px;
  font-family:      verdana, helvetica, arial, garamond, times;
  font-weight:      normal;
  font-variant:     normal;
  font-style:       normal;
  background-color:  #bbbbbb;
}

td.picture {
  text-align:       left;
  font-size:        10px;
  vertical-align:   top;
  padding:          0px 0px 0px 0px;
  width:            200px;
  /*border-style:   solid;
  border-color:   #222255;
  border-width:   0px 1px 0px 0px;*/
}


li {
  margin: 2px 0px 0px 0px;
  border: 0;
  padding: 0;
}

/*EOF*/
