/* ALL PAGES */
BODY, TR, TD { font-size: 9pt; line-height: 135%; font-family: Georgia, Times, serif; color: #464646; 
scrollbar-face-color: #CCCCCC; 
scrollbar-shadow-color: #000000; 
scrollbar-highlight-color: #EEE4C6; 
scrollbar-3dlight-color: #e2e6ed; 
scrollbar-darkshadow-color: #4E4F50; 
scrollbar-track-color: #EBEBEB; 
scrollbar-arrow-color: #4e4f50; }

A:link { text-decoration: underline; color: #583705; }
A:visited { text-decoration: underline; color: #B77B1F; }
A:active { text-decoration: underline; color: #B77B1F; }
A:hover { text-decoration: none; color: #ee8c00; }



/* MAIN SPACE */
P { text-align: left; margin: 0px; }
P.alignjustify { text-align: justify; margin: 0px; }
P.alignleft { text-align: left; margin: 0px; }
P.aligncenter { text-align: center; margin: 0px; }
P.alignright { text-align: right; margin: 0px; }

P.hptext { font-size: 10pt; font-weight: normal; color: #464646; text-align: left; margin: 0px; }

P.title_up { font-size: 11pt; font-weight: bold; letter-spacing: 1px; color: #58585A; text-align: left; margin: 0px; }
P.title { font-size: 13pt; font-weight: bold; line-height: 125%; color: #3E3D40; text-align: left; margin: 0px; }
P.title_sub { font-size: 9pt; font-weight: bold; color: #636363; text-align: left; margin: 0px; }

P.title2_up { font-size: 9pt; font-weight: bold; letter-spacing: 1px; color: #58585A; text-align: left; margin: 0px; }
P.title2 { font-size: 11pt; font-weight: bold; line-height: 125%; color: #3E3D40; text-align: left; margin: 0px; }
P.title2_sub { font-size: 8pt; font-weight: bold; color: #636363; text-align: left; margin: 0px; }


HR { border: 0; color: #583705; background-color: #583705; height: 1px; width: 100%; text-align: left; }
HR.line_slgreen { border: 0; color: #768B71; background-color: #768B71; height: 1px; width: 100%; text-align: left; }
HR.line_sgray { border: 0; color: #666666; background-color: #666666; height: 1px; width: 100%; text-align: left; }
HR.line_slgray { border: 0; color: #B3B3B3; background-color: #B3B3B3; height: 1px; width: 100%; text-align: left; }


/* IMAGE STYLES */
IMG.image_left { margin: 15px 15px 15px 0px; float: left; }
IMG.image_right { margin: 15px 0px 15px 15px; float: right; }


/* EXTRACTS TABLES */
TABLE.extract_right { width: 200px; font-weight: normal; font-style: italic; color: #000000; text-align: left; border: 1px solid #cbcbcb; padding: 8px; margin: 17px 0px 17px 17px; float: right; }
TABLE.extract_left { width: 200px; font-weight: normal; font-style: italic; color: #000000; text-align: left; border: 1px solid #cbcbcb; padding: 8px; margin: 17px 17px 17px 0px; float: left; }
TABLE.extract_right_nb { width: 200px; font-weight: normal; font-style: italic; color: #000000; text-align: left; padding: 5px; margin: 0px 0px 12px 12px; float: right; }
TABLE.extract_left_nb { width: 200px; font-weight: normal; font-style: italic; color: #000000; text-align: left; padding: 5px; margin: 12px 12px 12px 0px; float: left; }



/* EXTRACTS TABLES WITH PHOTOS */
TABLE.extract_right_pic { width: 120px; font-style: italic; color: #000000; text-align: left; border: 1px solid #cbcbcb; padding: 5px; margin: 17px 0px 17px 17px; float: right; }
TABLE.extract_left_pic { width: 120px; font-style: italic; color: #000000; text-align: left; border: 1px solid #cbcbcb; padding: 5px; margin: 17px 17px 17px 0px; float: left; }
TABLE.extract_center_pic { width: 100%; font-style: italic; color: #000000; text-align: left; border: 1px solid #cbcbcb; padding: 5px; margin: 17px 0px 17px 0px; float: center; }




/* TABLE PROPERTIES - TABLE COLLAPSE - SOLID GREEN 1PX */
TABLE.sbrown { border-collapse: collapse; border: 1px solid #583705; }
TD.sbrown { border-collapse: collapse; border: 1px solid #583705; }
TD.sbrowntop { border-top: 1px solid #583705; }
TD.sbrownbottom { border-bottom: 1px solid #583705; }
TD.sbrowntopbottom { border-top: 1px solid #583705; border-bottom: 1px solid #583705; }
TD.sbrownleft { border-left: 1px solid #583705; }
TD.sbrownright { border-right: 1px solid #583705; }
TD.sbrownleftright { border-left: 1px solid #583705; border-right: 1px solid #583705; }
TD.sbrownall { border-left: 1px solid #583705; border-right: 1px solid #583705; border-top: 1px solid #583705; border-bottom: 1px solid #583705; }

/* TABLE PROPERTIES - TABLE COLLAPSE - SOLID GRAY 1PX */
TABLE.sgray { border-collapse: collapse; border: 1px solid #666666; }
TD.sgray { border-collapse: collapse; border: 1px solid #666666; }
TD.sgraytop { border-top: 1px solid #666666; }
TD.sgraybottom { border-bottom: 1px solid #666666; }
TD.sgraytopbottom { border-top: 1px solid #666666; border-bottom: 1px solid #666666; }
TD.sgrayleft { border-left: 1px solid #666666; }
TD.sgrayright { border-right: 1px solid #666666; }
TD.sgrayleftright { border-left: 1px solid #666666; border-right: 1px solid #666666; }
TD.sgrayall { border-left: 1px solid #666666; border-right: 1px solid #666666; border-top: 1px solid #666666; border-bottom: 1px solid #666666; }

/* TABLE PROPERTIES - TABLE COLLAPSE - SOLID LIGHT GRAY 1PX */
TABLE.slgray { border-collapse: collapse; border: 1px solid #B3B3B3; }
TD.slgray { border-collapse: collapse; border: 1px solid #B3B3B3; }
TD.slgraytop { border-top: 1px solid #B3B3B3; }
TD.slgraybottom { border-bottom: 1px solid #B3B3B3; }
TD.slgraytopbottom { border-top: 1px solid #B3B3B3; border-bottom: 1px solid #B3B3B3; }
TD.slgrayleft { border-left: 1px solid #B3B3B3; }
TD.slgrayright { border-right: 1px solid #B3B3B3; }
TD.slgrayleftright { border-left: 1px solid #B3B3B3; border-right: 1px solid #B3B3B3; }
TD.slgrayall { border-left: 1px solid #B3B3B3; border-right: 1px solid #B3B3B3; border-top: 1px solid #B3B3B3; border-bottom: 1px solid #B3B3B3; }







