body {
	color: #4B5973;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #CED6E3;
	padding: 20px;
}
p {
	font-size: 10px;
	line-height: 1.5em;
}
h1 {
	font-size: 12px;
}
h2 {
	font-size: 11px;
}
h3 {
	font-size: 10px;
}
h4 {
	font-size: inherit;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
li {
	font-size: 10px;
}
blockquote {
	font-size: 11px;
	margin-left: 0px;
}
.press-release {
	margin-bottom: 5px;
}
a:link {
	color: #4B5973;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.reflows {
	margin-bottom: 5px;
	font-size: 10px;
	font-weight: bold;
}
.larger {
	font-size: 14px;
}
.highlight {
	background-color: #99CC99;
	width: 405px;
	border: 2px solid #999966;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}
