/* ALL PAGES */
BODY, TR, TD { font-size: 8pt; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: #464646; 
scrollbar-face-color: #3C2E32; 
scrollbar-shadow-color: #959595; 
scrollbar-highlight-color: #E8EAEF; 
scrollbar-3dlight-color: #C2C2C2; 
scrollbar-darkshadow-color: #000000; 
scrollbar-track-color: #ECECEC; 
scrollbar-arrow-color: #C0D5D1; }

A:link { text-decoration: none ; color: #009966; }
A:visited { text-decoration: none; color: #636363; }
A:active { text-decoration: none; color: #636363; }
A:hover { text-decoration: underline; color: #00CC66; }

A.one:link { text-decoration: none; color: #016753; }
A.one:visited { text-decoration: none; color: #016753; }
A.one:active { text-decoration: none; color: #016753; }
A.one:hover { text-decoration: underline; color: #000000; }

A.two:link { text-decoration: none; color: #464646; }
A.two:visited { text-decoration: none; color: #464646; }
A.two:active { text-decoration: none; color: #464646; }
A.two:hover { text-decoration: underline; color: #00CC66; }






/* MAIN SPACE */
P { text-align: justify; margin: 0px; }

P.footerleft { font-size: 7pt; color: #000000; text-align: left; margin-left: 10px; }
P.footercenter { font-size: 7pt; color: #000000; text-align: center; margin: 0px; }
P.footerright { font-size: 7pt; color: #000000; text-align: right; margin-right: 10px; }

P.alignleft { text-align: left; margin: 0px; }
P.alignmiddle { text-align: center; margin: 0px; }
P.alignright { text-align: right; margin: 0px; }

FONT.s7c { font-size: 7pt; text-align: center; margin: 0px; }

P.topheaderleft { font-weight: normal; font-style: italic; color: #464646; text-align: left; margin: 5px; }
P.topheaderright { font-weight: normal; font-style: italic; color: #464646; text-align: right; margin: 5px; }

P.utt { font-size: 9pt; font-weight: bold; color: #636363; text-align: left; margin: 0px; }
P.tt { font-size: 10pt; font-weight: bold; color: #006753; text-align: left; margin: 0px; }
P.stt { font-size: 9pt; font-weight: bold; color: #636363; text-align: left; margin: 0px; }

P.utt2 { font-size: 8pt; font-weight: bold; color: #636363; text-align: left; margin: 0px; }
P.tt2 { font-size: 9pt; font-weight: bold; color: #006753; text-align: left; margin: 0px; }
P.stt2 { font-size: 8pt; font-weight: bold; font-style: italic; color: #636363; text-align: left; margin: 0px; }



UL { text-align: left; }
UL.justifyulist { text-align: justify; }
UL.gray { text-align: left; color: #c0c0c0; }
OL { text-align: left; }
OL.justifyolist { text-align: justify; }


HR { height: 1px; width: 100%; background: #000000; margin: 0px; }

HR.sgray { border: 1px solid #959595; }
HR.dgray { border: 1px dashed #959595; }
HR.dgreen { border: 1px dashed #016753; }
HR.sgreen { border: 1px solid #016753; }




/* FIELDS AND BUTTONS */
INPUT { background-color: #E9F4F3; border-bottom: #D7D7D7 1px solid; border-left: #000000 1px solid; border-right: #D7D7D7 1px solid; border-top: #000000 1px solid; color: #000000; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 8pt }
SELECT { background-color: #E9F4F3; border-bottom: #D7D7D7 1px solid; border-left: #000000 1px solid; border-right: #D7D7D7 1px solid; border-top: #000000 1px solid; color: #000000; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 8pt }
TEXTAREA { background-color: #E9F4F3; border-bottom: #D7D7D7 1px solid; border-left: #000000 1px solid; border-right: #D7D7D7 1px solid; border-top: #000000 1px solid; color: #000000; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 8pt }
INPUT.check { background-color: #FFFFFF; border-bottom: #E1E1E1 1px solid; border-left: #E1E1E1 1px solid; border-right: #E1E1E1 1px solid; border-top: #E1E1E1 1px solid; color: #000000; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 8pt }
INPUT.button { background-color: #006753; border-bottom: #1C3065 1px solid; border-left: #CAD5EA 1px solid; border-right: #1C3065 1px solid; border-top: #CAD5EA 1px solid; color: #FFFFFF; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold }



/* TABLE PROPERTIES - TABLE COLLAPSE - SOLID GREEN 1PX */  /*  CLDC  */
TABLE.sgreen { border-collapse: collapse; border: 1px solid #016753; }
TD.sgreen { border-collapse: collapse; border: 1px solid #016753; }
TD.sgreentop { border-top: 1px solid #016753; }
TD.sgreenbottom { border-bottom: 1px solid #016753; }
TD.sgreentopbottom { border-top: 1px solid #016753; border-bottom: 1px solid #016753; }
TD.sgreenleft { border-left: 1px solid #016753; }
TD.sgreenright { border-right: 1px solid #016753; }
TD.sgreenleftright { border-left: 1px solid #016753; border-right: 1px solid #016753; }
TD.sgreenall { border-left: 1px solid #016753; border-right: 1px solid #016753; border-top: 1px solid #016753; border-bottom: 1px solid #016753; }

/* TABLE PROPERTIES - TABLE COLLAPSE - DASHED GREEN 1PX */
TABLE.dgreen { border-collapse: collapse; border: 1px dashed #016753; }
TD.dgreen { border-collapse: collapse; border: 1px dashed #016753; }
TD.dgreentop { border-top: 1px dashed #016753; }
TD.dgreenbottom { border-bottom: 1px dashed #016753; }
TD.dgreentopbottom { border-top: 1px dashed #016753; border-bottom: 1px dashed #016753; }
TD.dgreenleft { border-left: 1px dashed #016753; }
TD.dgreenright { border-right: 1px dashed #016753; }
TD.dgreenleftright { border-left: 1px dashed #016753; border-right: 1px dashed #016753; }
TD.dgreenall { border-left: 1px dashed #016753; border-right: 1px dashed #016753; border-top: 1px dashed #016753; border-bottom: 1px dashed #016753; }

/* TABLE PROPERTIES - TABLE COLLAPSE - SOLID GRAY 1PX */
TABLE.sgray { border-collapse: collapse; border: 1px solid #959595; }
TD.sgray { border-collapse: collapse; border: 1px solid #959595; }
TD.sgraytop { border-top: 1px solid #959595; }
TD.sgraybottom { border-bottom: 1px solid #959595; }
TD.sgraytopbottom { border-top: 1px solid #959595; border-bottom: 1px solid #959595; }
TD.sgrayleft { border-left: 1px solid #959595; }
TD.sgrayright { border-right: 1px solid #959595; }
TD.sgrayleftright { border-left: 1px solid #959595; border-right: 1px solid #959595; }
TD.sgrayall { border-left: 1px solid #959595; border-right: 1px solid #959595; border-top: 1px solid #959595; border-bottom: 1px solid #959595; }

/* TABLE PROPERTIES - TABLE COLLAPSE - DASHED GRAY 1PX */
TABLE.dgray { border-collapse: collapse; border: 1px dashed #959595; }
TD.dgray { border-collapse: collapse; border: 1px dashed #959595; }
TD.dgraytop { border-top: 1px dashed #959595; }
TD.dgraybottom { border-bottom: 1px dashed #959595; }
TD.dgraytopbottom { border-top: 1px dashed #959595; border-bottom: 1px dashed #959595; }
TD.dgrayleft { border-left: 1px dashed #959595; }
TD.dgrayright { border-right: 1px dashed #959595; }
TD.dgrayleftright { border-left: 1px dashed #959595; border-right: 1px dashed #959595; }
TD.dgrayall { border-left: 1px dashed #959595; border-right: 1px dashed #959595; border-top: 1px dashed #959595; border-bottom: 1px dashed #959595; }




TD.devpicright { padding-left: 10px; padding-right: 0px; padding-top: 0px; padding-bottom: 0px; }
TD.devpicleft { padding-left: 0px; padding-right: 10px; padding-top: 0px; padding-bottom: 0px; }

