@charset "utf-8";
/* CSS Document */

.bg {
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
}
.txt_grey {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #b2b3b6;
	text-decoration: none;
}
.txt_blue {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #2b7696;
}
.txt_black {
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
}
