/* Reset */
*                                                      {margin: 0; padding: 0;}                                                                                                      
/* Focus Styles */
:focus                                                 {outline: 0;}

/* tables still need 'cellspacing="0"' in the markup */
table                                                  {border-collapse: collapse; border-spacing: 0;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q                                          {quotes: "" "";}

/* Common classes */
.reset                                                 {display: block; font-size: 0px; line-height: 0px; height: 0px; overflow: hidden; clear: both;}
.floatLeft                                             {float: left;}
.floatRight                                            {float: right;}
.center                                                {text-align: center;}
.left                                                  {text-align: left;}
.right                                                 {text-align: right;}



