/*
 * Chandan Sethi -- 11/Sep/2010
 * CSS File to print Rupee Symbol in HTML
 */

@font-face{
		font-family: 'RupeeFont';
		src: url('font/Rupee_Foradian.ttf');
		font-weight: normal;
		font-style: normal;
	}
.rupee{
	font-family: 'RupeeFont';
	font-size: 16px;
	font-style: bold;
}
