body {
  background: url(../images/bg.png);
  font-family: 'Lucida Grande', 'Franklin Gothic Medium', Helvetica;
  font-size: 16px;
}
h2 {
  font-family: 'Lucida Grande', 'Franklin Gothic Medium', Helvetica;
	font-size: 28px;
	font-weight: normal;
	margin: 24px 0 12px 0;
}
h2:first-child {
	margin-top: 0;
}
h3 {
  font-family: 'Lucida Grande', 'Franklin Gothic Medium', Helvetica;
  font-size: 18px;
  font-weight: normal;
  margin: 24px 0 9px 0;
}
h3:first-child {
  margin-top: 0;
}
p, ul {
  font-family: Georgia;
  font-size: 16px;
  line-height: 24px;
  text-indent: 30px;
  margin-bottom: 8px;
}
ul {
  list-style-type: square;
  text-indent: 0;
  margin-left: 30px;
}
p:first-child {
  text-indent: 0;
}
.noindent {
  text-indent: 0 !important;
}
a {
  color: #888;
}
label {
  display: block;
  margin-bottom: 1px;
}
.field {
  margin: 0 3px 6px 0;
}
.shadowLeft {
  background: url(../images/shadow_left.png) repeat-y;
  width: 28px;
}
.shadowRight {
  background: url(../images/shadow_right.png) repeat-y;
  width: 28px;
}
.shadowTop {
  background: url(../images/shadow_top.png) repeat-x;
  height: 28px;
}
.shadowBottom {
  background: url(../images/shadow_bottom.png) repeat-x;
  height: 28px;
}

