body {
  background-color:   #D9DCE5;
  font-family:        Arial;
  font-size:          11px;
  font-weight:        normal;
  color:              #1B2E71;
  margin:             0;
  padding:            0;
  }

a {
  text-decoration:    underline;
  color:              #1B2E71;
  }
a:hover,
a:active {
  text-decoration:    underline;
  color:              #1B2E71;
  }
  

h1 {
  font-family:        Arial;
  font-size:          14px;
  font-weight:        bold;
  color:              #1B2E71;
  }
h2 {
  font-family:        Arial;
  font-size:          12px;
  font-weight:        bold;
  color:              #1B2E71;
  }
h3 {
  font-family:        Arial;
  font-size:          12px;
  font-weight:        bold;
  color:              #1B2E71;
  }
h4 {
  font-family:        Arial;
  font-size:          11px;
  font-weight:        bold;
  color:              #1B2E71;
  }
  
td {
  font-family:        Arial;
  font-size:          11px;
  color:              #1B2E71;
  line-height:        14px;
  }
  
p {
  font-family:        Arial;
  font-size:          11px;
  color:              #1B2E71;
  line-height:        14px;
  }
  
/* SPECIAL AREAS */

th {
  font-family:        Arial;
  font-size:          11px;
  color:              #FFFFFF;
  background-color:   #1B2E71;
  line-height:        14px;
  font-weight:        bold;
  text-align:         left;
  padding-left:       16px;
  line-height:        25px;
  }

td.TopImage {
  background-image:   url('../content/00000002/top-dummy.jpg');
  background-repeat:  no-repeat;
  }
  
