body
{
	font-family:Tahoma,Georgia,Arial;
	font-size:x-small;
}

.Foundation
{
	font-size:medium;
	font-weight:bold;
	color: #004483;
}

.FoundationContact
{
}
	
.MemberSymbol
{
	font-size:large;
	font-weight:bold;
	color: #004483;
}

.NewSymbol
{
	font-size:xx-small;
	font-style:italic;
	color: #004483;
}

.Segment
{
}

.SegmentHeader
{
	font-weight: bold;
	color: #004483;
}

.SegmentText
{
}

.SegmentTitle
{
	font-weight: bold;
	color: #004483;
	text-decoration: underline;
}

.SubsegmentGroup
{
	font-style:italic;
}

.SegmentTable
{
	background-color: White;
	border: solid 1px silver;
	border-collapse: collapse; 
}

.SegmentTable tr
{
}

.SegmentTable tr th
{
	background-color: White;
	border: solid 1px silver;
	color: #004483;
	font-weight: bold;
	padding: 3px 3px 3px 3px;
}

.SegmentTable tr td
{
	border: solid 1px silver;
	padding: 3px 3px 3px 2px;
}