/* MASTER BACKGROUND */
body {
	background-color:#ffffff;
	background-image:url(images/bg_intro.gif);
	background-repeat: repeat-x;
	background-attachment:fixed;
}

.t1,.t2,.t3,.t4 {
	font-family: "Lucida Sans Unicode", Arial, Helvetica;
	color: #999999;
}
.t1 {
	font-size: 12px;
}
.t2 {
	font-size: 9px;
}
.t3 {
	font-size: 11px;
}
.t4 {
	font-size: 15px;
}

