ADDRESS,
BLOCKQUOTE, 
BODY, DD, DIV, 
DL, DT, 
FIELDSET, FORM,
FRAME, FRAMESET,
H1, H2, H3, H4, 
H5, H6, IFRAME, 
NOFRAMES, 
OBJECT, OL, P, 
UL, APPLET, 
CENTER, DIR, 
HR, MENU, PRE   { display: block }
LI              { display: list-item }
HEAD            { display: none }
TABLE           { display: table }
TR              { display: table-row }
THEAD           { display: table-header-group }
TBODY           { display: table-row-group }
TFOOT           { display: table-footer-group }
COL             { display: table-column }
COLGROUP        { display: table-column-group }
TD, TH          { display: table-cell }
CAPTION         { display: table-caption }
TH              { font-weight: bolder; text-align: center }
CAPTION         { text-align: center }
BODY {
  font-weight: normal;
  font-size: 12pt;
  line-height: 1.2em;
  padding: 0.25em;
  font-family: Georgia, Bodoni, "Times New Roman", Palatino, "New Century Schoolbook", Garamond, Times, serif;
  font-variant: normal;
  font-style: normal;
  color: #000099;
  background-image: url("bgGray.jpg");
  background-repeat: repeat;
}
P,
BLOCKQUOTE, UL,
FIELDSET, FORM,
OL, DL, DIR,
MENU            { margin: 1.0em;}
H1              { font-size: 2em; margin: 0.2em 0; margin-top: 0em }
H2              { font-size: 1.5em; margin: 0.2em 0; margin-top: 0em }
H3              { font-size: 1.0em; margin: 0.1em 0; margin-top: 0em; color: #CCFFFF }
H4              { font-size: 0.83em; margin: 0.0em 0; margin-top: 0em; margin-left: 0em;
                 color: #CCFFFF }
H5              { font-size: 0.67em; margin: 0.0em 0; margin-top: 0em; margin-left: 0em;
		 font-family: Verdana, Geneva, Swiss, Arial, "Gill Sans", Helvetica, Univers, sans-Georgia, Bodoni, "Times New Roman", Palatino, "New Century Schoolbook", Garamond, Times, serif; color: #FFFFCC }
H6              { font-size: 0.5em; margin: 0.0 em0; margin-top: 0em;
		 font-family: Verdana, Geneva, Swiss, Arial, "Gill Sans", Helvetica, Univers, sans-Georgia, Bodoni, "Times New Roman", Palatino, "New Century Schoolbook", Garamond, Times, serif; color: #FFFFCC }
H1, H2, H3, H4,
H5, H6          { font-weight: bolder }
B               { font-weight: bolder }
STRONG          { font-weight: bolder }
BLOCKQUOTE      { margin-left: 40px; margin-right: 40px }
I, CITE, EM,
VAR, ADDRESS    { font-style: italic }
PRE, TT, CODE,
KBD, SAMP       { font-family: monospace }
PRE             { white-space: pre }
BIG             { font-size: 1.25em; font-weight: bolder }
SMALL           { font-size: 0.8em }
SUB, SUP        { font-size: 0.8em }
SUB             { vertical-align: sub }
SUP             { vertical-align: super }
S, STRIKE, DEL  { text-decoration: line-through }
HR              { border: 1px inset }
OL, DIR,
MENU, DD        { margin-left: 40px }
OL              { list-style-type: decimal }
UL.none {
  list-style-type: none;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
}
UL {
  list-style-type: circle;
  margin-top: 0px;
  margin-left: 10px;
  margin-bottom: 0px;
  margin-right: 0px;
}
OL UL, UL OL,
UL UL, OL OL    { margin-top: 0; margin-bottom: 0 }
LI              { padding-bottom: 0.5em }
U, INS          { text-decoration: underline }
CENTER          { text-align: center }
BR:before       { content: "\A" }


/* Background Styles */

DIV.SEMACpanel {
  background-image: url("bgGrayLt.jpg");
  background-repeat: repeat;
  border-top-style: solid;
  border-top-width: 3px;
  border-top-color: #333366;
  border-left-style: solid;
  border-left-width: 3px;
  border-left-color: #333366;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #9999CC;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: #9999CC;
}
DIV.SEMACpanelup {
  background-image: url("bgGrayLt.jpg");
  background-repeat: repeat;
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: #CCCCFF;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: #CCCCFF;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: #666699;
  border-right-style: solid;
  border-right-width: 3px;
  border-right-color: #666699;
}
DIV.whitepanel {
  background-image: url("bgGrayLt.jpg");
  background-repeat: repeat;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #CCCCCC;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #CCCCCC;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #FFFFFF;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #FFFFFF;
}
DIV.whitepanelup {
  background-image: url("bgGrayLt.jpg");
  background-repeat: repeat;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #FFFFFF;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #FFFFFF;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #CCCCCC;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #CCCCCC;
}
DIV.graypanel {
  background-image: url("bgGray.jpg");
  background-repeat: repeat;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #FFFFFF;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #FFFFFF;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #CCCCCC;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #CCCCCC;
}
DIV.darkgraypanel {
  background-image: url("bgSeaBlue.jpg");
  background-repeat: repeat;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #CCCCFF;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #CCCCFF;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #003333;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #003333;
}
DIV.blackpanel {
  background-image: url("bgBlack.jpg");
  background-repeat: repeat;
  border-top-style: outset;
  border-top-width: 2px;
  border-top-color: #996633;
  border-left-style: outset;
  border-left-width: 2px;
  border-left-color: #996666;
  border-bottom-style: outset;
  border-bottom-width: 2px;
  border-bottom-color: #663300;
  border-right-style: outset;
  border-right-width: 2px;
  border-right-color: #663300;
}
DIV.goldpanel {
  background-image: url("bgGold.jpg");
  background-repeat: repeat;
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: #FFFFCC;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: #FFFFCC;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: #CC9933;
  border-right-style: solid;
  border-right-width: 3px;
  border-right-color: #CC9933;
  vertical-align: middle;
}
DIV.goldpaneldown {
  background-image: url("bgGold.jpg");
  background-repeat: repeat;
  border-top-style: solid;
  border-top-width: 3px;
  border-top-color: #996600;
  border-left-style: solid;
  border-left-width: 3px;
  border-left-color: #996600;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #CCCC99;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: #CCCC99;
  vertical-align: middle;
}
DIV.bluepanel {
  background-image: url("bgBlue.jpg");
  background-repeat: repeat;
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: #000066;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: #000066;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #9999FF;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: #9999FF;
}
DIV.displayscreen {
  background-color: #000000;
  border-top-style: inset;
  border-top-width: 5px;
  border-top-color: #CCCCCC;
  border-left-style: inset;
  border-left-width: 5px;
  border-left-color: #CCCCCC;
  border-bottom-style: inset;
  border-bottom-width: 5px;
  border-bottom-color: #666666;
  border-right-style: inset;
  border-right-width: 5px;
  border-right-color: #666666;
}
DIV.displayscreenborder {
  background-image: url("bgLightBlack.jpg");
  background-repeat: repeat;
  border-top-style: outset;
  border-top-width: 2px;
  border-top-color: #CCCCCC;
  border-left-style: outset;
  border-left-width: 2px;
  border-left-color: #CCCCCC;
  border-bottom-style: outset;
  border-bottom-width: 2px;
  border-bottom-color: #000000;
  border-right-style: outset;
  border-right-width: 2px;
  border-right-color: #000000;
}


/* Misc Graphics */

DIV.blankline {
  line-height: 0.5;
}
DIV.screwtopleft {
  background-image: url("screwMetalSmall.gif");
  background-repeat: no-repeat;
  background-position: top left;
  width: 10px;
  height: 10px;
}
DIV.screwbottomleft {
  background-image: url("screwMetalSmall.gif");
  background-repeat: no-repeat;
  background-position: bottom left;
  width: 10px;
  height: 10px;
}
DIV.screwbottomright {
  background-image: url("screwMetalSmall.gif");
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 10px;
  height: 10px;
}
DIV.screwtopright {
  background-image: url("screwMetalSmall.gif");
  background-repeat: no-repeat;
  background-position: top right;
  width: 10px;
  height: 10px;
}


/* Text Styles */

DIV.textpageheadertitle {
  font-size: 1.3em;
  line-height: 1.0em;
  padding: 0.3em;
  font-family: Georgia, Bodoni, "Times New Roman", Palatino, "New Century Schoolbook", Garamond, Times, serif;
  font-variant: normal;
  font-style: normal;
  color: #FFFFFF;
}
DIV.textpageheaderbody {
  font-size: 1.0em;
  line-height: 1.0em;
  padding: 0.1em;
  font-family: Georgia, Bodoni, "Times New Roman", Palatino, "New Century Schoolbook", Garamond, Times, serif;
  font-variant: normal;
  font-style: normal;
  color: #3300CC;
}
DIV.textpageheaderbodysmall {
  font-size: 0.8em;
  line-height: 1.0em;
  padding: 0.1em;
  font-family: Georgia, Bodoni, "Times New Roman", Palatino, "New Century Schoolbook", Garamond, Times, serif;
  font-variant: normal;
  font-style: normal;
  color: #3300CC;
}
SPAN.textcolorGreenDk {
  color: #006600;
}
SPAN.textcolorGreenLt {
  color: #CCFFCC;
}
SPAN.textcolorWhite {
  color: #FFFFFF;
}
SPAN.textcolorYellowLt {
  color: #FFFFCC;
}
SPAN.textcolorBlueLt {
  color: #CCCCFF;
}
SPAN.textcolorCyanLt {
  color: #CCFFFF;
}
SPAN.textcolorBlue {
  color: #99CCFF;
}
SPAN.textcolorCyan {
  color: #CCEEFF;
}
DIV.textpagefooterbody {
  font-size: 1.0em;
  line-height: 1.1em;
  padding: 0.1em;
  font-family: Georgia, Bodoni, "Times New Roman", Palatino, "New Century Schoolbook", Garamond, Times, serif;
  font-variant: normal;
  font-style: normal;
  color: #3300CC;
}
DIV.textheadingvendor {
  font-size: 1.0em;
  line-height: 1.1em;
  padding: 0.1em;
  font-family: Georgia, Bodoni, "Times New Roman", Palatino, "New Century Schoolbook", Garamond, Times, serif;
  font-variant: normal;
  font-style: normal;
  color: #FFFFFF;
}
DIV.textheadingproduct {
  font-size: 1.0em;
  line-height: 1.1em;
  padding: 0.1em;
  font-family: Georgia, Bodoni, "Times New Roman", Palatino, "New Century Schoolbook", Garamond, Times, serif;
  font-variant: normal;
  font-style: normal;
  color: #CCFFFF;
}
DIV.textproducthighlighttitle {
  font-size: 0.8em;
  line-height: 1.0em;
  padding: 0.1em;
  font-family: Verdana, Geneva, Swiss, Arial, "Gill Sans", Helvetica, Univers, sans-serif;
  font-variant: small-caps;
  font-style: normal;
  color: #FFCCCC;
}
DIV.textproducthighlightcategory {
  font-size: 1.2em;
  line-height: 1.1em;
  padding: 0.1em;
  font-family: Verdana, Geneva, Swiss, Arial, "Gill Sans", Helvetica, Univers, sans-serif;
  font-variant: normal;
  font-style: normal;
  color: #FFFFCC;
}
DIV.textproducthighlightname {
  font-size: 1.0em;
  line-height: 1.1em;
  padding: 0.1em;
  text-align: center;
  font-family: Verdana, Geneva, Swiss, Arial, "Gill Sans", Helvetica, Univers, sans-serif;
  font-variant: small-caps;
  font-style: normal;
  color: #CCFFFF;
}
DIV.textproducthighlightbody {
  font-size: 1.0em;
  line-height: 1.1em;
  padding: 0.1em;
  font-family: Georgia, Bodoni, "Times New Roman", Palatino, "New Century Schoolbook", Garamond, Times, serif;
  font-variant: normal;
  font-style: normal;
  color: #CCFFCC;
}
DIV.textproductdivision {
  font-size: 1.2em;
  line-height: 1.1em;
  padding: 0.1em;
  text-align: center;
  vertical-align: bottom;
  font-family: Georgia, Bodoni, "Times New Roman", Palatino, "New Century Schoolbook", Garamond, Times, serif;
  font-variant: normal;
  font-style: normal;
  color: #FFFFFF;
}
DIV.textproductcategory {
  font-size: 0.9em;
  line-height: 1.0em;
  padding: 0.2em;
  font-family: Verdana, Geneva, Swiss, Arial, "Gill Sans", Helvetica, Univers, sans-serif;
  font-variant: small-caps;
  font-style: normal;
  color: #FFFFCC;
}
SPAN.textproductcategorysub {
  color: #CCFFFF;
}
DIV.textmission {
  font-size: 0.9em;
  line-height: 1.0em;
  padding: 0.2em;
  text-align: center;
  font-family: Verdana, Geneva, Swiss, Arial, "Gill Sans", Helvetica, Univers, sans-serif;
  font-variant: small-caps;
  font-style: normal;
  color: #FFFFCC;
}


/* OLD TEXT STYLES */

DIV.blackpaneltext {
  font-weight: normal;
  font-size: 1.0em 0;
  line-height: 1.0;
  padding: 8px;
  font-family: Georgia, Garamond, Times New Roman, serif;
  font-variant: normal;
  font-style: normal;
  color: #CCFFFF;
}
DIV.blackpanelheadertext {
  font-weight: normal;
  font-size: 1.2em;
  line-height: 1.0;
  padding-left: 15px;
  font-family: Verdana, Swiss, Arial, Helvetica, sans-serif;
  font-variant: Normal;
  font-style: normal;
  color: #FFFFCC;
}
DIV.blackpanelheadertextsmall {
  font-weight: normal;
  font-size: 0.9em;
  line-height: 1.0;
  margin: 3px;
  padding-left: 15px;
  font-family: Verdana, Swiss, Arial, Helvetica, sans-serif;
  font-variant: small-caps;
  font-style: normal;
  color: #FFFFCC;
}


/* Style for HTML 4.0's ABBR/ACRONYM elements */

ABBR, ACRONYM   { font-variant: small-caps; letter-spacing: 0.1em }
A[href]         { text-decoration: underline }
A[href]		{ border: 0px }
A:link		{ color: #00FF00 }    /* unvisited links */
A.external:visited	{ color: #FF0000 }   /* visited links   */
A:hover		{ color: #99FF99 }   /* user hovers     */
A:active	{ color: #FF9999 }   /* active links    */
A:focus		{ color: #99FF99 }

/* A:link		{ color: red } */
/* A.external:visited { color: rgb(255,0,40) } */
/* A:focus		{ background: yellow } */
/* A:focus:hover	{ background: white } */
/* :focus          { outline: thin dotted invert }*/
/* :focus		{ outline: thick solid black }*/
/* :active	{ outline: thick solid red }*/

/* Begin bidirectionality settings (do not change) */

BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override }
/*BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override }*/

*[DIR="ltr"]    { direction: ltr; unicode-bidi: embed }
/**[DIR="rtl"]    { direction: rtl; unicode-bidi: embed }*/

/* Elements that are block-level in HTML4 */

ADDRESS, BLOCKQUOTE, BODY, DD, DIV, DL, DT, FIELDSET, 
FORM, FRAME, FRAMESET, H1, H2, H3, H4, H5, H6, IFRAME,
NOSCRIPT, NOFRAMES, OBJECT, OL, P, UL, APPLET, CENTER, 
DIR, HR, MENU, PRE, LI, TABLE, TR, THEAD, TBODY, TFOOT, 
COL, COLGROUP, TD, TH, CAPTION 
                { unicode-bidi: embed }

/* End bidi settings */


@media print {
  @page         { margin: 10% }
  H1, H2, H3,
  H4, H5, H6    { page-break-after: avoid; page-break-inside: avoid }
  BLOCKQUOTE, 
  PRE           { page-break-inside: avoid }
  UL, OL, DL    { page-break-before: avoid }
}

@media speech {
  H1, H2, H3, 
  H4, H5, H6    { voice-family: paul, male; stress: 20; richness: 90 }
  H1            { pitch: x-low; pitch-range: 90 }
  H2            { pitch: x-low; pitch-range: 80 }
  H3            { pitch: low; pitch-range: 70 }
  H4            { pitch: medium; pitch-range: 60 }
  H5            { pitch: medium; pitch-range: 50 }
  H6            { pitch: medium; pitch-range: 40 }
  LI, DT, DD    { pitch: medium; richness: 60 }
  DT            { stress: 80 }
  PRE, CODE, TT { pitch: medium; pitch-range: 0; stress: 0; richness: 80 }
  EM            { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
  STRONG        { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
  DFN           { pitch: high; pitch-range: 60; stress: 60 }
  S, STRIKE     { richness: 0 }
  I             { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
  B             { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
  U             { richness: 0 }
  A:link        { voice-family: harry, male }
  A:visited     { voice-family: betty, female }
  A:active      { voice-family: betty, female; pitch-range: 80; pitch: x-high }
}

