@charset "utf-8";
/* CSS Document */
.Atext:LINK {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	color : #cc0000;
	text-decoration : underline;

}
.Atext:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	color : #cc0000;
	text-decoration : underline;

}
.Atext:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	color : #cc0000;
	text-decoration : underline;
}
.small {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	color : #000000;
}
