﻿@charset "utf-8";
/* CSS Document */
body{
	margin: 0px;
	background-color: #DADADA;
	font-family: Tahoma, Verdana;
	font-size: 12pt;
	color: #000000;
}
img{
	border:0px;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;

}
h2 a{
	font-family: "Times New Roman";
	font-size: 14px;
	font-weight: bold;
	color: #0A5127;

}
h2 a:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC6633;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC6633;
}
input {
	font-family: tahoma;
	font-size: 11px;
}
textarea {
	font-family: tahoma;
	font-size: 11px;
}

/**/
#header{
	height: 92px;
	width: 100%;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
/**/
#navigation{
	background-color: #e1e1e1;
	height: 20px;
	width: 980px;
}
#navigation .navigationCell{
	background-color: #e1e1e1;
	float: right;
	padding-right: 20px;
	padding-left: 20px;
	height: 17px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	padding-top: 3px;
	cursor: pointer;
}
#navigation .navigationRss{
	float: right;
	height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	cursor: pointer;
	background-image: url(../images/rss.gif);
	background-repeat: no-repeat;
	width: 39px;
	background-position: center center;
	margin-right: 2px;
	padding-top: 3px;
}
#navigation :hover.navigationCell{
	background-color: #CCCCCC;
	color: #666666;
}
#navigation .navigationCell a{
	text-decoration:none;
}
#navigation .navigationCell a:hover{
	text-decoration:none;
}
#navigation .searchCell{
	float: left;
	height: 19px;
	vertical-align: middle;
	font-size: 12px;
	width: 125px;
	margin-top: 1px;
	margin-left: 1px;
}
#navigation .searchCell input{
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
#navigation .searchButton{
	background-image: url(../images/searchButtonOver.gif);
	background-repeat: no-repeat;
	float: left;
	background-position: right 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 33px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/**/
#wrapper{
	margin: auto;
	width: 980px;
}
/**/
#container{
	margin: auto;
	background-color: #FFFFFF;
	padding-top: 5px;
	height: 100%;
	float: left;
	width: 980px;
}
/**/
#topNews{
	background-color: #eee;
	width: 600px;
	float: left;
	margin-left: 5px;
	padding-left: 5px;
}
#topNews a{
	color: #FFFFFF;
	text-decoration:none;
}
#topNews a:hover{
	color: #eee;
	text-decoration:none;
}
#topNews .imgTop{
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 590px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #000000;
}
#topNews .detailTopNews{
	height: 110px;
	width: 250px;
	font-size: 16px;
	color: #FFFFFF;
	background-image: url(../images/topNewsBg.png);
	margin-left: 7px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	top: 190px;
	float: right;
	clear: both;
	right: auto;
	left: auto;
	bottom: auto;
	background-repeat: no-repeat;
}
#topNews .titleTopNews{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 10px;
	width: 230px;
}
#topNews .detailTopNewsContain{
	color: #FFFFFF;
	width: 230px;
}
/**/
#hotNews{
	width: 590px;
	float: left;
	background-image: url(../images/hotNewsBg.gif);
	background-repeat: repeat-x;
	margin-bottom: 5px;
	margin-left: 6px;
}
#hotNews .hotNewsInto{
	background-image: url(../images/hotNews.gif);
	background-repeat: no-repeat;
	width: 600px;
	float: right;
	background-position: right;
	color: #FFFFFF;
	direction:rtl;
}
#hotNews .hotNewsInto h2{
	margin: 0px;
	padding-top: 5px;
	padding-right: 70px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#hotNews .hotNewsInto h2 a{
	color: #FFFFFF;
}
#hotNews .hotNewsInto h2 a:hover{
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
/**/
#other{
	float: left;
	width: 610px;
}
/**/
#rightR{
	float: left;
	width: 215px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e5e5e5;
	padding-left: 3px;
}
#rightR h3{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	width: 205px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}
#rightR h3 a{
	text-decoration:none;
	color: #666666;
	padding-bottom: 2px;
}
#rightR h3 a:hover{
	text-decoration:none;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
