BODY {
  background: #FFFFFF;
  margin-right: 1px; 
  margin-left: 25px; 
  margin-top: 20px; 
}
A:link {
  font-weight: normal; 
  font-size: 14px; 
  color: #BC9C6E; 
  font-family: Garamond,"Times New Roman",serif;
  text-decoration: underline;
}
A:active {
  font-weight: normal; 
  font-size: 16px; 
  color: #CCCCCC; 
  font-family: Garamond,"Times New Roman",serif;
  text-decoration: none;
}
A:visited {
  font-weight: normal; 
  font-size: 14px; 
  color: #BC9C6E; 
  font-family: Garamond,"Times New Roman",serif;
  text-decoration: underline
}
A:hover {
  font-weight: normal; 
  font-size: 14px; 
  color: #8CC3EB; 
  font-family: Garamond,"Times New Roman",serif;
  text-decoration: underline
}
HR {
  width: 80%; 
  color: #2A3D68; 
  height: 1px; align: center
}
select {
  font-weight: 400; 
  font-size: 12px; 
  font-family: Garamond,"Times New Roman",serif;
}
.textbox {
  border: #8CC3EB 1px solid; 
  background: #EDF3FA; 
  color: #BC9C6E; 
  font-size: 11px; 
  line-height: 14px; 
  font-family: Garamond,"Times New Roman",serif;
  text-decoration: none;
}
.textbox_darker {
  border: #8CC3EB 1px solid; 
  background: #EDF3FA; 
  color: #5E3A00; 
  font-size: 14px; 
  line-height: 18px; 
  font-family: AGaramond, Garamond,"Times New Roman",serif;
  text-decoration: none;
}
.textbox_inside {
  font-weight: 700; 
  font-size: 11px; 
  background: #EDF3FA; 
  color: #BC9C6E; 
  line-height: 14px; 
  font-family: Garamond,"Times New Roman",serif;
  text-decoration: none;
  text-align: right;
  vertical-align: top;
}
.textbox_inside_center {
  font-weight: 700; 
  font-size: 11px; 
  background: #EDF3FA; 
  color: #BC9C6E; 
  line-height: 14px; 
  font-family: Garamond,"Times New Roman",serif;
  text-decoration: none;
  text-align: left;
  vertical-align: top;
}
.textbox_inside_sm {
  font-size: 11px; 
  background: #EDF3FA; 
  color: #BC9C6E; 
  line-height: 12px; 
  font-family: Garamond,"Times New Roman",serif;
  text-decoration: none;
  vertical-align: top;
}
.textbox_inside_sm_center {
  font-size: 11px; 
  background: #EDF3FA; 
  color: #BC9C6E; 
  line-height: 12px; 
  font-family: Garamond,"Times New Roman",serif;
  text-decoration: none;
}
.textboxtop {
  font-weight: 800; 
  font-size: 12px; 
  background-image: url(/images/boxtop_blue.gif); 
  color: #5E3A00; 
  font-family: Garamond,"Times New Roman",serif;
  letter-spacing: 1px;
}
.footer {
  font-size: 14px; 
  background: #EDF3FA; 
  color: #5E3A00; 
  line-height: 16px; 
  font-family: Garamond,"Times New Roman",serif;
}
.button { 
  border: #8CC3EB inset 4px; 
  background-color: #BC9C6E; 
  color: #5E3A00; 
  font-weight: bold; 
  cursor: hand;
}
.button_over { 
  border: #BC9C6E inset 4px; 
  background-color: #8CC3EB; 
  color: #5E3A00; 
  font-weight: bold; 
  cursor: hand;
}