body {
	margin: 0px;
	padding: 0px;
}

a:link { color: #005555; text-decoration: underline }
a:active { color: #005555; text-decoration: underline }
a:visited { color: #005555; text-decoration: underline }
a:hover { color: #005555; text-decoration: none }

.bg {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;

}
.bghome {
	background-image: url(images/bg_home.jpg);
	background-repeat: no-repeat;

}
td {
	font-family: Tahoma, Arial;
	font-size: 11px;
	line-height: 15px;

}
.bgmarquees {

	background-image: url(images/bg_marquees.jpg);
	background-repeat: no-repeat;
}
.bginteriors {


	background-image: url(images/bg_interiors.jpg);
	background-repeat: no-repeat;
}
.bgaccessories {

	background-image: url(images/bg_accessories.jpg);
	background-repeat: no-repeat;
}
.bgcorporate {


	background-image: url(images/bg_corporate.jpg);
	background-repeat: no-repeat;
}
.bgempty {



	background-image: url(images/bg_empty_left.jpg);
	background-repeat: no-repeat;
}
input {
	font-size: 11px;
	font-family: Tahoma, Arial;
	background-color: #E2F1F0;


}
textarea {
	font-size: 11px;
	font-family: Tahoma, Arial;
	background-color: #e2f1f0;

}
select {
	font-family: Tahoma, Arial;
	font-size: 11px;
	background-color: #e2f1f0;
}

img, a {
	border: 0;
}