/* BASE STYLES */
body { font-size: 12px; font-family: tahoma, helvetica, arial, sans-serif;}
.left, .float-left { float: left;}
.right, .float-right { float: right; }
.clear, .clear-fix { clear: both; }
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
a img { border: 0px; }
a { text-decoration: none; }
