.Main-BG {
	background-color: 444444;
	background-image: url(images/Main-BG-1.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: fixed;
}
.Body-BG {
	background-attachment: scroll;
	background-color: B90000;
	background-image: url(images/samson-electronics-red-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.nav-bg {
	background-attachment: fixed;
	background-image: url(images/navigation-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
}
.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
}
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #CCCCCC;
}
a:visited {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #FFFF66;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
