@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	background: url(../images/logo16.gif) 5px center no-repeat #F8F8F8;
	padding: 0 30px;
	color: #666;
	font-size: 14px;
	border-bottom: 1px solid #DDD;
	border-top: 1px solid #DDD;
	height: 30px;
	line-height: 32px;
	margin: 10px 0;
}
h2 {
	padding: 0 10px;
	color: #C00;
	font-size: 14px;
	border-bottom: 1px solid #BBB;
	height: 30px;
	line-height: 32px;
	margin: 10px 0;
}
h3 {
	font-size: 12px;
	color: #666;
	padding: 0 10px;
	margin: 0;
	line-height: 22px;
}
h3.important {
	font-size: 12px;
	color: #C00;
	padding: 0 10px;
	margin: 10px 0;
	line-height: 22px;
	border-bottom: 1px dashed #DDD;
}
h4 {
	font-size: 12px;
	color: #333;
}
h5 {
	font-size: 12px;
	color: #333;
}
p {
	line-height: 22px;
	padding: 5px 0 5px 5px;
	margin: 0;
	text-indent: 2em;
}
ul {
	padding: 0;
	margin: 5px 0 5px 2em;
}
li {
	font-size: 12px;
	color: #000;
	background: url(../images/main_news_li.gif) no-repeat left 8px;
	list-style: none;
	padding-left: 15px;
	line-height: 22px;
}
table tr td {
	font-size: 12px;
}

table.rates {
	background: #C00;
}
table.rates td {
	background: #FFF;
}
table.rates td.rowHead {
	background: #EEE;
}
table.rates td.colHead {
	background: #FFE1E1;
}
