/* Стили для контента */

p {
font-family: arial, verdana; 
font-size:   12px;
color:       #000000; 
Line-height: 18px;
}

td {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12px;
}

strong {
color: #000000; 
font-weight:bold;
}

a:link, a:visited {
color: #5141B3; text-decoration: none;
}

a:hover {
	color: #2F91FF;	text-decoration: none underline;
}

h1 {
font-family: verdana; 
font-size: 18px; 
color: black;  
text-align:left; 
font-weight:bold;
}

h2 {
font-family: verdana; 
font-size: 16px; 
color: black;  
text-align:left; 
font-weight:bold;
}

li
{
Line-height:  18px;
padding-left: 7px;
padding-top:  0px;
margin-top:   8px;
list-style:inside url(/images/arrow.png);
background-repeat: no-repeat;
}

.news_z {
font-family: verdana; 
font-size: 15px; 
color: black;  
text-align:left; 
font-weight:bold;
}

.text_z {
font-family: Arial, verdana; 
font-size: 16px;  
color: black;   
text-align:left; 
font-weight:bold;
}

.text_j_12 
{
font-family: arial, verdana; 
font-size: 12px;
color: #252525; 
text-align:justify; 
Line-height: 18px;
}

.more{
	background-image: url(/images/but_more.gif);
	background-repeat: no-repeat;
	padding: 10px 17px 5px 0px;
	background-position: right;
	font-weight: bold;
	color: #BA6900;
}

.Bold
{
	font-weight: bold;
}

.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}

.Code_1
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px
	font-size: 12px;;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
	padding: 5px 5px 5px 5px;
	Line-height: 18px;
}

.Code_2 {
	font-family: Courier, 'Courier New', sans-serif;
	font-size: 12px;
	color: #111111;
	background-color: #FAFAFA;
	border: #D1D7DC;
	border-style: solid;
	border-left-width: 1px;
	border-width: 1px;
	padding: 5px 5px 5px 5px;
	Line-height: 18px;
}

.quote_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	line-height: 125%;
	background-color: #FAFAFA;
	border: #D1D7DC;
	border-style: solid;
	border-width: 1px;
	padding: 5px 5px 5px 5px;
	Line-height: 18px;
}

/* Добавляем пунктирную линию под текстом */
.underline_dashed_blue { 
border-bottom: 1px dashed; 
border-bottom-color: blue;
}

/* Добавляем пунктирную линию под текстом */
.underline_dashed_red { 
border-bottom: 1px dashed; 
border-bottom-color: #F10000;
}