html, body, div, ul, li, form, span, p, img, fieldset, legend, label, h1, h2, h3, h4, h5, h6, table, tbody, thead, tfoot, tr, th, td, textarea {margin:0em; padding:0em; border:none;}
body {background:#FFFFFF; color:#000000;}
li {list-style-type:none;}

/* horizontal list with visual markup and built-in clearfix */
ul.horizontal:after, ol.horizontal:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
ul.horizontal, ol.horizontal {display:inline-block;}
/* Hides from IE-mac \*/
* html ul.horizontal, * html ol.horizontal {height:1%;}
ul.horizontal, ol.horizontal {display:block;}
/* End hide from IE-mac */

ul.horizontal li, ol.horizontal li {float:left;}

/*inline is added for The IE Doubled Float-Margin Bug */
.leftFloat {float:left; display:inline;}
.rightFloat {float:right; display:inline;}

.hidden {overflow:hidden; height:0; width:0; display:block;}

/* to clear floated elements - all browsers - from http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {content: "."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */