/* ALL PAGES */
BODY, TR, TD { font-size: 8pt; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: #464646; 
scrollbar-face-color: #CCCCCC; 
scrollbar-shadow-color: #000000; 
scrollbar-highlight-color: #CAE2F9; 
scrollbar-3dlight-color: #e2e6ed; 
scrollbar-darkshadow-color: #4E4F50; 
scrollbar-track-color: #EBEBEB; 
scrollbar-arrow-color: #4e4f50; }

A:link { text-decoration: underline; color: #d54900; }
A:visited { text-decoration: underline; color: #d68800; }
A:active { text-decoration: underline; color: #CC0000; }
A:hover { text-decoration: none; color: #692600; }



/* 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: 9pt; font-weight: bold; letter-spacing: 1px; color: #58585A; text-align: left; margin: 0px; }
P.title { font-size: 11pt; font-weight: bold; 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: 8pt; font-weight: bold; letter-spacing: 1px; color: #58585A; text-align: left; margin: 0px; }
P.title2 { font-size: 10pt; font-weight: bold; color: #3E3D40; text-align: left; margin: 0px; }
P.title2_sub { font-size: 8pt; font-weight: bold; color: #636363; text-align: left; margin: 0px; }


P.title_newsletter { font-size: 18pt; font-weight: bold; color: #3E3D40; text-align: center; margin: 0px; }
P.title_newsletter_sub { font-size: 11pt; font-weight: bold; color: #3E3D40; text-align: center; margin: 0px; }
P.title1mailing { font-size: 12pt; font-weight: bold; color: #692600; text-align: left; margin: 0px; }
P.title2mailing { font-size: 10pt; font-weight: bold; color: #692600; text-align: left; margin: 0px; }
P.mailing_prices { font-size: 9pt; font-weight: bold; color: #ff0000; text-align: left; margin: 0px; }


HR { border: 0; color: #0C0C0C; background-color: #0C0C0C; height: 1px; width: 100%; text-align: left; }
HR.line_dblack { border: dashed thin; height: 1px; width: 100%; background-color: #FFFFFF; color: #0C0C0C; }

HR.line_sgray { border: 0; color: #666666; background-color: #666666; height: 1px; width: 100%; text-align: left; }
HR.line_dgray { border: dashed thin; height: 1px; width: 100%; background-color: #FFFFFF; color: #666666; }

HR.line_slgray { border: 0; color: #BFBFBF; background-color: #BFBFBF; height: 1px; width: 100%; text-align: left; }
HR.line_dlgray { border: dashed thin; height: 1px; width: 100%; background-color: #FFFFFF; color: #BFBFBF; }


/* IMAGE STYLES */
IMG.image_left { margin: 10px 10px 10px 0px; float: left; }
IMG.image_right { margin: 10px 0px 10px 10px; float: right; }


/* EXTRACTS TABLES */
TABLE.extract_right { width: 200px; font-weight: normal; font-style: normal; color: #000000; text-align: left; border: 1px solid #cbcbcb; padding: 5px; margin: 15px 0px 15px 15px; float: right; }
TABLE.extract_left { width: 200px; font-weight: normal; font-style: normal; color: #000000; text-align: left; border: 1px solid #cbcbcb; padding: 5px; margin: 15px 15px 15px 0px; float: left; }
TABLE.extract_right_nb { width: 200px; font-weight: normal; font-style: normal; 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: normal; 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: 15px 0px 15px 15px; float: right; }
TABLE.extract_left_pic { width: 120px; font-style: italic; color: #000000; text-align: left; border: 1px solid #cbcbcb; padding: 5px; margin: 15px 15px 15px 0px; float: left; }
TABLE.extract_center_pic { width: 536px; font-style: italic; color: #000000; text-align: left; border: 1px solid #cbcbcb; padding: 5px; margin: 15px 0px 15px 0px; float: center; }




/* 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 - DASHED GRAY 1PX */
TABLE.dgray { border-collapse: collapse; border: 1px dashed #666666; }
TD.dgray { border-collapse: collapse; border: 1px dashed #666666; }
TD.dgraytop { border-top: 1px dashed #666666; }
TD.dgraybottom { border-bottom: 1px dashed #666666; }
TD.dgraytopbottom { border-top: 1px dashed #666666; border-bottom: 1px dashed #666666; }
TD.dgrayleft { border-left: 1px dashed #666666; }
TD.dgrayright { border-right: 1px dashed #666666; }
TD.dgrayleftright { border-left: 1px dashed #666666; border-right: 1px dashed #666666; }
TD.dgrayall { border-left: 1px dashed #666666; border-right: 1px dashed #666666; border-top: 1px dashed #666666; border-bottom: 1px dashed #666666; }


/* TABLE PROPERTIES - TABLE COLLAPSE - SOLID LIGHT GRAY 1PX */
TABLE.slgray { border-collapse: collapse; border: 1px solid #BFBFBF; }
TD.slgray { border-collapse: collapse; border: 1px solid #BFBFBF; }
TD.slgraytop { border-top: 1px solid #BFBFBF; }
TD.slgraybottom { border-bottom: 1px solid #BFBFBF; }
TD.slgraytopbottom { border-top: 1px solid #BFBFBF; border-bottom: 1px solid #BFBFBF; }
TD.slgrayleft { border-left: 1px solid #BFBFBF; }
TD.slgrayright { border-right: 1px solid #BFBFBF; }
TD.slgrayleftright { border-left: 1px solid #BFBFBF; border-right: 1px solid #BFBFBF; }
TD.slgrayall { border-left: 1px solid #BFBFBF; border-right: 1px solid #BFBFBF; border-top: 1px solid #BFBFBF; border-bottom: 1px solid #BFBFBF; }

/* TABLE PROPERTIES - TABLE COLLAPSE - DASHED LIGHT GRAY 1PX */
TABLE.dlgray { border-collapse: collapse; border: 1px dashed #BFBFBF; }
TD.dlgray { border-collapse: collapse; border: 1px dashed #BFBFBF; }
TD.dlgraytop { border-top: 1px dashed #BFBFBF; }
TD.dlgraybottom { border-bottom: 1px dashed #BFBFBF; }
TD.dlgraytopbottom { border-top: 1px dashed #BFBFBF; border-bottom: 1px dashed #BFBFBF; }
TD.dlgrayleft { border-left: 1px dashed #BFBFBF; }
TD.dlgrayright { border-right: 1px dashed #BFBFBF; }
TD.dlgrayleftright { border-left: 1px dashed #BFBFBF; border-right: 1px dashed #BFBFBF; }
TD.dlgrayall { border-left: 1px dashed #BFBFBF; border-right: 1px dashed #BFBFBF; border-top: 1px dashed #BFBFBF; border-bottom: 1px dashed #BFBFBF; }


/* TABLE PROPERTIES - TABLE COLLAPSE - SOLID BLACK 1PX */
TABLE.sblack { border-collapse: collapse; border: 1px solid #0C0C0C; }
TD.sblack { border-collapse: collapse; border: 1px solid #0C0C0C; }
TD.sblacktop { border-top: 1px solid #0C0C0C; }
TD.sblackbottom { border-bottom: 1px solid #0C0C0C; }
TD.sblacktopbottom { border-top: 1px solid #0C0C0C; border-bottom: 1px solid #0C0C0C; }
TD.sblackleft { border-left: 1px solid #0C0C0C; }
TD.sblackright { border-right: 1px solid #0C0C0C; }
TD.sblackleftright { border-left: 1px solid #0C0C0C; border-right: 1px solid #0C0C0C; }
TD.sblackall { border-left: 1px solid #0C0C0C; border-right: 1px solid #0C0C0C; border-top: 1px solid #0C0C0C; border-bottom: 1px solid #0C0C0C; }

/* TABLE PROPERTIES - TABLE COLLAPSE - DASHED BLACK 1PX */
TABLE.dblack { border-collapse: collapse; border: 1px dashed #0C0C0C; }
TD.dblack { border-collapse: collapse; border: 1px dashed #0C0C0C; }
TD.dblacktop { border-top: 1px dashed #0C0C0C; }
TD.dblackbottom { border-bottom: 1px dashed #0C0C0C; }
TD.dblacktopbottom { border-top: 1px dashed #0C0C0C; border-bottom: 1px dashed #0C0C0C; }
TD.dblackleft { border-left: 1px dashed #0C0C0C; }
TD.dblackright { border-right: 1px dashed #0C0C0C; }
TD.dblackleftright { border-left: 1px dashed #0C0C0C; border-right: 1px dashed #0C0C0C; }
TD.dblackall { border-left: 1px dashed #0C0C0C; border-right: 1px dashed #0C0C0C; border-top: 1px dashed #0C0C0C; border-bottom: 1px dashed #0C0C0C; }




