.buttons {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0000FF;
}
.titletext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;

}
.buttonon {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: none;
	text-decoration: underline;
	border: none;

}
.pagetitle {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #847F83;
	font-size: 16px;
	text-transform: uppercase;

}
.pagetext {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	line-height: 20px;
	font-variant: normal;
	font-weight: normal;


}
.background {
	background-image: url(images/common_backgr.jpg);
	background-repeat: no-repeat;
	
}
.bottombackhome {
	background-attachment: scroll;
	background-image: url(images/corner_home.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	
}
.bottombackabout {

	background-attachment: scroll;
	background-image: url(images/corner_about.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	
}
.bottombackproducts {

	background-attachment: scroll;
	background-image: url(images/corner_product.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	
}.bottombackcustomers {

	background-attachment: scroll;
	background-image: url(images/corner_customers.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	
}.bottombackcontact {

	background-attachment: scroll;
	background-image: url(images/corner_contact.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.scrolling {
	overflow: scroll;
	position: relative;
}
.subtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;

}
