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: 12px;
	line-height: 10px;
	vertical-align: 5px;
	font-style: normal;
}

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

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

p.french
{
	font-style: italic;
	text-indent: 0em;
	margin-right: 10px;
}

p.english
{
	font-style: normal;
	text-indent: 0em;
	margin-left: 10px;
}

td
{
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 18px;
}

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

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: 12px;
	line-height: 15px;
	vertical-align: top;
	text-align: right;
}

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

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

