/* Try to stick to the "standard 16" color names:
   aqua, black, blue, fuchsia, gray, green, lime, maroon,
   navy, olive, purple, red, silver, teal, white, and yellow */


BODY {
	background: white;
	color: black;
	margin-left: 0;
	margin-right: 0;
}

BODY, H1, H2, H3, H4, H5, P, TD, TH, UL, LI, BLOCKQUOTE {
	font-family: Arial, Helvetica, sans-serif;
}

P, UL, LI, BLOCKQUOTE {
  font-size: 10pt;
}

INPUT, TEXTAREA {
  font-size: medium;
  font-family: Courier, MS Courier New, Prestige, Everson Mono, monospace;
  color: black;
  background: #F6F7CF;  /* Was #F8FBA4 */
}

SELECT {
  color: black;
  background: #F6F7CF;
}

P.instructions {
        font-size: 12pt;
        font-weight: 600;
}

P.response {
        font-size: 12pt;
        font-weight: 600;
}

.topbar {
        background: #040D4F;
        color: white;
}

.sidebar {
        background: #DCE9FB;
        color: black;
}

.divbar {
        background: #417E24;
        color: aqua;
}

.infocell0 {
        background: #F2F6F6;
        color: black;
}

.infocell1 {
        background: #FBF4EF;
        color: black;
}

.infocell2 {
        background: #E1FEE4;
        color: black;
}

.infocell3 {
        background: #D3FEFE;
        color: black;
}

.infocell4 {
        background: #F2D9FD;
        color: black;
}

.infocell5 {
        background: #FCF2F8;
        color: black;
}

.article {
        text-indent: 1em;
}

.disclosure {
        font-size: 8pt;
        text-indent: 1em;
        margin: 0;
        padding: 0;
        border: 0;
}

.intro {
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
}

P.byline {
        font-size: 8pt;
        text-indent: 1em;
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
}

P.byline2 {
        font-size: 8pt;
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
}

.address {
        padding-left: 2em;
        padding-right: 2em;
}

.question {
        color: #3333FF;
}

.leader {
        font-size: 14pt;
}

.header {
        font-size: 12pt;
}

.introtitle {
        font-size: 12pt;
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
}

.mainintrotitle {
        font-size: 14pt;
}

.urgent {
        color: red;
}

.flash {
        font-size: 12pt;
        color: red;
}

.dateline {
        font-size: 10pt;
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
}

.small {
        font-size: 10pt;
}

.issuedate {
        font-size: 10pt;
        color: #990099;
}

code {
        color: green;
        font-weight: 600;
}       

samp { 
        color: red;
        font-weight: 600;
}       

A:link {
	color: blue; }
A:visited {
	color: purple;}
A:active {
	background: yellow;
	color: red; }

A.menu {
  text-decoration: none;
}

.menu {
  font-size: 10pt;
}
