/*
    Filename         :    reset.css
    Created by       :    Mark Thomas
    Last modified by :    markt
    Created          :    09 March 2006 15:15:09
    Last Updated     :    07 April 2006 15:52:53
    Comments         :    NO NEED TO ALTER THIS FILE    
*/
html {
    overflow-y:scroll;
}
* {
    font-family:arial, tahoma, sans-serif;
    margin:0;
    padding:0;
    font-size:100%;
    color:#666;
}
body {
    font-size:70%;
    margin:0;
    width:100%;
    background:#FFF;
}
img,
form,
fieldset {
    border:none;
}
table {
    font-size:100%;
}
td {
    vertical-align:top;
}
a {
    text-decoration:none;
}
a:hover,
a:active {
    text-decoration:underline;
    color:#000;
}
hr {
    color:#ccc;
    background-color:#ccc;
    border:0;
    height:1px;
    overflow:visible;
    margin-bottom:1em;
}
div.clear {
    clear:both !important;
    visibility:hidden !important;
    overflow:hidden !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    font-size:1px !important;
    height:1px !important;
    width:1px !important;
}