/**
 * $Id: reset.css 2007-05-31 $
 *
 *      This file reset most of the browsers default property values
 *
 * @author Taylan Pince
 * @copyright Copyright (c) 2007-2009, Trapeze, All rights reserved.
 * Last Updated by: Marcos Abreu - 2007-09-08
 *
 * Basic Groups:   
 *      Reset   |
 *
 */

/* @group Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, 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: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

#legalFooterMainDiv td {
	vertical-align: middle;
}

a,
a img,
:focus {
    outline: 0;
}

a img,
:link img,
:visited img {
    border: 0;
}

body {
    line-height: 1;
    color: black;
    background: white;
}

ol,
ul {
    list-style: none;
}

#Container table {
    border-collapse: separate;
    border-spacing: 0;
}

#Container caption, #Container th, #Container td {
    text-align: left;
    font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}



/* @end */
