.ST, h2, h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-style: normal;
  font-weight: bold;
  color: #B66E4F;
  text-align: center;
}

.Text, .Error {
  font-family: verdana;
  font-size: 7pt;
  text-decoration: none;
}

.Error {
  font-size: 12pt;
  font-weight: bold;
  color: #FF3333;
  text-align: center;
}

a:hover {
  color: #D12F2F;
  text-decoration: underline;
  cursor: pointer;
}

a {
  font-family: verdana; /*"Times New Roman", Times, serif;*/
  font-size: 7pt;
  color: #0321DA;
  text-decoration: none;
}

.SectLinks {
  position: relative; 
  height: 100px; 
  padding: 10px; 
  background-color: #F0F0F0;
  border: 1px solid #AAAAAA;
  -moz-border-radius: 10px/*{cornerRadius}*/; -webkit-border-radius: 10px/*{cornerRadius}*/;
}

.SectLinks div {
  position: relative; 
  height: 100px; 
  text-align: center; 
  overflow: auto;
}

#SectTable tr td {
  padding-right: 20px;
}

#SectTable tr td a {
  cursor: pointer;
}

.List {
  list-style-image: url(images/FreeBullet.png);
}

.List li {
  height: 12px;
}

.Caption {
  text-align: right;
  margin-left: 10px;
}

div.roundedbox {
  width: 800px;
  margin: 5px auto;
  margin-bottom: 10px;
  border: 6px solid #F3F099;
  background: #FFFFFF;
}

div.roundedbox #top, div.roundedbox #bottom {
  font-size: 1px;
  height: 26px;
  line-height: 1px;
}

div.roundedbox #topleft {
  background: url(/images/Corners.png) no-repeat top left;
  position: relative;
  float: left;
  top: -6px;
  left: -6px;
  height: 26px;
  width: 26px;
}

div.roundedbox #topright {
  background: url(/images/Corners.png) no-repeat top right;
  position: relative;
  float: right;
  top: -6px;
  left: 6px;
  height: 26px;
  width: 26px;
}

div.roundedbox #bottomleft {
  background: url(/images/Corners.png) no-repeat bottom left;
  position: relative;
  float: left;
  top: 6px;
  left: -6px;
  height: 26px;
  width: 26px;
}

div.roundedbox #bottomright {
  background: url(/images/Corners.png) no-repeat bottom right;
  position: relative;
  float: right;
  top: 6px;
  left: 6px;
  height: 26px;
  width: 26px;
}

div.roundedbox #boxcontent {
         /* t    r    b    l */
  margin: -25px 20px -10px 10px;
}

#Logo {
  position: relative;
  top: -39px;
  left: -11px;
}

