@charset "utf-8";

/*----- General styles -----*/
html, body, #flashwrapper {height: 100%;overflow: hidden;}
body {background: #CCCCCC; font: 12px Arial, "Helvetica Neue", sans-serif; margin: 0;}

.left	{float:left;}
.right	{float:right;}
.clear	{clear:both; height: 0; line-height: 0; font-size: px; /*for IE*/}
.hidden {display:none;}
.small	{font-size:11px;}
.big	{font-size:14px; font-weight:bold;}
.nobord	{border:none;}