#rightR .rightRTitle{
	height: 20px;
	width: 215px;
	background-image: url(../images/rightRtitleBg.gif);
	background-repeat: repeat-x;
	background-position: center center;
	float: right;
}
#rightR .rightRTitleArticle{
	height: 20px;
	width: 215px;
	text-align: right;
	background-image: url(../images/article.gif);
	background-repeat: no-repeat;
	float: right;
	background-position: right center;
}
#rightR .rightRTitleNote{
	height: 20px;
	width: 215px;
	background-image: url(../images/note.gif);
	float: right;
	background-repeat: no-repeat;
	background-position: right center;
}
#rightR .rightRTitleChat{
	height: 20px;
	width: 215px;
	background-image: url(../images/chat.gif);
	float: right;
	background-repeat: no-repeat;
	background-position: right center;
}
#rightR .rightRViewPoint{
	height: 20px;
	width: 215px;
	background-image: url(../images/viewpoint.gif);
	float: right;
	background-repeat: no-repeat;
	background-position: right center;
}
#rightR .rightRreport{
	height: 20px;
	width: 215px;
	background-image: url(../images/report.gif);
	float: right;
	background-repeat: no-repeat;
	background-position: right center;
}
#rightR .rightRCell{
	height: auto;
	width: 215px;
	direction:rtl;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	float: right;
}
#rightR .rightRCell h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
#rightR .rightRCell img{
	width: 50px;
	margin: 5px;
	height: 58px;
	cursor: pointer;
	float: right;
}
#rightR .rightRCell img:hover{
	width: 48px;
	height: 56px;
	border: 1px solid #005A26;
}
#rightR .rightRCell p{
	margin: 0px;
	padding: 0px;
}
#rightR .rightRTop{
	width: 215px;
	direction:rtl;
}
#rightR .rightRTop h2{
	width: 196px;
	background-image: url(../images/h2Bg.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
	margin-right: 5px;
	float: right;
	margin-top: 10px;
	margin-bottom: 5px;
}
#rightR .rightRTop p{
	width: 205px;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
	line-height: 16px;
}
#rightR .newspaperHead{
	background-image: url(../images/rightRtitleBg.gif);
	background-repeat: repeat-x;
	height: 20px;
	width: 215px;
	margin-bottom: 5px;
}
#rightR .newspaperHeadInto{
	background-image: url(../images/preview.gif);
	background-repeat: no-repeat;
	background-position: right center;
	height: 20px;
	width: 215px;
}
#rightR .newspapers{
	width: 215px;
	background-color: #eee;
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#rightR .newspapers img{
	width: 205px;
	margin-left: 5px;
}

/**/
#right{
	float: right;
	width: 368px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e5e5e5;
	direction:rtl;
	margin-left: 3px;
	padding-left: 3px;
}
#right .rightTop{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
}
#right .rightTop img{}
#right .rightTop h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC6600;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FF6600;
	border-bottom-color: #FF6600;
	height: 19px;
	width: 368px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#right .rightTop p{
	text-align: justify;
	margin: 0px;
	padding: 0px;
}
#right .rightCell{
	border-bottom:0px solid #E5E5E5; background-position: center bottom; width: 368px;
	margin-top: 5px;
	padding-bottom: 5px; background-image:url('../Shell/line2.gif'); background-repeat:no-repeat
}
#right .rightCell img{
	float: right;
	width: 75px;
	margin: 5px;
	height: 85px;
	cursor: pointer
}
#right .rightCell img:hover{
	width: 73px;
	height: 83px;
	border: 1px solid #005A26;
}
#right .rightCell h2{
	background-image: url(../images/h2Bg2.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-top: 5px;
	padding-right: 15px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 85px;
	color: #0A5127;
}
#right .rightCell h2 a{
	color: #000066;
}
#right .rightCell p{
	margin: 0px;
	padding: 0px;
	text-align: justify;
}
/**/
#Template{
	float: left;
	width: 830px;
	direction:rtl; text-align:right
}


#left{
	float: left;
	width: 219px;
	margin-left: 5px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e5e5e5;
	direction:rtl;
	padding-top: 5px;
}
#left .leftMultiMedia{
	width: 219px;
}
#left .leftTitleLatestNews{
	height: 20px;
	width: 219px;
	background-image: url(../images/latestNews.gif);
}
#left .leftTitleOtherMedia{
	height: 20px;
	width: 219px;
	background-image: url(../images/otherMedia.gif);
}
#left .h2Contain{
	background-color: #eee;
	width: 209px;
	padding: 5px;
	margin-bottom: 10px;
}
#left .h2Contain h2{
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#left .h2Contain h2 a{
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
#left .h2Contain h2 a:hover{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
	color: #EB6531;
	margin: 0px;
	padding: 0px;
}
#left .leftCellBg{
	width: 129px;
	padding-bottom: 10px;
}
#left .leftCell{
	width: 209px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
#left .leftCell h2{
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 3px;
}
#left .leftCell p{
	font-size: 10px;
	color: #999999;
	margin-top: 0px;
}
/**/

