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

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

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

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

a.number, a:link.number, a:active.number, a:visited.number
{
	color: #000;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

a:hover.number
{
	color: #fff;
	text-decoration: none;
}

div.caption
{
	position: absolute;
	top: 0px;
	left: -500px;
	visibility: hidden;
	z-index: 20;
}

p
{
	color: #000;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 17px;
	margin: 0px;
	text-align: left;
	text-indent: 2em;
}

table.display
{
	border: 1px solid #000;
	background: #fff;
}

td
{
	color: #000;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 16px;
}

td.border
{
	padding: 10px 0px 10px 0px;
}

td.caption
{
	text-align: center;
}

td.textLeft
{
	text-align: left;
	vertical-align: top;
}

td.textCenter
{
	text-align: center;
	vertical-align: top;
}

td.textRight
{
	text-align: right;
	vertical-align: top;
}

td.title
{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

td.eNumber
{
	font-size: 10px;
	line-height: 13px;
	vertical-align: top;
	text-align: right;
}

td.eText
{
	font-size: 10px;
	line-height: 13px;
	vertical-align: top;
	text-align: left;
}

td.copy
{
	font-family: "Times New Roman", Times, serif;
	color: #000;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
}

