/* CSS Document */

* { 
	padding: 0; 
	margin: 0;
}
.articaleBox { 
	width: 720px; 
	margin: 10px 0 0 0;
	/*display: block;*/
	
}
.trr { 
	background: url(../img/top_right.gif) 100% 0 no-repeat; 
	float: right; 
	width: 7px; 
	height: 52px;
}
.tll { 
	background:url(../img/top_left.gif) 0 0 no-repeat; 
	float: left; 
	width: 7px; 
	height: 52px;
}
.tcc { 
	background: url(../img/top_center.gif) 0 0 repeat-x; 
	float:left; 
	width: 706px; 
	height: 52px;
}
.tcc h1 {
	font-size: 24px;
	color: #fff;
	float: left;
	padding: 10px 10px;
}

.center { 
	width: auto; 
	height: auto; 
	border-left: 1px solid #ccc; 
	border-right: 1px solid #ccc;
	/*background: #f00;*/
}

.tcc ul{
	margin:10px 0 0 15px;
	padding:0;
	list-style-type:none;
	float:left;
}
.tcc ul li{
	float:left;
	margin:0 9px;
	padding:10px 0 15px 0;
}
.tcc ul li a{
	display: block; 
	padding-bottom: 3px; 
	color: #94c209; 
	text-decoration: none; 
	background: url(../img/bg-switch-inact3.gif) left bottom repeat-x;
}
.tcc ul li.act{
	background:url(../img/bg-switch-act2.gif) bottom center no-repeat;
}
.tcc ul li.act a{
	color:#fff;
	background:none;
	cursor:text;
}

.textArticle {
    background-color: #fff;
}

.textArticle p { 
	font: normal 13px Arial, Helvetica, sans-serif; 
	text-align: justify; 
	padding: 10px; 
	color:#252525;
}

.textArticle span {
	font-weight: bold;
}
.textArticle h1 {
	color: #3399FF;
	font: normal 20px Arial, Helvetica, sans-serif;
	padding: 0 20px;
}

/*.textArticle .imgBox { 
	background: #f8f7df;  	 
	padding:5px;
	float:left;
	color:#adad9c;
	text-align:right;
	margin: 10px  10px;
	
 }
.textArticle .imgBox img { 
	float: left;
}*/
.anons {
margin-top: 10px; 

}

.brr { 
	background: url(../img/bottom_right2.gif) 100% 100% no-repeat; 
	float:right; 
	width: 9px; 
	height:85px;
}
.bll { 
	background: url(../img/bottom_left2.gif) 0 100% no-repeat;  
	float: left;  
	width: 9px; 
	height:85px;
}
.bcc { 
	background: url(../img/bottom_center2.gif) 0 100% repeat-x; 
	float:left; 
	width: 702px; 
	height: 85px;
}
