/* ALL PAGES */
BODY, TR, TD { font-size: 8pt; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: #464646; 
scrollbar-face-color: #448D66; 
scrollbar-shadow-color: #959595; 
scrollbar-highlight-color: #E8EAEF; 
scrollbar-3dlight-color: #C2C2C2; 
scrollbar-darkshadow-color: #000000; 
scrollbar-track-color: #DBDBDB; 
scrollbar-arrow-color: #C0D5D1; }

A:link { text-decoration: none ; color: #01AC4C; }
A:visited { text-decoration: none; color: #01AC4C; }
A:active { text-decoration: none; color: #01AC4C; }
A:hover { text-decoration: underline; color: #28744B; }

A.one:link { text-decoration: none; color: #FFFFFF; }
A.one:visited { text-decoration: none; color: #FFFFFF; }
A.one:active { text-decoration: none; color: #FFFFFF; }
A.one:hover { text-decoration: underline; color: #ECECEC; }

A.two:link { text-decoration: none; color: #959595; }
A.two:visited { text-decoration: none; color: #959595; }
A.two:active { text-decoration: none; color: #959595; }
A.two:hover { text-decoration: underline; color: #464646; }

A.easy:link { text-decoration: none ; color: #464646; }
A.easy:visited { text-decoration: none; color: #464646; }
A.easy:active { text-decoration: none; color: #464646; }
A.easy:hover { text-decoration: underline; color: #28744B; }




/* MAIN SPACE */
P { text-align: justify; margin: 0px; }
P.alignleft { text-align: left; margin: 0px; }
P.alignmiddle { text-align: center; margin: 0px; }
P.alignright { text-align: right; margin: 0px; }

P.footer1 { font-size: 7pt; color: #464646; text-align: right; }
P.footer2 { font-size: 7pt; color: #464646; text-align: right; margin-right: 25px; }

P.tableheader { font-size: 10pt; font-weight: bold; color: #FFFFFF; text-align: center; }


P.utt { font-size: 10pt; font-weight: bold; color: #464646; text-align: left; margin: 0px; }
P.tt { font-size: 12pt; font-weight: bold; color: #1C603B; text-align: left; margin: 0px; }
P.stt { font-size: 9pt; font-weight: bold; font-style: italic; color: #636363; text-align: left; margin: 0px; }

P.utt2 { font-size: 8pt; font-weight: bold; color: #464646; text-align: left; margin: 0px; }
P.tt2 { font-size: 9pt; font-weight: bold; color: #448D66; text-align: left; margin: 0px; }
P.stt2 { font-size: 8pt; font-weight: bold; font-style: italic; color: #636363; text-align: left; margin: 0px; }

P.title3 { font-size: 13pt; font-weight: bold; color: #000000; text-align: center; margin: 0px; }



HR { height: 1px; width: 100%; background: #448D66; color: #448D66; margin: 0px; }
HR.gdashed { height: 1px; border: dashed; width: 100%; background: #448D66; color: #448D66; margin: 0px; }
HR.line_sgray { height: 1px; border: solid; width: 100%; background: #959595; color: #959595; margin: 0px; }
HR.line_dgray { height: 1px; border: dashed; width: 100%; background: #959595; color: #959595; margin: 0px; }



/* FIELDS AND BUTTONS */
INPUT { background-color: #F5F5F5; 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: #F5F5F5; 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: #F5F5F5; 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: #448D66; 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 */
TABLE.sgreen { border-collapse: collapse; border: 1px solid #448D66; }
TD.sgreen { border-collapse: collapse; border: 1px solid #448D66; }
TD.sgreentop { border-top: 1px solid #448D66; }
TD.sgreenbottom { border-bottom: 1px solid #448D66; }
TD.sgreentopbottom { border-top: 1px solid #448D66; border-bottom: 1px solid #448D66; }
TD.sgreenleft { border-left: 1px solid #448D66; }
TD.sgreenright { border-right: 1px solid #448D66; }
TD.sgreenleftright { border-left: 1px solid #448D66; border-right: 1px solid #448D66; }
TD.sgreenall { border-left: 1px solid #448D66; border-right: 1px solid #448D66; border-top: 1px solid #448D66; border-bottom: 1px solid #448D66; }

/* TABLE PROPERTIES - TABLE COLLAPSE - DASHED GREEN 1PX */
TABLE.dgreen { border-collapse: collapse; border: 1px dashed #448D66; }
TD.dgreen { border-collapse: collapse; border: 1px dashed #448D66; }
TD.dgreentop { border-top: 1px dashed #448D66; }
TD.dgreenbottom { border-bottom: 1px dashed #448D66; }
TD.dgreentopbottom { border-top: 1px dashed #448D66; border-bottom: 1px dashed #448D66; }
TD.dgreenleft { border-left: 1px dashed #448D66; }
TD.dgreenright { border-right: 1px dashed #448D66; }
TD.dgreenleftright { border-left: 1px dashed #448D66; border-right: 1px dashed #448D66; }
TD.dgreenall { border-left: 1px dashed #448D66; border-right: 1px dashed #448D66; border-top: 1px dashed #448D66; border-bottom: 1px dashed #448D66; }


TD.footerbg { background: url(images/footer_05_bg.gif) scroll; background-repeat: repeat-x; background-position: left top; border-left: 1px solid #C4C3C3; }



/* PRINTER PAGE */
P.epleft { font-size: 7pt; color: #464646; text-align: left; margin-left: 10px; }
P.epright { font-size: 7pt; color: #464646; text-align: right; margin-right: 10px; }



/* ------------------------------------------------------------------------------------------------- */





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; }



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


/* TABLE PROPERTIES - TABLE COLLAPSE - SOLID BLACK 1PX */
TABLE.sblack { border-collapse: collapse; border: 1px solid #000000; }
TD.sblack { border-collapse: collapse; border: 1px solid #000000; }
TD.sblacktop { border-top: 1px solid #000000; }
TD.sblackbottom { border-bottom: 1px solid #000000; }
TD.sblacktopbottom { border-top: 1px solid #000000; border-bottom: 1px solid #000000; }
TD.sblackleft { border-left: 1px solid #000000; }
TD.sblackright { border-right: 1px solid #000000; }
TD.sblackleftright { border-left: 1px solid #000000; border-right: 1px solid #000000; }
TD.sblackall { border-left: 1px solid #000000; border-right: 1px solid #000000; border-top: 1px solid #000000; border-bottom: 1px solid #000000; }


