/* TAG STYLE begin */
* { padding: 0px; margin: 0px; }
html { background-color: #8E8E8E; }
img { border: 0px; }
div, h2, h3, h4, p, a, input, select, textarea {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: normal;
   color: #2C5262;
   line-height: 14px;
   text-decoration: none;
}
h2 {
   font-size: 19px;
   padding-top: 3px;
   padding-left: 15px;
   text-align: left;
   line-height: 16px;
}
h3 {
   font-size: 10px;
   padding-top: 3px;
   padding-left: 15px;
   text-align: left;
}
h4 {
   font-size: 16px;
   font-weight: bolder;
   text-transform: uppercase;   
}
p {
   padding-bottom: 15px;
   text-align: justify;
   line-height: 14px;
}
/* TAG STYLE end */

/* CLASS STYLE begin */
.float_left  { float: left;  }
.float_right { float: right; }
.end_float,
.clear   { clear: both;  }
/* CLASS STYLE end */

/* ID STYLE begin */
div#header {
   width: 876px;
   height: 61px;
   margin: auto;
   background-color: Black;
   border-top:   1px solid #505050;
   border-left:  1px solid #505050;
   border-right: 1px solid #505050;
}
div#footer {
   width: 876px;
   height: 61px;
   margin: auto;
   background-color: Black;
   border: 1px solid #505050;
}
div#link_sevenstrategy {
	width: 876px;
	margin: auto;
	text-align: right;
	color: #d2d1d1;
	padding-top: 5px;
	padding-bottom: 5px;
}
	div#link_sevenstrategy a {
		color: #ddd8d8;
	}
div#body {
	width: 876px;
	margin: auto;
	background-image: url(../images/background_body.gif);
	background-repeat: repeat-x;
	background-color: #E1E1E1;
	border-left:  1px solid #505050;
	border-right: 1px solid #505050;
}
      div#body div#border_top {
         width: 876px;
         height: 59px;
         clear: both;
      }
      div#body div#border_bottom {
         width: 876px;
         height: 42px;
         clear: both;
      }
      div#body div#border_left  { width: 25px; float: left; }
      div#body div#border_right { width: 13px; float: left; }

      div#body_content {
         width: 838px;
         float: left;
      }
         div#body_menu {
            width: 177px;
            height: 296px;
            float: left;
         }
         div#body_section {
            width: 75px;
            height: 296px;
            float: left;
            text-align: right;
            display: block;
            background-repeat: no-repeat;
            background-position: 30px 6px;
         }
         div#body_section span { display: none; }
         div#body_section_info {
            width: 586px;
            float: left;
            margin-top: 6px;
            padding-bottom: 10px;
/*            background-image: url(../images/bg_section_info.gif);*/
/*            background-repeat: repeat-x;*/
/*            background-color: #E1E1E1;*/
			background-color: #CCCCCC;
         }
            div#body_section_info_inter {
               padding-top: 33px;
               padding-left: 15px;
               padding-right: 15px;
               padding-bottom: 15px;
            }
               div#body_section_info_menu {
                  width: 180px;
                  float: left;
               }
            div#body_section_info_data {
               width: 347px;
               float: left;
               text-align: left;
               padding-left: 10px;
            }
/* ID STYLE end */ 