/* Global CSS */

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; font-size: .72em; font-family:
arial, helvetica, tahoma, sans-serif  }
CAPTION         { display: table-caption }
TH		{ font-weight: bolder; text-align: left; margin-left: 3px; }
CAPTION		{ text-align: center }
BODY			{ padding: 0px; line-height: 1.33 }
H1		{ font-size: 1.5em; padding-left: 0px; color: #A3C380; }
H2              { font-size: 1.4em; padding-left: 0px; color: #A3C380; }
H3              { font-size: 1.3em; padding-left: 0px; color: #A3C380; }
H4              { font-size: 1.1em; padding-left: 0px; color: black;
padding-bottom: 0px;}
H4, P,
BLOCKQUOTE, UL,
FIELDSET, FORM,
OL, DL, DIR,
MENU            { margin: 1.33em 0 }
H5              { font-size: .83em; line-height: 1.17em; margin: 1.67em 0 }
H6              { font-size: .67em; margin: 2.33em 0 }
H1, H2, H3, H4,
H5, H6, B,
STRONG          { font-weight: bold }
BLOCKQUOTE      { margin-left: 40px; margin-right: 40px }
I, CITE, EM,
VAR, ADDRESS    { font-style: italic }
PRE, TT, CODE,
KBD, SAMP       { font-family: monospace; font-weight: normal }
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 }
OL, UL, DIR,
MENU, DD        { margin-left: 40px }
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" }

IMG			{ border: 0 }
HR			{ height: 1px; color: #A3C380 }

/* style for ABBR/ACRONYM elements */

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

/* Elements that are block-level */
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 */

/* style for A[href] and hyperlinks */

A[href]         { text-decoration: underline }
:focus          { outline: thin dotted invert }

/* links - generic */
a:link			{ color: #A3C380 }
a:visited		{ color: #A3C380 }
a:active		{ color: #91D06A }
a:hover		{ color: black; background-color: none }

/* links - submenu items */
a.submenu:link		{ color: #A3C380; text-decoration: none; font-weight:
bold; font-size: 8pt ; }
a.submenu:visited	{ color: #A3C380; text-decoration: none; font-weight:
bold; font-size: 8pt ; }
a.submenu:active	{ color: black; text-decoration: none; font-weight:
bold; font-size: 8pt ; }
a.submenu:hover	{ color: black; text-decoration: none; font-size: 8pt }

.submenuselected { color: yellow; font-weight: normal; font-size: .75em }

/* links - footer items */
a.footer:link		{ color: black; text-decoration: none; font-size: 8pt }
a.footer:visited	{ color: black; text-decoration: none; font-size: 8pt }
a.footer:active	{ color: black; text-decoration: none; font-size: 8pt }
a.footer:hover		{ color: #A3C380; text-decoration: none; font-size: 8pt }

/* Widget StyleSheet */

.backgroundImg	{ 
			background-color: white;
			}

/*
.backgroundImg	{ 
			background-image: url(../images/bgLogo.gif); 
			background-repeat: no-repeat; 
			background-position: 120px 25px ;
			}
*/

.contentbox {
			border: none
			}

.submenubox {
			padding-left: 5px ;
			padding-bottom: 0;
			background-color: #ffffff;
			font-family: arial, helvetica, sans-serif;
			font-size: 8pt ;
			font-weight: bold;
			color: black
			}

.submenu_selected {
			font-size: 8pt;
			font-weight: bold;
			color: black
			}

.footer { font-size: 8pt; color: #333333; padding-bottom: 1px; }

.title { background-color: #A3C380; color: #ffffff; font-weight: bold; }

INPUT.button { 
			background-color: #A3C380; 
			color: #ffffff; 
			font-weight: normal; 
			border: 1px solid outset 
			}

.formExample {
			font-size: smaller;
			}

th.sc		{
			font-weight: bold;
			align:	 center
		}

.zoneUpdate {
  font-family: arial; 
  font-size: 9pt; 
  font-weight: bold; 
  color: #A3C380;
}
