body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	background-image: url(img/bg1.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3A3A3A;
}
.a {
	font-size: 12px;
	color: #2276BB;
	text-decoration: none;
}
.a:hover {
	color: #268bde;
	text-transform: none;
	border-bottom: dashed 1px;
	
}
.a_activ {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.title {
	color: #3f86b8;
	font-size: 20px;	
}
.link1{
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	font-weight: bolder;
}
.link1:hover{
	color: #FFFF00;
	border-bottom: dashed 0px;
}
.link1_activ{
	color: #009900;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bolder;
}
#price_1{
	position:absolute;
	margin-top:-27px;
	margin-left:50px;}

a.style1:link {
	color: #3A3A3A;
	text-decoration: none;
}
a.style1:visited {
	color: #3A3A3A;
	text-decoration: none;
}
a.style1:active {
	color: #FF0000;
	text-decoration: underline;
}
a.style1:hover {
	color: #3A3A3A;
	text-decoration: underline;
}
a.style2:link {
	color: #CC0000;
	text-decoration: none;
}
a.style2:visited {
	color: #CC0000;
	text-decoration: none;
}
a.style2:active {
	color: #FF0000;
	text-decoration: underline;
}
a.style2:hover {
	color: #CC0000;
	text-decoration: underline;
}
