/* ЭнергоСтандарт */
body {
	font: 13px/1.231 Arial, Helvetica, clean, sans-serif;
	/* for IE6/7 */
	*font-size:small;	
}

h1, h2, h3, p {	
	font-family: Times, serif;
	font-style: normal;
	font-weight: normal;	
}
h1 {	
	font-size: 48px;	
	font-style: italic;
	color: #fff;
		
	padding: 5px 0;
}
h2 {	
	font-size: 30px;
	font-style: italic;	
	color: #16a44a;
		
	padding: 5px 0;
}
h3 {	
	font-size: 25px;
	color: #16a44a;
	font-style: italic;	
	font-weight: bold;
		
	padding: 5px 0;
}
p {	
	font-family: Verdana;
	line-height: 1.7;	
	font-size: 12px;
	color: #000;
	
	padding: 10px 0 10px 20px;
}

ul, ol {
	font-family: Verdana;
	line-height: 1.7;
	font-size: 12px;
	color: #000;
	
	padding: 10px 0 10px 20px;
}

ul li {
	list-style-type: disc;
}
ol li {
	list-style-type: decimal;
}

table {
margin-bottom: 30px;
}

table tr td p{
        padding: 7px 7px 7px 7px;
        margin: 2px;
        color: #535353;
line-heidht: 16px;
        


}
table, table tr, table tr td {
        border: 1px solid #007f63;
        font-size: 14px;
        border-collapse: collapse;
}

a {
	font-family: Verdana;
	font-size: 11px;
	color: #000;
}