@charset "utf-8";
img {
border: none; }
.class1 a:link {
	color: #442c17;
	text-decoration: none;
}
.class1 a:visited {
	text-decoration: none;
	color: #442c17;
}
.class1 a:hover {
	color: #000000;
	text-decoration: none;
}
.class1 a:active {
	text-decoration: none;
	color: #442c17;
}
.class2 a:link {
	color: #442c17;
	text-decoration: underline;
}
.class2 a:visited {
	text-decoration: underline;
	color: #442c17;
}
.class2 a:hover {
	text-decoration: none;
	color: #000000;
}
.class2 a:active {
	text-decoration: underline;
	color: #442c17;
}
.background {
	background-image: url(images/logo_bar_bg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.txtBg {
	background-image: url(images/txt_bg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #442c17;
}
.mainNb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #442C17;
}
