/* Stylesheet for Firefox and other non-IE browsers */

A,A:visited {color:#0000FF}
A:hover {background:#C0FBFE}

BODY {background:#FEFBE9;color:#000000;font-family:tahoma,sans-serif,arial;font-weight:normal;font-size:100%}

H3 {margin-bottom:0;font-size:1.7em} /*No trailing blank line*/

FORM,MENU,MENU P {margin-top:0;margin-bottom:0} /*No leading or trailing blank line for MENU or for P within MENU*/

INPUT:hover {background:#C0FBFE}
#button {color:blue;font-family:tahoma,verdana,arial,sans-serif;font-size:small;vertical-align:2px;font-weight:bold}
#one {color:blue;font-family:tahoma,verdana,arial,sans-serif;font-size:small;vertical-align:middle;font-weight:bold}

SELECT {font-family:verdana,arial,tahoma,sans-serif;font-size:small;font-weight:normal}

MENU LI {font-weight:normal}
MENU {list-style:disc}
MENU MENU {list-style:circle}
MENU MENU MENU {list-style:square}

OL LI {font-weight:bold} /*Items in OL list are bold*/
OL {font-size:1.2em;list-style:decimal} /* 1,2,3 ... */
OL OL {font-size:1em;list-style:lower-alpha} /* a,b,c ... */
OL OL OL {font-size:1em;list-style:lower-roman} /* i,ii,iii ... */
OL OL OL OL {font-size:1em;list-style:disc}
OL MENU LI {font-size:1em;font-weight:normal}
OL UL LI {font-size:1em;font-weight:normal}
OL P {font-size:1em;font-weight:normal}

UL LI {font-weight:normal}
UL {list-style:circle}
#disc {list-style:disc;font-weight:bold}
UL UL {list-style:disc}
UL UL UL {list-style:square}

	/* text <P> with no leading blank line*/
#close {margin-top:0;font-weight:normal}
	/* <A> for "Top" */
#toplink {font-size:x-small;font-weight:normal;float:right}
	/* <SPAN>*/
#plain {font-weight:normal}
#note {font-size:.90em;font-weight:normal}
	/* INPUT TYPE="text" */
#text {color:black;font-family:courier,monospace;font-size:100%;font-weight:normal}

	/* <DIV> for "Additional Resources" */
.addres {margin:0;background:#C0C0C0;width:88%;border:1px solid #808080;padding:5px;font-size:smaller;font-weight:bold;color:#800000;text-align:center;letter-spacing:0.25em;word-spacing:1em}

	/* <P> (with </P>) for NOTE in "Additional Resources" */
.addnote {padding-left:3em;padding-right:3em;font-size:0.80em;font-weight:normal}

	/* <DIV> for row in "Additional Resourtces" */
.addrow {margin:0;width:88%;background:#DFDFDF;border:1px solid #808080;border-top:none;padding:5px;font-weight:normal}
