@charset "utf-8";

/* R E S E T */


/*
FONT FACE RULE
=====================================================
@font-face {
font-family:<a-remote-font-name>; 
src:<source> [,<source>]; 
font-weight:<weight>; 
font-style:<style>;
}


NEED ALL THE FOLLOWING FILES FOR BEST SUPPORT POSSIBLE
=========================================================
.eot + .ttf /.otf + svg + woff
---------------------------------------------------------
Internet Explorer (all versions): EOT [Embedded OpenType] - Tool to convert TTF into an EOT format:	http://code.google.com/p/ttf2eot/
Safari (3.2+): TTF/OTF [TrueType Format/OpenType Format] - 	Tool to convert OTF into an TTF format:	http://fontforge.sourceforge.net/
iPhone (3.1): SVG [Scalable Vector Graphics] - SVG Converter:	http://xmlgraphics.apache.org/batik/tools/font-converter.html
Chrome (all versions): SVG [TTF/OTF]
Firefox (3.5+): TTF/OTF [.WOFF added 3.6]
Opera (10+): TTF/OTF
=========================================================
*/



/* F O N T   F A C E */
@font-face{font-family: 'WebRupee';src: url('WebRupee.V2.0.eot');src: local('WebRupee'), url('WebRupee.V2.0.ttf') format('truetype'),  url('WebRupee.V2.0.woff') format('woff'), url('WebRupee.V2.0.svg') format('svg'); font-weight:normal; font-style:normal;}
.WebRupee {font-family:'WebRupee';}
html>body .WebRupee {margin-right:2px;}
html>body .WebRupee {*margin-right:0;} 

