body {
    font-family: arial, helvetica, sans-serif;
    color: #000;
}

table, form {
    margin: 0;
    padding: 0;
}

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

table.border {
    border-collapse: collapse;
}

table.border th, table.border td {
    padding: 3px 6px;
    border: 1px solid #ccc;
}

.float_left
{
    float: left;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Holly Hack Targets IE Win only \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* End Holly Hack */

.clear {
    clear: both;
}

.hr {
    border-bottom: 1px solid #999;
    margin: 10px 0;
}

.bad {
    color: #f00;
    font-weight: bold;
}

p, ul, ol {
    margin-top: 10px;
    margin-bottom: 10px;
}

img {
    border: 0;
}
