body{
	margin: 0;
	padding: 0;
	background-color: White;
}
body, td{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10pt;
}
#adress{
	font-size: 7pt;
	text-align: right;
	vertical-align: top;
}
h1{
	font-size: 14pt;
	margin-right: 10px;
}
.catalog:link, .catalog:visited{
	font-size: 8pt;
	text-decoration : none;
	color: black;
}
.catalog:hover{
	font-size: 8pt;
	text-decoration : none;
	color: gray;
}
p{
	font-size: 8pt;
	margin-top: 2px;
	margin-bottom: 0px;
}
#text1{
	vertical-align: bottom;
}
#text2{
	vertical-align: top;
	padding: 0px 10px 30px 10px;
}
ul{
	font-size: 8pt;
	font-weight : bolder;
}
li{
	font-size: 8pt;
	font-weight: normal;
}
h2{
	font-size: 10pt;
	margin: 4px;
}
.contact{
	margin-left: 20px;
}
.t tr td{
	font-size: 8pt;
	text-align: center;
	border-color: black;
	border-width : 1px;
}
.t {
	border-color : black;
	border-collapse : collapse;
}
.curs {
	cursor: hand;
}
td{

}

ul.list_nopoints {
	list-style:none;
	padding:0px;
	margin:0px;
}
ul.list_nopoints li {
	padding-left:15px;
	list-style:none;
}