body {
background-image: url("bg.jpg");
background-repeat: repeat;
background-attachment: fixed;
color:#000;font-family: 'helvetica neue', arial, helvetica, sans-serif;margin:0;padding:2em 1em 0;
}

h1 {
text-transform:uppercase;
}

a:link {
	color : navy;
	font-weight: bold;
	font-size: 18;
	text-decoration : none;
}
a:visited {
	color : navy;
	font-weight: bold;
	font-size: 18;
	text-decoration : none;
}
a:hover {
	color : navy;
	font-weight: bold;
	font-size: 18;
	text-decoration : underline;
	BORDER-LEFT: #0000FF 5px solid; PADDING-LEFT: 7px;
}

.hh {
font-size: 8pt;
}

.top {
background-color:#000000;
color:#FFFFFF;
}

.top1 {
background-color:#33FF00;
}

.even {background:#dfdfdf;}
.odd {background:#ffffff;}

/*для таблиц*/
.table_1 {border: 0px solid black; text-align: center; empty-cells: show; font-size:12pt;}
.table_1 th {border: 1px solid black;}
.table_1 td {border: 1px solid black;}
.table_1 td {text-align:left;}
.table_1 td.cencol {text-align:center;background-color:#b1b84f;}
.table_1 td.cencol1 {text-align:center;vertical-align: top;}
