*{
	padding: 0px;
	margin: 0px;
}
body{
	font: 11px Arial, Helvetica, sans-serif;
	color: #4E4E4E;
	font-weight: normal;
	background-color: #DCDCDC;
	font-size: 13px;
}
img{
	border: 0px;
}
.title{
	font-weight: normal;
	font-size: 18px;
	color: #696969;
	padding: 5px;
	border-bottom: 3px solid #007028;
}
a{
	color: #007028;
}
a:link{
	color: #007028;
	text-decoration: underline;
}
a:visited{
	color: #007028;
}
a:hover{
	text-decoration: none;
}
a:active{
	color: #007028;
}
#page{
	width: 100%;
}
#headerBg1{
	width: 100%;
	height: 248px;
	background: url(../images/img_02.jpg);
}
#headerBg2{
	height: 248px;
	background: url(../images/img_01.jpg) no-repeat left;
}
#headerBg3{
	height: 248px;
	background: url(../images/img_04.jpg) no-repeat right;
}
#logo{
	padding-top: 80px;
	width: 420px;
	margin-left: auto;
	margin-right: auto;
}
#logo a{
	font-size: 36px;
	color: Black;
	text-decoration: none;
}
#logo div{
	color: #696969;
	font-size: 30px;
	padding-left: 110px;
}


/********************/
#colLeft{
	width: 235px;
	height: 1000px;
	padding: 10px;
}
.blockL{
	width: 235px;
	background: url(../images/block_06.jpg) repeat-y;
	margin-bottom: 10px;
}
.blockTitle{
   background: url(../images/block_03.jpg);
	width: 235px;
	height: 39px;
}
.blockTitle h3{
	color: #F5F5F5;
	font-size: 18px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left: 10px;
	line-height: 39px;
	font-weight: normal;
}
.blockCont{
	background: url(../images/block_08.jpg) no-repeat bottom;
	
}
.blockCont .rtr{
	padding: 10px;
}
.navigat{
	list-style: none;
}
.navigat li{
	line-height: 20px;
}
.navigat li a{
	background: url(../images/lih.jpg) no-repeat left top;
	padding-left: 25px;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-bottom: 2px;
        font-weight: bold;
}
.navigat li a:hover{
	text-decoration: underline;
	background: url(../images/li.jpg) no-repeat left top;
}
.partLink{
	list-style: none;
}
.partLink li{
	line-height: 20px;
}
#tag a{
	text-decoration: none;
}
#tag a:hover{
	text-decoration: underline;
}


/********************/
#colCenter{
   width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
#glav{
	background-color: #BABABA;
	clear: both;
}
#glav div{
	background: url(../images/an_03.jpg) no-repeat top left;
	clear: both;
}
#glav div div{
	clear: both;
	background: url(../images/an_09.jpg) no-repeat bottom left;
}
#glav div div div{
	clear: both;
	background: url(../images/an_10.jpg) no-repeat bottom right;
}
#glav div div div div{
	clear: both;
	background: url(../images/an_05.jpg) no-repeat top right;
}
#glav div div div div div{
	padding: 25px;
	clear: both;
	text-align: justify;
}
.post{
	clear: both;
	margin-top: 10px;
}
.post ul{
	list-style: none;
}

/********************/
#colRight{
	width: 235px;
	padding: 10px;   
}
#footer{
	height: 30px;
	background-color: #007028;
	color: Silver;
	padding-left: 10px;
	text-align: center;
	font-size: 10px;
}
#footer a{
	color: Silver;
	font-size: 10px;
	text-decoration: none;
}

/*Sample CSS to style the two tickers in the demo*/

.cnnclass{
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100); /*Specify fade effect in IE. Remove if desired.*/
-moz-opacity: 0.0; /*Specify fade effect in Firefox. Remove if desired.*/
}

.cnnclass a{

}

.bbcclass{
}

.rsstitle{ /*shared class for all title elements in an RSS feed*/
font-weight: bold;
}

.rssdate{ /*shared class for all date elements in an RSS feed*/
color: gray;
font-size: 10px;
}

.rssdescription{ /*shared class for all description elements in an RSS feed*/
}

#table-bank{
    width: 100%;
    border-collapse: collapse;
    background: white;
}
#table-bank td, #table-bank th{
    text-align: center;
    padding: 10px;
    border: silver solid 1px;
    
}