#leftL{
	float: left;
	width: 130px;
	margin-left: 5px;
	direction:rtl;
}
#leftL .advTitle{
	color: #FFFFFF;
	background-color: #CCCCCC;
	width: 130px;
	padding-bottom: 4px;
}
#leftL img{
	width: 130px;
}

#leftL .searchBox{
	float: left;
	height: 20px;
}
#leftL a{
	font-size: 10px;
	color: #999999;
	text-decoration:none;
	margin-right: 3px;
}
#leftL a:hover{
	font-size: 10px;
	color: #666666;
	text-decoration:none;
}

#leftL .inputText{
	border: 1px solid #999999;
	height: 15px;
	vertical-align: middle;
	width: 80px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	background-color: #dedede;
	margin: 0px;
}
#leftL .inputTextTop{
	vertical-align: middle;
	width: 90px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #dedede;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	direction:ltr;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-color: #999999;
}
#leftL :focus.inputTextTop{
	background-color: #FFFFFF;
	direction:ltr;
}
#leftL :focus.inputText{
	background-color: #eee;
	border: 1px solid #FFFFFF;
}
#leftL .searchButton{
	font-size: 10px;
	height: 19px;
	background-image: url(../images/searchButtonOver.gif);
	background-repeat: no-repeat;
	float: left;
	width: 157px;
	background-position: right 2px;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 7px;
	padding: 0px;
}
#catMember{
	background-color: #E1E1E1;
	text-align: right;
	width: 130px;
	overflow: hidden;
	z-index: 1000;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#catMember .inMember{
	float: right;
	padding: 0px;
	width: 130px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
}
/**/
#map{
	background-color: #e1e1e1;
	clear: none;
	direction:rtl;
	padding-top: 10px;
	float: left;
	width: 980px;
	padding-bottom: 10px;
}
#map ul{
	list-style-type: none;
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
#map li{
	height: 17px;
	width: 171px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 3px;
	padding-right: 10px;
	cursor:pointer;
}
#map li:hover{
	background-color: #D6D6D6;
}
/**/
#footer{
	background-color: #F3F3F3;
	border-top:2px solid #E2E2E2;
	border-width:2px 1px 1px;
	width: 100%;
	clear: both;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 60px;
	letter-spacing: 0.3pt;
}
/* /////////////////////////////////////////////////////////////////////////// */ 
#oneNewsPage{
	width: 600px;
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	direction:rtl;
}

#oneNewsPage .oneNewsDetail{
padding-left: 10px; padding-right: 10px}

#oneNewsPage .oneNewsTitle{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #FF3300;
	width: 580px;
	padding-top: 10px;
	text-align: center;
	padding-bottom: 6px;
}
#oneNewsPage .oneNewsTitle1{
	font-family: "Times New Roman";
	font-size: 14px;
	font-weight: bold;
	color: #808080;
	width: 580px;
	padding-top: 30px;
	text-align: center;
	padding-bottom: 0px
}
#oneNewsPage p{
//	text-align: justify;
	line-height: 17px;direction:rtl
}
#oneNewsPage .userComment{
	width: 580px;
}

#oneNewsPage .userCommentCell{
	width: 578px;
	background-color: #eee;
	line-height: 16px;
	font-size: 11px;
	text-align: justify;
	margin-top: 3px;
	border: 1px solid #dddddd;
}
#oneNewsPage .userSubCommentCell{
	width: 478px;
	background-color: #e3ccb7;
	line-height: 16px;
	font-size: 11px;
	text-align: justify;
	margin-right:50px;
	margin-top: 3px;
	border: 1px solid #dddddd;
}
#oneNewsPage .userCommentCell P{
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
	text-align: justify;
	width: 560px;
	direction:rtl;
	line-height: 16px;
}
#oneNewsPage .userCommentCellWriter{
	background-color: #dddddd;
	padding: 3px;
	margin: 3px;
	direction:rtl;
	text-align: right;
}

#oneNewsPage .userSubCommentCellWriter{
	background-color: #b8a594;
	padding: 3px;
	margin: 3px;
	direction:rtl;
	text-align: right;
}
#oneNewsPage .SubCommentTitle{
	background-color: #928375;
	padding: 3px;
	margin-right: 50px;
	margin-bottom:-3px;
	direction:rtl;
	text-align: right;
	width:100px;
	color:#ffffff;
}
/*=============================*/
#eoneNewsPage{
	width: 600px;
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	direction:ltr;
}

#eoneNewsPage .oneNewsDetail{
padding-left: 10px; padding-right: 10px}

