@charset "utf-8";
.bg {
	background-color: #000000;
	background-image: url(images/bg.gif);
	background-position: center top;
	background-attachment: scroll;
	background-repeat: no-repeat;
}
.tiny-no-underline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #71786E;
	text-decoration: none;
}
.bg-calibration {
	background-attachment: scroll;
	background-color: #051100;
	background-image: url(images/bg_homepage.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bg-homepage {
	background-attachment: scroll;
	background-image: url(images/bg_homepage.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bg-contact {
	background-attachment: scroll;
	background-image: url(images/bg_contact.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bg-how {
	background-attachment: scroll;
	background-image: url(images/bg_how.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.standard {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 23px;
}
