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

.textMain {
	font-family: Tahoma, Arial, Courier;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
}
.textMainBold {
	font-family: Tahoma, Arial, Courier;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
}
.textLinks {
	font-family: Tahoma, Arial, Courier;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #ADD667;
}
.textMainItalic {
	font-family: Tahoma, Arial, Courier;
	font-size: 11px;
	font-style: italic;
	color: #FFFFFF;
	
}.textMainBIG {
	font-family: Tahoma, Arial, Courier;
	font-size: 12px;
	font-style: normal;
	color: #999999;
	
}.textMainBIG-White {
	font-family: Tahoma, Arial, Courier;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
}
.textMainBIG-BOLD {
	font-family: Tahoma, Arial, Courier;
	font-size: 12px;
	font-style: normal;
	color: #999999;
	font-weight: bold;
}
.textMainBIG-Bold-Head {
	font-family: Tahoma, Arial, Courier;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
}
.textMainBIG-BOLD-Grn {
	font-family: Tahoma, Arial, Courier;
	font-size: 12px;
	font-style: normal;
	color: #ADD667;
	font-weight: bold;
}
