body {
  margin-top: 10px;
  margin-bottom: 10px;
  color: black;
  background-color: #c8b898;
  font-family: verdana,arial,sans-serif;
  font-size: 12px;
}

h1,h2,h3,h4,h5,h6 {
  font-family: arial narrow,arial,sans-serif;
  font-weight: normal;
  margin-top: 10px;
  letter-spacing: 1px;
  color: #000000;
  line-height: 110%;
}
h1 { font-size: 18pt; }
h2 { font-size: 16pt; }
h3 { font-size: 14pt; font-weight: bold; }
h4 { font-size: 12pt; font-weight: bold; }

p,p.bodytext,td,ul,ol {
  color: black;
  font-family: verdana,arial,sans-serif;
  font-size: 12px;
  line-height: 130%;
}

a:link, a:visited, a:active, a:hover { color: #4f7486; text-decoration: none; }
a:active, a:hover { text-decoration: underline; }

li { padding-bottom: 4px; }

/* Main layout table */
table.page {
  background-color: white;
}

/* Page banner */
.banner {
  border: 1px solid #484848;
}

/* Left side of page */
.content_left {
  padding: 10px 7px 10px 7px;
  background-color: #fafaf4;
  border-right: 1px solid #eaeaea;
}

/* Document body */
.content_normal {
  text-align: left;
  vertical-align: top;
  padding: 10px 20px 20px 20px;
  background-color: #ffffff;
}

/* Page footer line */
.footer {
  padding: 1px 1px 1px 5px;
  color: white;
  border: 1px solid #484848;
  font-family: verdana,sans-serif;
  font-size: 7pt;
  background-image: url(footer.jpg);
  height: 20px;
}

#menu_sm a {
  display: block;
  text-decoration: none;
  font-family: verdana, sans-serif;
  font-size: 7pt;
  font-weight: normal;
  color: #808080;
  letter-spacing:1px;
  background-image: url(menu_arrow_sm_on.gif);
  background-repeat: no-repeat;
  background-position: 7px 5px;
  padding-left: 18px;
  padding-bottom: 0px;
}

#menu_sm a:visited {
  color: #808080;
}

#menu_sm a:active {
  color: #5f7486;
}

#menu_sm a:hover {
  color: #5f7486;
}

/****************************
  LEFT MENU
****************************/
/* Word CONTENTS above left side menu */
td.contents_title {
  font-size: 7pt;
  color: #c0c0c0;
  letter-spacing:3px;
}

/* menu on left side */
#menu {
  border-collapse: collapse;
}


a.menu, a.menu:visited, a.menu:active, a.menu:hover,
a.menu_act, a.menu_act:visited, a.menu_act:active {
  display: block;
  color: #5F7486;
  text-decoration: none;
  font-family: verdana, sans-serif;
  font-size: 8pt;
  font-weight: normal;
  letter-spacing: 1px;
  padding-left: 12px;
  padding-bottom: 3px;
  padding-top: 1px;
  margin: 0px auto;
  border-bottom: 1px solid #e0e0e0;
  background-image: url(menu_arrow_off.gif);
  background-position: 0px 4px;
  background-repeat: no-repeat;
}


a.menu:hover,
a.menu_act, a.menu_act:visited, a.menu_act:active, a.menu_act:hover {
  color: #907446;
  text-decoration: none;
  font-family: verdana, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  letter-spacing: 1px;
  letter-spacing: 1px;
  padding-left: 12px;
  padding-bottom: 3px;
  padding-top: 1px;
  margin: 0px auto;
  border-bottom: 1px solid #e0e0e0;
  background-image: url(menu_arrow_on2.gif);
  background-position: 0px 4px;
  background-repeat: no-repeat;
}

/* Top line menu */
#top_menu {
  font-size: 8pt;
  color: white;
  text-align: right;
  padding: 2px;
  padding-right: 7px;
  background-image: url(logo_bottom.jpg);
  background-repeat: no-repeat;
}
#top_menu a {
  color: white;
  font-size: 8pt;
  text-decoration: none;
  font-weight: bold;
}

#top_menu a:hover {
  color: #e8e8a0;
}

