@charset "utf-8";
/*	GLOBAL RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, 
a, abbr, acronym, address, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, 
tr, th, td { margin:0; padding:0; border:0; outline:none;}

:focus, object {outline: 0;}
ol, ul {list-style: none;}
table {border-collapse: collapse;border-spacing: 0;}
caption, th {text-align: left;font-weight: normal;}
input, select, textarea {font-size: inherit; font-family: inherit;}

body, td, button { font:12px Arial, Helvetica, sans-serif;}

/*	Basic Classes	*/
.fleft{ float:left}
.fright{ float:right}
.clear { clear:both}
.text-left { text-align:left}
.text-right { text-align:right}
.text-center { text-align:center}
