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

a {
  text-decoration:    none;
  outline:            none;
  color:              #000000;
  }
a:hover,
a:active {
  text-decoration:    underline;
  outline:            none;
  color:              #000000;
  }

h1 {
  font-family:        Arial;
  font-size:          13px;
  font-weight:        bold;
  color:              #4d6379;
  margin:             0;
  }
h2 {
  font-family:        Arial;
  font-size:          12px;
  font-weight:        bold;
  color:              #4d6379;
  margin:             0;
  }
h3 {
  font-family:        Arial;
  font-size:          11px;
  font-weight:        bold;
  color:              #4d6379;
  margin:             0;
  }
h4 {
  font-family:        Arial;
  font-size:          11px;
  font-weight:        normal;
  color:              #4d6379;
  margin:             0;
  }
  
td {
  font-family:        Arial;
  font-size:          11px;
  font-weight:        normal;
  color:              #000000;
  }
  
p {
  font-family:        Arial;
  font-size:          11px;
  font-weight:        normal;
  color:              #000000;
  margin:             0;
  }
  
td.ShadowLeft {
  background-image:   url('../imgs/shadow-left.gif');
  background-position:right;
  background-repeat:  repeat-y;
  }
td.ShadowRight {
  background-image:   url('../imgs/shadow-right.gif');
  }
td.TopBG {
  background-image:   url('../imgs/bg-top.jpg');
  }
td.VLine {
  background-image:   url('../imgs/v-line.gif');
  }
  
select.Quickfinder {
  font-family:        Arial;
  font-size:          11px;
  font-weight:        normal;
  }

/* SPECIAL STYLES */

td.MenuLetter {
  background-color:   #CA0005;
  width:              14px;
  height:             14px;
  }
td.MenuLetter_active {
  background-color:   #FFFFFF;
  width:              14px;
  height:             14px;
  }
td.MenuLetter_active a {
  font-family:        Arial;
  font-size:          11px;
  font-weight:        normal;
  color:              #CA0005;
  text-decoration:    none;
  }
td.MenuLetter a {
  font-family:        Arial;
  font-size:          11px;
  font-weight:        normal;
  color:              #FFFFFF;
  text-decoration:    none;
  }
td.MenuLetter a:hover,
td.MenuLetter_active a:hover
 {
  text-decoration:    none;
  }
  
a.ListItem {
  font-family:        Arial;
  font-size:          11px;
  font-weight:        normal;
  color:              #333132;
  }
td.ListItem {
  padding:            2px;
  padding-left:       4px;
  padding-right:      4px;
  font-family:        Arial;
  font-size:          11px;
  font-weight:        normal;
  color:              #333132;
  }
table.ListTable td {
  font-family:        Arial;
  font-size:          11px;
  font-weight:        normal;
  color:              #333132;
  }
table.ListTable strong, 
table.ListTable td
 {
  font-family:        Arial;
  font-size:          11px;
  color:              #333132;
  }
  
td.ListHeadline {
  padding-left:       8px;
  font-family:        Arial;
  font-size:          11px;
  font-weight:        normal;
  color:              #FFFFFF;
  }
  
/* search-form */
input.KeyWord {
  background-color:   #94997F;
  font-family:        Arial;
  font-size:          11px;
  font-weight:        normal;
  color:              #FFFFFF;
  padding-left:       2px;
  border-top:         1px solid #22231D;
  border-left:        1px solid #22231D;
  border-bottom:      1px solid #D0D3C7;
  border-right:       1px solid #D0D3C7;
  }
input.SearchSubmit {
  background-color:   #94997F;
  font-family:        Arial;
  font-size:          11px;
  font-weight:        normal;
  color:              #FFFFFF;
  padding-left:       2px;
  border-top:         1px solid #D0D3C7;
  border-left:        1px solid #D0D3C7;
  border-bottom:      1px solid #22231D;
  border-right:       1px solid #22231D;
  }
    
input, select, textarea {
  font-family:        Arial;
  font-size:          11px;
  font-weight:        normal;
  color:              #000000;
  }
 .Path,
.Path:hover,
.Path:active {
  font-family:        Arial;
  font-size:          11px;
  font-weight:        normal;
  color:              #4d6379;
  line-height:        15px;
  text-decoration: underline:
  }
td.menu {
  background-color:#81a2c2;
  }