/*
 * $Id:$
 * 
 * A CSS file for zeroing out all elements, so the behave the same.
 */

body {
    font-size:62.5%;
    margin: 0px;
    padding: 0px;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, input, select {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
}

a {
    text-decoration: none;
}

table {
    border-collapse: collapse;
    margin: 0px;
    padding: 0px;
}

input, select, th, td {
}

li li, li p, td p, blockquote p {
}

li {
    list-style-type: none;
}

.clear {
    clear: both;
}

.relative {
    position: relative;
}

img {
    border: 0px;
}

.invisible {
    opacity: 0;
    filter: alpha(opacity - 0);
}

form {
    margin: 0px;
    padding: 0px;
}