/* CSS Document */

/* SELECTABLE STYLES IN EDITOR */

.Heading1,H1 {
  position: relative;
  padding: 0;
  margin: 0 0 15px 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  color: #003366;
	}
.Heading2,H2 {
  position: relative;
  padding: 0;
  margin: 0 0 10px 0;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  color: #336699;
	}
.subhead {
  font-weight: bold;
  color: #336699;
}
.hr_gray {
  background: #aaaaaa;
  overflow: hidden;
  margin: 20px 0;
}
.light_gray {
  color: #666666;
}

.hr_white {
  background: #ffffff;
  overflow: hidden;
}
.circle {
  margin: 0;
  padding: 0;
  list-style: none outside url('../../images/li_dot.gif');
}
.head {
  font-weight: bold;
  font-size: 13px;
  color:#66ccff;
}
.small {
  font-size: 10px;
  line-height: 14px;
  color:#ffffff;
}