#top,#site_title,#copyright,#header,#catalog,#news,#update,#right_column,#content_header,#ablock, nav {
	display: none;
}

#content {
        background-color: white;
        color: black;
        font-family: Times New Roman, serif, sans-serif;
	font-size: 12pt;
        font-weight: normal;
        text-decoration: none;
}

#content h1 {
	font-size: 14pt;
        font-weight: bold;
}
#content h2 {
	font-size: 13pt;
        font-weight: bold;
}
#content h3 {
        font-weight: bold;
}

#content table {
    margin-top: 20px;
    font-size: 10pt;
    margin-top: 10px;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-spacing:0;
}

#content table th, #content table td {
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}


