*.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; height:245px; text-align:center; width:95px;margin:0 7px;overflow:hidden; }
*.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; }


.fleft2 {float:left;height:151px;margin:0 40px 0 0;width:137px;}

.fleft8 {float:left;height:165px;margin:0 7px 0 0;width:127px;overflow:hidden;}
