@CHARSET "UTF-8";

p.example {
  font-family: Verdana, "Comic Sans MS", sans-serif;
  font-size: 12px;
  color: #000000;
  background-color: #FFFFFF;
  text-align: justify;
}

BODY {
  font-family: Verdana, "Comic Sans MS", sans-serif;
  font-size: 12px;
  color: #000000;
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
}

TABLE {
  font-family: Verdana, "Comic Sans MS", sans-serif;
  font-size: 11px;
  color: #000000;
  background-color: #ffffff;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}

.hr-header {
  background-color: #003399;
  height: 2;
  border: 0;
}

.hr-footer {
  background-color: #003399;
  height: 2;
  border: 0;
}

.hr-internal {
  background-color: #003399;
  height: 5;
  border: 0;
}

.table-heading {
  background-color: #003399;
  padding: 2px;
  border-spacing: 1px;
  border-width: 0px;
}

.row-heading {
  background-color: #003399;
}

.row-data {
  background-color: #ffffff;
}

.col-heading {
  color: #ffffff;
}

.text-large, h2 {
  font-family: Verdana, "Comic Sans MS", sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.text-normal {
  font-family: Verdana, "Comic Sans MS", sans-serif;
  font-size: 12px;
}

.text-mono {
  font-family: Courier, sans-serif;
  font-size: 12px;
}

.text-medium {
  font-family: Verdana, "Comic Sans MS", sans-serif;
  font-size: 13px;
}

.text-small {
  font-family: Verdana, "Comic Sans MS", sans-serif;
  font-size: 11px;
}

.text-label {
  font-family: Verdana, "Comic Sans MS", sans-serif;
  font-size: 8px;
}

.text-tab {
  font-family: Verdana, "Comic Sans MS", sans-serif;
  font-size: 11px;
  color: #cc9900;
}

.text-error {
  font-family: Verdana, "Comic Sans MS", sans-serif;
  font-size: 12px;
  color: #ff0000;
}

.link-trip {
  font-family: Verdana, "Comic Sans MS", sans-serif;
  font-size: 14px;
  font-weight: bold;
}

A:link  {
  text-decoration: none;
  color: #0000FF;
}

A:visited {
  text-decoration: none;
  color: #0000FF;
}

A:active {
  text-decoration: none;
  color: #0000FF;
}

A:hover {
  text-decoration: none;
  color: #FF0000;
}


