/* Block  content*/
#content .bkBlock {

}

#content .bkBlockHead {
	font-size: 1.3em;
	color: #3F75FF;
font-weight:bold;
	text-align: center;
	margin-bottom: 1em;
}

#content .bkBlockContent {
	color: #000000;
	min-height: 200px;
}

* html #content .bkBlockContent {
	height: 200px;
}

#content ul {
	margin-left: 5px;
	padding-left: 0;
	list-style: none;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content ul li {
	padding-left:16px;
	background-image: url(style_images/yil.png);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

#content ul ul li {
	padding-left: 12px;
	background-image: url(style_images/sss.png);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

#content ul ul ul li {
	padding-left: 12px;
	background-image: url(style_images/sss.png);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

#content a:link,#content a:visited {
	color: blue;

	text-decoration: underline;
}

#content a:hover {

	color: red;
	text-decoration: none;
}