@charset "UTF-8";
.background {
	background-repeat: repeat;
	background-image: url(../images/background-green.jpg);
}
.backgroundDARK {
	background-repeat: repeat;
	background-image: url(../images/background-dark.png);
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #330;
	background-attachment: fixed;
	background-color: #B7B191;
	background-image: url(../images/world-map.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	background-position: center;
}
.largetext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #603;
	font-weight: normal;
	line-height: 20px;
}
.Normal {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #330;
	font-weight: normal;
	line-height: 16px;
}
.NormalBold {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #330;
	font-weight: bold;
}
.smalltext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
}
.backgroundproducts {
	background-repeat: repeat;
	background-image: url(../images/background-light.gif);
}
.largetextBOLD {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #663;
	font-weight: normal;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666;
	text-decoration: underline;
}
nav:link {
	color: #666;
}
nav:visited {
	color: #666;
}
.backgroundLIGHT {
	background-repeat: repeat;
	background-image: url(../images/background-light.gif);
}
.lines {
	background-repeat: repeat;
	background-image: url(../images/tile-lines.gif);
}
.backgroundTIPs {
	background-repeat: repeat;
	background-image: url(../images/background-tips.gif);
}
.NormalRED {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #603;
	font-weight: normal;
	line-height: 16px;
}
.backgroundThumbs {
	background-repeat: repeat;
	background-image: url(../images/background-thumbnails.jpg);
}
.rule {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #ACA589;
}

