a, a:link, a:active, a:visited
{
	color: #600;
	text-decoration: none;
}

a:hover
{
	color: #f00;
	text-decoration: none;
}

a.note, a:link.note, a:active.note, a:visited.note
{
	color: #600;
	text-decoration: none;
	font-size: 10px;
	line-height: 10px;
	vertical-align: 5px;
	font-style: normal;
}

a:hover.note
{
	color: #f00;
	text-decoration: none;
}

body
{
	background-color: #fff;
	margin: 20px 10px;
	margin-bottom: 0;
}

div
{
	margin: 0;
	padding: 0;
}

div.caption
{
	width: 250px;
	text-align: center;
	line-height: 110%;
	font-size: 85%;
	margin-top: 3px;
}

div.container
{
	float: right;
	margin: 5px 0 5px 10px;
}

img.image
{
	border: 2px #600 solid;
}

p
{
	text-align: left;
	padding: 0;
	margin: 0px;
	text-indent: 2em;
}

table.container
{
	float: right;
	margin: 5px 0 5px 10px;
	width: 258px;
	border-width: 0;
	padding: 0;
}

td
{
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	line-height: 140%;
	padding: 0;
	margin: 0;
}

td.caption
{
	text-align: center;
	line-height: 110%;
	text-indent: 0;
	font-size: 85%;
	padding-top: 3px;
}

td.copy
{
	color: #666;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
}

td.endnote
{
	font-size: 12px;
	line-height: 1.25em;
}

td.background
{
	background-image: url( images/side.gif );
	background-repeat: repeat-y;
	width: 103px;
}