
a, body, div, layer, span, td {
  font-family:verdana;
  font-size:8pt;
}

.formBorder {
  border: 1px solid #bdc6bd;
  background-color:#dde8dd;
}

.rule {
  background-color:#bdc6bd;
}

.title {
  font-family:arial;
  font-weight:bold;
	font-size:9pt;
}

.titleGreenLarge {
  font-family:arial;
  color:#004F33;
  font-weight:bold;
	font-size:13pt;
}

.greenBold {
  color:#004F33;
	font-weight:bold;
	font-size:8pt;
}

.greenItalic {
  color:#004F33;
	font-style:italic;
	font-size:8pt;
}

.titleBlackLarge {
  font-family:arial;
  font-weight:bold;
	font-size:14pt;
}

.content {
	font-size:9pt;
	margin-left: 0px;
  padding-left: 0;
  list-style: none;
}

.contentBold {
  font-weight:bold;
	font-size:8pt;
}

.contentBoldItalic {
  font-weight:bold;
	font-style:italic;
	font-size:8pt;
}

a.content {
  font-size:8pt;
  font-weight:bold;
  color:#166951;
  text-decoration:none;
}
a.content:visited { color:#166951; }
a.content:hover { color: #737476; }

.content li {
  list-style-image:url(/images/bullet.gif);
	padding:0px;
}

.smallContent {
	font-size:8pt;
}
