body {
	margin: 0px;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
p, ul, ol{
	font-size: 13px;
	line-height: 16px;
}

p.small {
	font-size: 12px;
	line-height: 14px;
	margin-top: -9px;

}
li {
	margin-bottom: 6px;
}

h1, h2, h3, h4 { color: #990000; }
h1 {	font-size: 17px; font-weight: normal;}
h2 {	font-size: 14px;}
h3 {	font-size: 13px;}
h3 {	font-size: 12px;}

a {
	color: #CC0000;
}
a:visited { color: #663333; }

.topnav {
	text-decoration: none;
	font-size: 11px;
	color:#990000;
	border-right: 1px solid #FFFFFF;
	padding: 1px 8px 4px 10px;
	display: block;
	float: left;
}
.topnav:hover {
	color: #000000;
}
.topnav:visited {
	color: #990000;
}

.bottom_menu {
	display:block;
	font-size: 12px;
	color: #999999;	
	padding: 3px 3px 15px 15px;
}
.bottom_link {
	text-decoration: none;
	color: #666666;	
}	
.bottom_link:hover {
	text-decoration: underline;
	color: #333333;		
}	
.bottom_link:visited {
	color: #666666;		
}

.right_block {
	padding: 8px;
	background: #e9e7e7 url(images/white_corner.gif) no-repeat right bottom;
	margin:0px;
}

.sub_head_block {
	font-size: 13px;
	color:#333333;
	border-top: 1px solid #a6a1a0;
	padding: 8px;
	margin:0px;	
	background: #D1CDCD url(images/white_corner.gif) no-repeat right bottom;
}
.addon {
	padding: 8px;
	font-size: 12px;
}

.title {
	color: #333333;
	font-size: 14px;
	text-transform: uppercase;
}

.benef {
	font-size: 14px;
	color: #333333;
	line-height: 17px;
}
.benef li {
	margin-bottom: 8px; 
}
.form_table {
	font-size: 13px;
	border: 1px solid #999999;
}

/* Таблиці з даними*/
.data {
	font-size: 13px;
	background-color:FFFFFF;
}
.data td{
	border-bottom: dashed 1px #999999;
	padding: 4px 12px;
}
.data th{
	text-align:left;
	color: black;
	padding: 6px 12px;
	background: #DDDDDD;
}

.light_row {
	background-color:#FFFFFF;
}
.dark_row {
	background-color:#FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;	
}
.data td.descr{
	font-size: 12px;
	color:#666666;
	padding: 4px 12px;
}

