html, body {
    font-size: 100.1%;
}

html,body,div,
table,td,th,caption,
form,fieldset,legend,
input,select,textarea,button,
ul,ol,li,dl,dt,dd,p,address,
img,h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
}

table {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
}

td,th {
    text-align: left;
    vertical-align: top;
    font-weight: normal;
}

img {
    border: 0;
    vertical-align: top;
}

ul,ol {
    list-style: none;
}

address {
    font-style: normal;
}

sup {
    vertical-align: top;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.clearer {
    clear: both;
    float: none;
    font-size: 1px;
    line-height: 0;
    height: 0;
    overflow: hidden;
    display: block;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.inline       {
    display:inline !important;
}

a {
    color: #C10202;
    outline: 0;
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
    color: #222222;
}
