.color_back1 {background-color: #C41E3A;}
.color_back2 {background-color: #C41E3A;}
.color_back3 {background-color: #006a55;}
.color_back4 {background-color: #34d1b2;}
.color_back5 {background-color: #C41E3A;}
.color_back6 {background-color: #cccccc;} /* background color */
.color_back1c {background-color: #ff6400;}
.color_back2c {background-color: #bf6830;}
.color_back3c {background-color: #a64100;}
.color_back4c {background-color: #000000;} /* What is new */
.color_back5c {background-color: #ffaa73;}

.color_front2 {color: #1f7a68;} /* h2 */
.color_front3 {color: #006a55;}

.color_border2 {border: 2px solid #909090;}
.color_border3 {border: 2px solid #909090;} /*footer border */
.color_border4 {border: 2px solid #C41E3A; border-radius: 12px;}
.color_border4c {border: 2px solid #ff8b40;} 

* {font-family: Arial}

.sss_container {
	width: 990px;
	overflow: hidden;
	margin: auto;
	margin-top: 8px;
}

.sss_text {
	width: 966px;
	font-size: 14px;
	line-height: 18px;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 0px;
	text-align: justify;
	overflow: hidden;
	}
	
.sss_left {
	width: 716px;
	height: 580px;
	float: left;
	margin-right: 12px;
}

.sss_title {
	width: 708px;
	height: 34px;
	margin-bottom: 6px;
}

.sss_picture {
	width: 700px;
	height: 520px;
	float: left;
	text-align: center;
	overflow: hidden;
	margin-bottom: 0px;
	cursor: pointer;
}

.sss_title_text {
	width: 522px;
	font-size: 20px;
	padding-top: 6px;
	font-weight: bold;
    float: left;
	overflow: hidden;
}

.sss_back {
	font-size: 13px;
	font-weight: normal;
	margin-top: 6px;
	margin-bottom: 6px;
	overflow: hidden;
	
}

.sss_left_double_arrow {
  width: 32px;
  height: 32px;
  float: left;
  background-image: url(../images/icons/double_arrow_icon.png);
  margin-right: 6px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.sss_left_arrow {
  width: 32px;
  height: 32px;
  float: left;
  background-image: url(../images/icons/arrow_icon_left.png);
  cursor: pointer;
}

.sss_index_text {
  width: 80px;
  float: left;
  text-align: center;
  overflow: hidden;
  font-size: 18px;
  font-weight: bold;
  padding-top: 6px;
}

.sss_right_arrow {
  width: 32px;
  height: 32px;
  float: left;
  background-image: url(../images/icons/arrow_icon_right.png);
  cursor: pointer;
}

.sss_footer {
  width: 900px;
  height: 50px;
  margin: auto;
  border-radius: 8px;
  margin-bottom: 18px;
}

.sss_hidden {
	visibility: hidden;
	overflow: hidden;
	position: absolute;
}

.enlarge_icon {
  background-image: url('../images/icons/enlarge_icon.png');
  background-repeat: no-repeat;
  font-size: 12px;
  color: black;
  width: 100px;
  height: 15px;
  padding-left: 22px;
  padding-bottom: 4px;
  font-weight: bold;
  cursor: pointer;
  }

  .menu_item_footer {
  color: white;
  padding: 6px;
  padding-top: 14px;
  font-size: 13px;
  margin-right: 4px;
  float: left;
}

.menu_item_footer a:link {text-decoration: none; color: white}
.menu_item_footer a:visited {text-decoration: none; color: white}
.menu_item_footer a:hover {text-decoration: none; color: yellow}
.menu_item_footer a:active {text-decoration: none; color: white}

.footer {
  width: 900px;
  height: 60px;
  margin: auto;
  margin-top: 8px;
  border-radius: 8px;
}
    
.footer1 {
	width: 200px;
	height: 60px;
	font-family: arial, sans-serif;
	overflow: hidden;
     float: left;
	text-align: left;
	padding-left: 6px;
	padding-top: 4px;
}

.footer1line {
	color: white;
	font-size: 12px;
	line-height: 14px;
}

.footer1line a:link{font-size: 12px; line-height: 14px; color: white; text-decoration: none}
.footer1line a:visited{font-size: 12px; line-height: 14px; color: white; text-decoration: none}
.footer1line a:hover{font-size: 12px; line-height: 14px; color: yellow; text-decoration: none}
.footer1line a:active{font-size: 12px; line-height: 14px; color: white; text-decoration: none}

.footer1aline {
	color: white;
	font-size: 12px;
	line-height: 14px;
	width: 650px;
	text-align: center;
	clear:both;
}

.footer1aline a:link{font-size: 12px; line-height: 14px; color: white; text-decoration: none}
.footer1aline a:visited{font-size: 12px; line-height: 14px; color: white; text-decoration: none}
.footer1aline a:hover{font-size: 12px; line-height: 14px; color: yellow; text-decoration: none}
.footer1aline a:active{font-size: 12px; line-height: 14px; color: white; text-decoration: none}

.footer2 {
	width: 670px;
	height: 50px;
	margin-left: 12px;
	float: left;
}

.sss_caption p {text-align:left;}