.white
	{color: ffffff; font-color: ffffff; font-weight:600}

.hanging
	{text-indent: -1.5em; margin-left: 1.5em}

.hanging-small
	{text-indent: -0.8em; margin-left: 0.8em}

P, TD, DIV, BLOCKQUOTE, OL, UL, DL, TD, H1, H2, H3, H4, H5, H6
	{font-family: Verdana, Helvetica, Arial, Geneva, sans-serif}

P, TD, DIV, OPTION
	{font-size: small; font-weight: 300; line-height: 125%; margin-top: 0.2em; margin-bottom: 0.2em}

P.top, DIV.top
	{font-size: x-small; font-weight: 300; line-height: 125%; margin-top: 0em; margin-bottom: 0.2em}

BIG {font-size: medium; font-weight: 300}
SMALL {font-size: x-small; font-weight: 300}
SUP, SUB {font-weight: 300}
PRE {font-family: Courier, monospaced; line-height: 100%; font-size: x-small; font-weight: 300}

SMALL DIV.hanging-small
	{font-size: x-small; font-weight: 300; text-indent: -0.8em; margin-left: 0.8em}

BLOCKQUOTE, OL, UL
	{font-size: x-small; font-weight: 300; line-height: 120%}

H1, H2, H3, H4, H5, H6
	{font-weight: 800; margin-top: 0.5em; margin-bottom: 0.25em}
H1.top, H2.top, H3.top, H4.top, H5.top, H6.top
	{font-weight: 800; margin-top: 0em; margin-bottom: 0.25em}
H1.top-white, H2.top-white, H3.top-white, H4.top-white, H5.top-white, H6.top-white
	{font-weight: 800; margin-top: 0em; margin-bottom: 0.25em; color: ffffff}

H1 {font-size: large; font-weight: 900}
H2 {font-size: medium; font-weight: 900}
H3 {font-size: medium; font-weight: 700}
H4 {font-size: small}
H5 {font-size: x-small}
H6 {font-size: xx-small}

OL, UL
	{line-height: 120%}

OL {list-style-type: lower-roman}
OL OL {list-style-type: lower-alpha}
OL OL OL {list-style-type: decimal}
OL OL OL OL {list-style-type: upper-roman}
OL OL OL OL OL {list-style-type: upper-alpha}

UL {list-style: square}
UL.nobullets {list-style:none}

A
	{font-weight: 800; text-decoration: none}
A:hover, A:active
	{text-decoration: underline}
A:link
	{color: 4444cc; font-weight: 800}
A:visited
	{color: 6622aa; font-weight: 800}

A.white:link, A.white:visited
	{color: ffffff; text-decoration: underline}
	
SELECT.dropdown
	{width: 300px}

/* White title text rendered inside the legacy brown header rule */
.legacy-bar-title {
  color: #fff;
  font-weight: bold;
  font-size: 16px;      /* tune if needed */
  line-height: 10px;    /* tune to match bar height */
  padding: 2px 10px;    /* left inset similar to original */
  white-space: nowrap;
}

