body{
	font-size: 12px;
	font-family: Tahoma,Verdana, geneva sans-serif;
	background-color: White;
	text-align: left;
}

.tbl_left {
	padding-left : 10px;
}

p{
	font-size: 12px;
	font-family: Tahoma,Verdana, geneva sans-serif;
	color: #414141;
}
.comments {
	font-size: 11px;
	font-family: Tahoma,Verdana, geneva sans-serif;
	color: #7B7B7B;
	font-style: italic;
}

.footer {
	font-size: 11px;
	font-family: Tahoma,Verdana, geneva sans-serif;
	color: #7B7B7B;
}

.tds{
	font-size:12px;
	font-style: normal;
	font-weight: normal;
	font-family:Tahoma,Verdana, geneva sans-serif;
	color: #0C6997;

}
/* --- URL settings --- */
a:active{
	color:#0C6997;
	text-decoration: none;
	font-weight: bold;
	}
a:link{
	color: #8B0000;
	text-decoration: none;
	font-weight: bold;
}
a:visited{
	color: #8B0000;
	text-decoration: none;
	font-weight: bold;
}
a:hover{color:#cc5420;
	text-decoration: none;
	font-weight: bold;
	}
	
.header_left{
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma,Verdana, geneva sans-serif;
	color: #0C6997;
	padding-left: 5px;
	text-align: left;
}	
	
/* -- left menu --- */
#center {
	float: none;
	text-align: left;
	width: 100%;
	font-size: 12px;
	color: #0C6997; /*font-weight: bold;*/
	border-bottom: 1px dotted #DCDCDC;
}

#center_choosen {
	float: none;
	text-align: left;
	width: 100%;
	font-size: 12px;
	color: #D2691E;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}


#center A {
	width: 100%;
	display: block;
	padding: 3px;
	padding-left: 10px;
	color: #0C6997;
}

#center A:hover {
	background: #FFF8DC;
}
/* -- end of left menu --- */
/* -- borders -- */
.brd {
	border-bottom: 1px solid #C5C5C5;
	border-top: 1px solid #C5C5C5;
	border-left: 1px solid #C5C5C5;
	border-right: 1px solid #C5C5C5;
}

/* --- news ---- */
.news_header {
	font-weight: bold;
	color: #228B22;
	font-size: 10px;
	font-family: Tahoma,Verdana, geneva sans-serif;	
}

.Example_header {
	background-color : Green;
	font : bold Arial, Helvetica, sans-serif;
	
	font-size : 12px;
	color : White;
	border-bottom : 1px solid Green;
	padding-left : 5px;
	padding-right : 4px;
	padding-top : 3px;
	padding-bottom : 4px;
}
.example_line {
	border-bottom : 1px solid Green;
}

.foto_back {
	background-image: url(../img/articles/foto_back.gif);
	background-position: top;
	background-repeat: repeat-x;
}