body {
  margin:                     0px;
  padding:                    0px;
  font-family:                "trebuchet ms",tahoma,verdana,helvetica;
  font-size:                  10pt;
  color:                      #000000;
  background-color:           #232660;
}

table {
  margin:  0px;
  padding: 0px;
  border:  0px;
}
td {
  margin:         0px;
  padding:        2px 0px 0px 4px;
  border:         0px;
  vertical-align: top;
}
td.empty {
  padding:        6px 0px 0px 0px;
  vertical-align: top;
  width:          33px;
}

p {
  text-align:       justify;
  margin:           0px 0px 20px 37px;
  background-color: #FFFFFF;
  line-height:      1.5;
}
img {
  border: 0px;
}
img.uml {
  width:  700px;
}
img.arrow {
  width:  30px;
  height: 30px;
}

ul {
  text-align:       justify;
  line-height:      1.5;
  list-style-image: url(../images/bar.png);
}
li {
  padding-left: 10px;
  padding-top:  0px;
  margin:       0px 0px 10px 40px;
}
tt {
  color: #606060;
}

/* Layout elements */

#main {
  width:            800px;
  margin:           0px auto 0px auto;
  padding:          20px 20px 0px 20px;
  border:           solid 1px black;
  border-right:     solid 1px black;
  border-bottom:    solid 1px black;
  border-top:       0px;
  background-color: #FFFFFF;
}

#content {
  margin:           0px;
  padding:          0px;
  text-align:       justify;
  background-color: #FFFFFF;
}

/* Headings */

.heading-1 {
  font-family:    calibri, "trebuchet ms",tahoma,verdana,helvetica;
  font-weight:    bold;
  font-size:      22pt;
  color:          #232660;
  padding-bottom: 20px;
}

.heading-2 {
  font-family:    calibri, "trebuchet ms",tahoma,verdana,helvetica;
  font-weight:    bold;
  font-size:      14pt;
  color:          #000000;
}

/* Links */

a:link {
  color:           #232660;
  font-weight:     bold;
  text-decoration: none;
}
a:visited {
  color:           #24749C;
  font-weight:     bold;
  text-decoration: none;
}
a:hover {
  color:           #92BACE;
  font-weight:     bold;
  text-decoration: underline;
}
a:active {
  color:           #232660;
  font-weight:     bold;
  text-decoration: none;
}

tt a:link {
  color:           #606060;
  font-weight:     normal;
  text-decoration: none;
  border-width:    0px 0px 1px 0px;
  border-style:    none none dotted none;
}
tt a:visited {
  color:           #606060;
  font-weight:     normal;
  text-decoration: none;
  border-width:    0px 0px 1px 0px;
  border-style:    none none dotted none;
}
tt a:hover {
  color:           #606060;
  font-weight:     bold;
  text-decoration: none;
  border-width:    0px 0px 1px 0px;
  border-style:    none none dotted none;
}
tt a:active {
  color:           #606060;
  font-weight:     normal;
  text-decoration: none;
  border-width:    0px 0px 1px 0px;
  border-style:    none none dotted none;
}

/* Person links */

a.person:link {
  color:           #24749C;
  font-weight:     normal;
  text-decoration: none;
}
a.person:visited {
  color:           #24749C;
  font-weight:     normal;
  text-decoration: none;
}
a.person:hover {
  color:           #92BACE;
  font-weight:     normal;
  text-decoration: underline;
}
a.person:active {
  color:           #24749C;
  font-weight:     normal;
  text-decoration: none;
}

/* Location links */

a.location:link {
  color:           #24749c;
  font-weight:     normal;
  text-decoration: none;
}
a.location:visited {
  color:           #24749c;
  font-weight:     normal;
  text-decoration: none;
}
a.location:hover {
  color:           #92BACE;
  font-weight:     normal;
  text-decoration: underline;
}
a.location:active {
  color:           #24749c;
  font-weight:     normal;
  text-decoration: none;
}