/* General configuration */

* {
  font-family: arial,helvetica,sans-serif;
  font-size: 11px;
}

h1, h2, h3, h4, h5 {
  margin: 7px 0px 5px;
  padding: 0px;
  font-family: arial,helvetica,sans-serif;
  font-weight: bold:
}

h1 {
  color: #999;
  font-size: 12pt;
}

h2 {
  color: #039;
  font-size: 13px;
}

h3 {
  color: #039;
  font-size: 12px;
}

h4 {
  color: #877550;
  font-size: 12px;
}

h5 {
  color: #999;
  font-size: 12px;
}

sub {
  font-size: 9px;
  
}


/* Text alignment */

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.align-justify {
  text-align: justify;
}

/* Line indent */

.indent {
  margin-left: 15px;
}


/* Character classes */

span.blue {
  color: #039;
}

span.gray {
  color: #999;
}

span.pre {
  white-space: pre;
}


/* Paragraph classes */

p.blue {
  color: #039;
}

p.gray {
  color: #999;
}

p.pre {
  white-space: pre;
}


/* Table classes */

table.border {
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
}

table th, table.border {
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
  white-space: pre;
}

table.border {
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
}

table.left_aligned td {
  text-align: left;
}


/* Tablecell classes */

td.gray {
  background-color: #F5F5F5;
}

td.blue {
  color: #FFF;
  background-color: #039;
}

td.pre {
  white-space: pre;
}


/* Image classes */

img.border {
  padding: 2px;
  border: 1px solid #CCC;
  background-color: #FFF;
}



/* Content List (No Classes) */

#contentMiddle ul {
  margin: 5px 0px 5px 10px;
  padding: 0px;
  list-style: none;
}


#contentMiddle ul li {
  margin: 0px;
  padding: 0px 0px 2px 13px;
  background: url(../images/list_pic_00.gif) top left no-repeat;
}
