a:link, a:visited, a:hover, a:active { text-decoration: none; }

.left   { float:left;  }
.center { margin: auto; text-align: center; }
.right  { float:right; }

.t-left   { text-align: left;   }
.t-center { text-align: center; }
.t-right  { text-align: right;  }

.t-top    { vertical-align: top;    }
.t-middle { vertical-align: middle; }
.t-bottom { vertical-align: bottom; }

.attn {	font-size: x-small; }

img.nbdr { border: none; margin: 0 4px 0 4px;}

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

/* Old version of clearfix */
.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/* New version of clearfix */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}

/* for iPhone */
@media screen and (-webkit-min-device-pixel-ratio: 2){
    html{ font-family: 'ƒqƒ‰ƒMƒmŠpƒS Pro W3','Osaka',sans-serif; }
}
