@charset "utf-8";
.textMain-White/* CSS Document */

 {
	font-family: Tahoma, Arial, Courier;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
}
.textMainBold-White {
	font-family: Tahoma, Arial, Courier;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
}
.textMain-Grey {
	font-family: Tahoma, Arial, Courier;
	font-size: 11px;
	font-style: normal;
	color: #999999;
	font-weight: normal;
}

.textMainBold-Grey {
	font-family: Tahoma, Arial, Courier;
	font-size: 11px;
	font-style: normal;
	color: #999999;
	font-weight: bold;
}
.textMain-Yel {
	font-family: Tahoma, Arial, Courier;
	font-size: 11px;
	font-style: normal;
	color: #D1CE50;
	font-weight: normal;
}
.textMainBold-Yel {
	font-family: Tahoma, Arial, Courier;
	font-size: 11px;
	font-style: normal;
	color: #D1CE50;
	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;
}
.textMainBIG-Yel {
	font-family: Tahoma, Arial, Courier;
	font-size: 12px;
	font-style: normal;
	color: #D1CE50;
	font-weight: normal;
}
.textMainBIG-BOLD-Yel {
	font-family: Tahoma, Arial, Courier;
	font-size: 12px;
	font-style: normal;
	color: #D1CE50;
	font-weight: bold;
}
.textMainBIG-Black {
	font-family: Tahoma, Arial, Courier;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	font-weight: normal;
}

A:link {
text-decoration: none; 
color: #ADD667; 
font-family: Tahoma, Arial; 
font-size: 12px; 

}
A:visited {
text-decoration: none; 
color: #ADD667; 
font-family: Tahoma, Arial; 
font-size: 12px; 

}
A:active {
text-decoration: none; 
color: #ADD667; 
font-family: Tahoma, Arial; 
font-size: 12px; 

}
A:hover {
text-decoration: underline; 
color: #ADD667; 
font-family: Tahoma, Arial; 
font-size: 12px; 

}
