.bg1 {
	background-image: url(images/bg1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bg3 {
	background-image: url(images/bg3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
tr {
	font-family: Tahoma, Verdana, "MS Sans Serif";
	font-size: 11px;
	color: 6e2e46;
}
.bg2 {
	background-image: url(images/bg2.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.head {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #CC6666;
	text-decoration: none;
}
.bgFoot {
	background-image: url(images/bg_foot.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

