body {
	background-color: black;
	color: white;
	font-family : Tahoma;
}

DIV.articleList {
	padding-bottom : 8px;
	font-size : smaller;
}

DIV.articleHeading {
	padding-bottom : 10px;
	font-weight : bold;
	font-size : smaller;
}

DIV.updates {
	font-size : 7pt;
}

DIV.updateList {
	padding-bottom : 3px;
	font-size : 7pt;
}

SPAN.updateHeading {
	padding-bottom : 8px;
	font-weight : bold;
	font-size : 7pt;
}

SPAN.updateSection {
	padding-bottom : 8px;
	font-style : italic;
	font-size : 7pt;
}

DIV.departmentDesc {
	font-size: 7pt;
	text-align: center;
	display: table;
	visibility: hidden;
}

P.departmentDesc {
	display: table-cell;
	vertical-align: middle;
}

a.footnoteTitle {
	font-style : italic;
}

p.articleQuote {
	font-size : small;
	padding-left : 20px;
}

p.articleQuoteRef {
	font-size : small;
	padding-left : 40px;
}
p.glossaryTitle {
	
	font-size : larger;
}
A:link    {
	color: #777777;
}

A:active  {
	color: #c0c0c0;
}

A:visited {
	color: #999999;
}

A {
	outline: none;
}
