h1 {
	background-color: #000000;
}
h2 {
	margin:35px;
	text-align:left;
}

.body_txt {
	text-align:left;
}

.text_color_b {
	color: #110086;
	font-weight: bold;
	margin-top: 10px;
}



#block {
	margin: 20px 30px;
}

.list_block {
	line-height: 140%;
	text-align: left;
	margin: 10px 10px 20px 10px;
	float: left;
}
.list_block a{
	text-decoration:underline;
}
.list_block a:link{
	text-decoration:underline;
	color:#333333;
}
.list_block a:visited{
	text-decoration:underline;
	color:#333333;
}
.list_block a:hover{
	text-decoration:underline;
	color:#003399;
}
.list_block a:active{
	text-decoration:underline;
	color:#333333;
}
#block ul {
	margin: 10px 5px 20px 5px;
	list-style-type: none;
	width: 324px;
}
#block li {
	line-height: 140%;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding: 3px;
}
.list_m {
	background-image: url('/images/m_img.jpg');
	background-repeat: repeat;
	height: 27px;
	padding-top: 2px;
	padding-left: 10px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	width: 330px;
}

