body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-image: url(images/bg_body.gif);
	margin: 0px;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #DAB444;
}
a:active {
	text-decoration: none;
}
.nav {
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.header_txt {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-left: 10px;
}
.content {
	background-color: #FFFF99;
	background-image: url(images/bg_content.gif);
	background-repeat: repeat-x;
}.content_h2 {
	font-size: 16px;
	font-weight: bold;
}
.content_txt {
	font-size: 11px;
	line-height: 135%;
}
.content  .content_txt  a:hover {
	color: #666666;
	text-decoration: underline;
}
.products_txt {
	font-size: 12px;
	line-height: 135%;
}
.content .products_txt a:hover {
	color: #666666;
	text-decoration: underline;
}
.content .products_txt a:link {
	color: #666666;
	text-decoration: underline;
}
