.txtblack {
	font-size: 12px;
	color: #000000;
	text-decoration: none;

}

.white {
	font-size: 12px;
	color: #FFFFFF;
}
A.white:visited {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
A.white:link {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
A.white:hover {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;


}
A.white:active {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.input {

	font-size: 12px;
	font-weight: lighter;
	border: 1px groove;
	background-color: DDFAFF;
}
.txtblack14 {
	font-size: 14px;
	color: #000000;
	text-decoration: none;


}
A.txtblack14:hover {

	color: #0066CC;
	text-decoration: underline;
}
A.txtblack:hover {

	color: #0066CC;
	text-decoration: underline;
}

A.txtblack:link {

	color: #000000;
	text-decoration: none;
}
A.txtblack:visited {

	color: #444444;

}

.expoenglish_bg {
	background-image:url(img/expoenglish_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}