@charset "utf-8";
#arial {
	font-family: Arial, Helvetica, sans-serif;
}
#arial_small_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFF;
}
#no_lines {
	text-decoration: none;
}

a:link {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FF0;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
}
#text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
}
