body {
    padding:0px;
    margin:0px;
    background-color:#FFF;
    font: normal normal 11px verdana;
}

/*******************************************************************************
    Common
*******************************************************************************/

.clear {
    clear:both;
}

hr {
    border: 0;
    color: #9E9E9E;
    background-color: #cecece;
    height: 1px;
    width: 100%;
    text-align: left;
}

a.orange {
    font: normal normal 11px verdana;
    color:#B73106;
    text-decoration: none;
}

a.orange:hover {
    font: normal normal 11px verdana;
    color:#B73106;
    text-decoration: underline;
}


/*******************************************************************************
    Text
*******************************************************************************/

.justify {
    text-align:justify;
}

.bold {
    font-weight:bold;
}

.center {
    text-align:center;
}

/*******************************************************************************
    Table
*******************************************************************************/
td {
    font:normal 11px verdana;
    border-bottom-color:#DDD;
    border-bottom-width:1px;
    border-bottom-style:solid;    
}

td.center {
    text-align:center;
}

td.heading {
    background: #DDDDDD;
    font-weight:bold;
}

li {
    list-style-image: url(../imgs/arrow.gif);
}
