*.bold { font-weight:bold; }
*.n-bold { font-weight:normal; }
*.italic { font-style:italic; } 
*.underline { text-decoration:underline; }
*.n-underline, *.n-underline:hover { text-decoration:none; }
*.uppercase { text-transform:uppercase; }
*.dotted { border-bottom:1px dashed; }
*.click { cursor:pointer; cursor:hand; }
*.n-click { cursor:default; }
*.fright { float:right; }
*.fleft { float:left; }
*.clear { clear:both; }
*.hidden { visibility:hidden; }
*.visible { visibility:visible; }
*.absolute { position:absolute; }
*.relative { position:relative; }

div.d { width:1px; height:1px; visibility:hidden; font-size:0px; line-height:0px; }





