*
{
    margin: 0;
    padding: 0;
}

html
{
    height:100.1%
}

acronym
{
    cursor: help;
}

fieldset
{
    border: 0;
}

h1, h2, h3, h4, h5, h6
{
    font-family: arial, helvetica, sans-serif;
}

img
{
    border: 0;
}

ol, ul
{
    list-style-position: outside;
    padding-left: 40px;
}

option
{
    padding-right: 5px;
}

p
{
    padding: 10px 0 10px 0;
}

.clear
{
    clear: both;
    height: 1px;
    overflow: hidden;
    margin-top: -1px;
}

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

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

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

.smaller
{
    font-size: smaller !important;
}

.bold
{
    font-weight: bold !important;
}

.italics
{
    font-style: italic !important;
}

.block
{
    display: block !important;
}

.inline
{
    display: inline !important;
}

.red
{
    color: #ff0000 !important;
}

.fleft
{
    float: left !important;
}

.fright
{
    float: right !important;
}

.arial
{
    font-family: arial, helvetica, sans-serif;
}