@charset "utf-8";
/* MAIN CONTENT */
.textNormal{
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:11px;
	font-smooth: always;
	color:#000000;
	line-height:19px;
	font-weight:normal;
}
.textNormal a, .textNormal a:active, .textNormal a:visited{
	color:#000000;
	text-decoration:underline;
}
.textNormal a:hover{
	color:#1672bc;
	text-decoration:underline;
}
.textTitle{
	font-family: Arial, Helvetica, sans-serif, Trebuchet MS;
	font-size:18px;
	font-smooth: always;
	color:#7d7d7d;
	line-height:23px;
	font-weight:bold;
}
.imageCaption{
	font-family: Arial, Helvetica, sans-serif, Trebuchet MS;
	font-size:11px;
	font-smooth: always;
	color:#000000;
	line-height:16px;
	font-weight:normal;
}
.imageCaption a, .imageCaption a:active, .imageCaption a:visited{
	color:#000000;
	text-decoration:underline;
}
.imageCaption a:hover{
	color:#1672bc;
	text-decoration:underline;
}

