            .news_style {
                display: none;
            }
            
            .news_show {
				font-style: normal;
				height: 420px;
            }
            
            .news_border {
                background-color: white;
                width: 350px;
                height: 150px;
                font: normal 100% "Arial", "Lucida Grande", Verdana, Sans-Serif;
                padding: 5px 5px 5px 5px;
                overflow: auto;
                border-top-style: none;
                border-right-style: none;
                border-bottom-style: none;
                border-left-style: none;
            }
            
            .news_mark {
                background-color: white;
                font: normal 70% "Arial", "Lucida Grande", Verdana, Sans-Serif;
                border: 0px solid gray;
                width: 361px;
                height: 35px;
                color: black;
                text-align: center;
            }
            
            .news_title {
                font: bold 120% "Arial", "Lucida Grande", Verdana, Sans-Serif;
                border: 0px solid gray;
                padding: 5px 0px 9px 5px;
                color: black;
            }
            
            .news_show img {
                margin-left: 5px;
                margin-right: 5px;
            }
            
            .buttondiv {
				width: 70px;
				float: right;
            }
			
			.content_row_6L {
				float: left;
				width: 435px;
				border-right-width: 1px;
				border-right-style: dotted;
				border-right-color: #E5E5E5;
			}
			.content_row_6R {
				float: right;
				margin-left: 10px;
				width: 215px;
			}
			.content_row_7L {
				float: left;
				width: 84px;
				margin-right: 10px;
			}
			.content_row_7R {
				float: right;
				width: 115px;
			}.content_row_8L {
				float: left;
				width: 435px;
			}
			.content_row_8R {
				float: right;
				margin-left: 10px;
				width: 215px;
			}
