body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
	background-image: url(images/bg_top.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.bg_bot {
	background-image: url(images/bg_bot.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.heading {
	font-family: arial;
	font-size: 15px;
	color: #e56712;
	font-weight: bold;
}
.text {
	font-family: arial;
	font-size: 12px;
	color: #666666;
	line-height: 19px;
	text-align: justify;
}
.text-no-justify {
	font-family: arial;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}
.textsmall {
	font-family: arial;
	font-size: 10px;
	color: #666666;
}
.textsmallwhite {
	font-family: arial;
	font-size: 11px;
	color: #ffffff;
}

a {
	color: #e56712;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #e56712;
	text-decoration: none;
}
.heading_blue {
	font-family: arial;
	font-size: 16px;
	color: #265599;
	font-weight: bold;
}
.text_bg_1 {
	background-color: #265599;
	padding: 3px;
	height: 6px;
}
.text_bg_2 {
	padding: 3px;
	height: 6px;
	background-color: #eeeeee;
}
.bg_prodlinks {
	background-image: url(images/bg_prodlinks.jpg);
	background-position: top;
}
.tabs_bg {
	background-color: #FFF;
	background-image: url(images/tabs.jpg);
	background-repeat: no-repeat;
}
.tabs_bg1 {
	background-color: #FFF;
	background-image: url(images/tabs_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.tabs_bg_brand {
	background-color: #FFF;
	background-image: url(images/tabs2.jpg);
	background-repeat: no-repeat;
}
