html, body
{
	font-size: 10pt;
	font-family: Verdana;
	background-color: white;
	color: black;
}
a
{
	color: #8DB543;
}
h2
{
	font-size: 14pt;
	font-weight: bold;
	color: #8DB543;
}
.introduction
{
	vertical-align: top;
	font-size: 11pt;
	border-right: 1px solid #000;
	padding-right: 10px;
}
.introduction h2
{
	margin: 2px 10px 2px 0px;
}
span.quote
{
	font-style: italic;
	color: #7A9D3A;
	margin-right: 10px;
}
img.inline-left
{
	border: 1px solid #000;
	float: left;
	margin-right: 10px;
}
img.inline-right
{
	border: 1px solid #000;
	float: right;
	margin-left: 10px;
}

.xmas
{
	background: url(/images/e-shot/header-snow3.png) top left no-repeat;
}
