/* CSS Document */
span.small{
	font-size:9px;
}

span.normal{
	font-size:11px;
}

span.large{
	font-size: 13px;
}

