/* ----------------------------------------------------------------------------------------------------------
#) CSS RESET
---------------------------------------------------------------------------------------------------------- */
body, div {margin: 0px; padding: 0px;}
table {border-collapse: collapse; border-spacing: 0;}

table, th, td, tr, tbody, tfoot, caption, 
h1, h2, h3, h4, h5, h6, p, span, a, 
input, textarea {margin: 0px; padding: 0px; border: 0px; outline: 0px;}

p, a, h1, h2, h3, h4, h5, h6 {font-family: Tahoma, Arial;}
a {text-decoration: none;}

a,
input[type=button],
input[type=submit] {cursor: pointer;}
img {border: 0px;}