body
{
	font-size: 10pt;
	color: #363636;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	background-color: white;
}
P
{
	font-size: 10pt;
	color: #363636;
}

.Bulletin
{
	font-size: 10pt;
	padding-bottom: 2px;
	color: #404040;
	border-bottom: #f0f0f0 thin solid;
}

.HighlightBulletin
{
	font-size: 10pt;
	color: #404040;
	border-bottom: red thin solid;
	padding-bottom: 2px;
}

P.copyright
{
	border-top: #cccccc thin solid;
	margin-top: 1px;
	font-size: 8pt;
	text-align: left;
}

TABLE.MainTable
{
	border-collapse: collapse;
	width: 100%;
	font-size: 18pt;
}

P.MainTitle
{
	font-weight: bold;
	font-size: 18pt;
	color: #e0e0e0;
	background-color: teal;
	text-align: center;
	padding: 5px;
	margin-left:2px;
	margin-right:2px;
}

P.SubTitle
{
	font-weight: bold;
	font-size: 12pt;
	width: 100%;
	color: teal;
	border-bottom: #e0e0e0 thin solid;
	text-align: center;
}

P.PreviousPage
{
	font-weight: bold;
	font-size: 10pt;
	color: teal;
	padding-bottom: 2pt;
	border-bottom: #e0e0e0 thin solid;
	text-align: left;
}

P.NextPage
{
	font-weight: bold;
	font-size: 10pt;
	color: teal;
	padding-bottom: 2pt;
	border-bottom: #e0e0e0 thin solid;
	text-align: right;
}

P.StageName
{
	font-weight: bold;
	font-size: 10pt;
	color: #e0e0e0;
	padding: 4px;
	text-align: left;
}

P.Presentation
{
	font-size: 10pt;
	color: #e0e0e0;
	padding: 4px;
}

TD.Schedule
{
	padding: 2px;
}
TD.BasicRow
{
	border-bottom: #e0e0e0 thin solid;
}
P.BasicRow
{
	font-size: 10pt;
	color: #404040;
}
TD.ScheduleHeading
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: #f0f0f0;
	border: #f0f0f0 thin solid;
}

P.Schedule
{
	font-size: 10pt;
	color: #404040;
}

TD.SummaryHeading
{
	font-size: 8pt;
	padding: 1px;
	background-color: #f0f0f0;
	border: #f0f0f0 thin solid;
}
TD.Summary
{
	padding: 1px;
	border-bottom: #f0f0f0 thin solid;
}
P.Summary
{
	font-size: 8pt;
	color: #404040;
}

A:link 
{
	text-decoration: underline;
	color: #404040;
}
A:visited
{
	text-decoration: underline;
	color: #404040;
}
.Presentation A:link
{
	text-decoration: underline;
	color: #e0e0e0;
}
.Presentation A:visited
{
	text-decoration: underline;
	color: #e0e0e0;
}

.StageName A:link
{
	text-decoration: none;
	color: #e0e0e0;
}
.StageName A:visited
{
	text-decoration: none;
	color: #e0e0e0;
}

.PreviousPage A:link
{
	text-decoration: none;
	color: teal;
}
.PreviousPage A:visited
{
	text-decoration: none;
	color: teal;
}

.NextPage A:link
{
	text-decoration: none;
	color: teal;
}
.NextPage A:visited
{
	text-decoration: none;
	color: teal;
}
