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; font-size:12}
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 }
P, BLOCKQUOTE, UL, FIELDSET, FORM, OL, DL, DIR, MENU	
		{ margin: 1.5em 0  }

CAPTION         { text-align: center }
BODY            { padding: 8px; line-height: 1.33; font-family: verdana; font-size: 12; color: Brown; background-color:Orange; scrollbar-base-color: orange; }


H1	{ font-size: 2em; text-align:center}
H2      { font-size: 2em; text-align:center; border: solid 1px; margin:1em 18%}
H3      { font-size: 1.5em; text-align:center; border:solid 1px; margin:1em 25%}
H4	{ font-size: 1.3em; text-align:left}
H5      { font-size: 1.0em; margin:0; padding:0; text-align:center; border:solid 1px; width:100%}
H6      { font-size: 1.0em; padding-left:0.3em; border: solid 1px;  width: 190 }
H1, H2, H3, H4, H5, B, 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.17em }
SMALL, SUB, SUP 	{ font-size: .83em }
SUB             	{ vertical-align: sub }
SUP             	{ vertical-align: super }
S, STRIKE, DEL  	{ text-decoration: line-through }
HR              	{ border: 14px groove black}
UL, DIR, MENU, DD	{ margin-left: 40px }
OL			{ margin-left: 0px }
OL              	{ list-style-type: decimal }
OL UL, UL OL, UL UL, OL OL	{ margin-top: 0; margin-bottom: 0 }
U, INS         		{ text-decoration: underline }
CENTER          	{ text-align: center }
BR:before       	{ content: "\A" }

/* An example of style for HTML 4.0's ABBR/ACRONYM elements */

ABBR, ACRONYM	   	{ font-variant: small-caps; letter-spacing: 0.1em }

:focus      		{ outline: thin dotted invert }

a		{text-decoration:none; font-weight:bold}
a:link 		{color: Black}     /* unvisited link */
a:visited 	{color: DarkRed}  /* visited link */
a:hover 	{color: Red}   /* mouse over link */
a:active 	{color: Blue}   /* selected link */


/* 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 }
}

DL		{}
DT		{font-weight: bold}
DD		{}


P.H2	{ margin: 1.5em 18%; text-align:center  }
P.H3	{ margin: 1.5em 25%; text-align:center }
UL.H2	{ margin: 1.5em 18%  }

img.thumb	{width:120px }




#panel	{width:100%; height:100%; border-style:hidden; padding:0px; margin:0px;}


table.banner	{position:absolute; top:0; left:0; width:100%; height:100%; text-align:center; border-style:none; padding:0px; margin:0px  }
table.banner th	{border-style: solid; border-width:1; font-size: 1.5em; border-color:Brown; }
table.banner td	{border-style: solid; border-width:1; border-color:Brown;}



table.thumbs	{border-style:none; margin:0 0% ; border-collapse:seperate; border-spacing:10px;}
table.thumbs th	{border-style:none; border-width:1; border-spacing:10px }
table.thumbs td	{border-style:none; border-width:1; border-spacing:10px }

form	{text-align: center }

#homepic	{position: float; top:0; left:0; width:100%; height:100; padding:0px; margin:0px; background-image: url(banner.jpg)}

#homepic2	{position: float; top:0; left:0; width:100%; height:200; padding:0px; margin:0px; background-image: url(banner2.jpg)}

#pic {position: float; top:0; left:0; width:100%; height:auto; padding:0px; margin:0px;}



#lastmod	{position: absolute;  right:10% ; font-size: 0.8em;}

.vert		{layout-flow : vertical-ideographic; width:10}
.popup		{cursor:help; text-decoration:none}