#eoneNewsPage .oneNewsTitle{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #FF3300;
	width: 580px;
	padding-top: 10px;
	text-align: center;
	padding-bottom: 6px;
}
#eoneNewsPage .oneNewsTitle1{
	font-family: "Times New Roman";
	font-size: 14px;
	font-weight: bold;
	color: #808080;
	width: 580px;
	padding-top: 30px;
	text-align: center;
	padding-bottom: 0px
}
#eoneNewsPage p{
//	text-align: justify;
	line-height: 17px;
	direction:ltr;
}
#eoneNewsPage .userComment{
	width: 580px;
}

#eoneNewsPage .userCommentCell{
	width: 578px;
	background-color: #eee;
	line-height: 16px;
	font-size: 11px;
	text-align: justify;
	margin-top: 3px;
	border: 1px solid #dddddd;
}
#eoneNewsPage .userCommentCell P{
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
	text-align: justify;
	width: 560px;
	direction:ltr;
	line-height: 16px;
}
#eoneNewsPage .userCommentCellWriter{
	background-color: #dddddd;
	padding: 3px;
	margin: 3px;
	direction:ltr;
	text-align: right;
}


#rightR .rightRoneNewsDetail{
	width: 219px;
	direction:rtl;
}
#rightR .oneNewsCellHome{
	background-image: url(../images/home.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 18px;
	width: 219px;
	text-align: center;
	padding-top: 4px;
	margin-top: 5px;
}
#rightR .oneNewsCellHome a{
	font-size: 9px;
}
#rightR .oneNewsCellPrint{
	background-image: url(../images/print.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 18px;
	width: 219px;
	text-align: center;
	padding-top: 4px;
}
#rightR .oneNewsCellPrint a{
	font-size: 9px;
}
#rightR .oneNewsCellMail{
	background-image: url(../images/mail.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 18px;
	width: 219px;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 4px;
}
#rightR .oneNewsCellMail a{
	font-size: 9px;
}
#rightR .oneNewsCell{
	font-size: 11px;
	width: 220px;
	padding-top: 5px;
}
#rightR .oneNewsCell h2{
	text-align: right;
	width: 200px;
}
#rightR .oneNewsCell p{
	background-color: #eee;
	text-align: justify;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	padding: 5px;
	line-height: 16px;
}
#rightR .oneNewsCell a{
	color: #000000;
	text-decoration:none;
	padding-bottom: 2px;
}
#rightR .oneNewsCell a:hover{
	color: #005A26;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #005A26;
	padding-bottom: 2px;
}
#rightR .userCommentCellText{
	width: 219px;
	text-align: right;
	padding-right: 19px;
}

#rightR .userComment h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}
#rightR .userCommentForm{
	width: 219px;
	background-color: #eee;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #ccc;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	margin-bottom: 5px;
}
#rightR .userCommentForm h6{
	padding-right: 10px;
	font-size: 10px;
	text-align: right;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	direction:rtl;
}
#rightR .userCommentForm input{
	font-family: Tahoma, Verdana;
	font-size: 11px;
	width: 200px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #bbbbbb;
	margin-left: 8px;
	text-align: right;
}
#rightR .userCommentForm .submit{
	font-family: Tahoma, Verdana;
	font-size: 12px;
	width: 102px;
	padding-top: 2px;
	text-align: center;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: 60px;
	cursor: pointer;
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	height: 22px;
}
#submit{
	font-family: Tahoma, Verdana;
	font-size: 12px;
	width: 102px;
	padding-top: 2px;
	text-align: center;
	margin-top: 5px;
	cursor: pointer;
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	height: 22px;
}


#rightR .userCommentForm input:focus{
	border: 1px dotted #CCCCCC;
}
#rightR .textarea{
	font-family: Tahoma, Verdana;
	font-size: 11px;
	width: 200px;
	margin-left: 8px;
}

.TopN{
	background-color:#EEEEEE;
	border-bottom:1px dotted #CCCCCC;
	border-top:1px dotted #CCCCCC;
	margin-bottom:5px;
	padding-bottom:5px;
	padding-top:0px;
	width:219px;
}

#LastNews {
	padding-left: 5px; 
	padding-right: 5px
}

#LastNews .Title{
margin-bottom: 5px}

#LastNews .Title a,a:visited,a:active,a:link{
font-weight:normal;
font-family: Tahoma; font-size: 11px; color: #000080; text-decoration: none}

/* ======================= tabbed panel ============================ */

#DateTime{
font-familt:tahoma;
font-size:10px;
}
