a, a:link, a:active, a:visited
{
	color: #fff;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}

a:hover
{
	color: #fff;
	text-decoration: none;
	background-color: #70787f;
}

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

a:hover.note
{
	color: #fff;
	text-decoration: none;
	background-color: #70787f;
}

body
{
	background-color: #4a525a;
	margin: 10px 0px 10px 0px;
}

.caption
{
	color: #e8e9e9;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
	font-style: italic;
	text-indent: 0em;
}

p
{
	color: #e8e9e9;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 130%;
	text-align: left;
	margin: 0px;
	text-indent: 2em;
}

p.acknowledgement
{
	font-size: 13px;
	text-indent: 0em;
}

p.copy
{
	color: #999;
	font-size: 10px;
	text-align: center;
}

p.footnote
{
	font-size: 12px;
	text-indent: -15px;
	padding-left: 15px;
}

