body {
    background: none repeat scroll 0 0 #EDEDED;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
}

.print {
    color: #004488;
    font-weight: bold;
    text-align: right;
}

#header {
   
    height: 115px;
    text-align: right;
}
#main {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto;
    padding: 10px;
    width: 980px;
}

#body, #footer {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #333333;
    line-height: 20px;
    padding: 0 10px 10px;
}

 #content table {
            margin: 1px auto !important;
        }
.title {
    font-size: 14pt;
    font-weight: bold;
}

.cursor {
    cursor: pointer;
}
#article {
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    margin-top: 10px;
    padding: 20px 0;
}