/*
Incubox Creative
copyright (c) 2007
version: 2007-09-03
author: Geoff Towle, Incubox Creative

**The purpose of this css is to clear all unnecessary styles so that all A-level browsers function equally.
**Based on YUI reset.css with some help from Travis Forden, treevis.com.
-------------------------------------------------------- */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset, dd, dt, li,td, th  {
        margin: 0;
        padding: 0;
        font: 100%/120% Arial, Verdana, Helvetica, sans-serif;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 0;
}

/* Miscellaneous: */
form label {
        cursor: pointer;
}

fieldset, img {
        border: none;
}

input, select, textarea {
        font-size: 100%;
}

abbr, acronym {
		border: none;
}

table {
		border-collapse: collapse;
		border-spacing: 0;
}

address, caption, cite, code,
dfn, em, th, var {
		font-style: normal;
		font-weight: normal;
}

caption,
th {
		text-align: left;
}

ul, ol {
		list-style: none;
}