p, ul, li, blockquote, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #333333;


}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}
h2  { color: #309; font-size: 18px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold }
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	font-style: normal;
	text-decoration: underline;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;

}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #339933;
}
bullet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 100%;
	list-style-type: disc;
}
.date  { color: #339; font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold }
a.green:link { color: #393 }
a.blue:link { color: #06c }
a.green:visited { color: #393 }
a.blue:visited { color: #06c }
a.green:hover { color: #393 }
a.blue:hover { color: #06c }
a.green:active { color: #393 }
a.blue:active { color: #06c }

/* Utility Rules */
.red {
  color: red;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.indent {
  margin-left: 2em;
}
