#header, #footer, #inner-left, #inner-right-title, .text-menu{
	display: none;
}
* { font-family: Tahoma, Arial, Helvetica, sans-serif; }

#inner-right-cont {
    width: 100%;
}
body { 
	color: black;
  	background: white; 
	font-size: 12pt; margin-top: 10pt; 
}
a {
  text-decoration: underline;
  color: blue;
}
.clear{ clear: both; }
h5{
	font-size: 12pt;
	font-weight: bold;
}
table { max-width: 650px; font-size: 10pt }
td, th { padding: 3pt; font-size: 10pt }
img {   
	border:0;
}

.content_table {
    border: 1px solid #000;
}

.content_table td {
    border: 1px solid #000;
}


pre {
    white-space: normal;
}

#inner-right-main-text ul {
    list-style-type: disc !important;
    list-style-position: outside !important;
}

    #inner-right-main-text ul li {
        margin-bottom: 7px;
    }
