.gray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 5E6060;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.smallBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.smallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.leftBlack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.style8 {font-size: 12}
.img1 {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: url(images/bg_20.jpg);
}
.img2 {
	background-attachment: fixed;
	background-image: url(images/bg_19.jpg);
	background-repeat: no-repeat;
}
.img3 {
	background-attachment: fixed;
	background-image: url(images/welcome_22.jpg);
	background-repeat: no-repeat;
}
.text {
	letter-spacing: normal;
}
.TEXT {
	text-align: center;
}
.text1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	word-spacing: normal;
	white-space: normal;
}
.ac:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000000;
	}
.ac:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color:#000000;
	}
.ac:hover, a:active { 
	text-decoration: underline; 
	color: #FF99CC;
	}