body {
 margin:0;
 padding:0;
 font-size: 14pt; 
 font-family: Times New Roman , Times New, Times , serif
}

#l-col, #ftr, #hdr , #bar , #navlistsub, form {
 display:none
}

#title {
 height: 25px;
}

#outer {
 border: 0px;
 width: 95%;
}

#cont , #bodyblock {
 border: 0px;
 width: 100%;
}

h1, h2, h3, h4, h5 {
 margin:0.5em 0 0.1em;
}


#cont h3 {
 color: black;
 font-size: 1.3em;
 border: 0px;
}

h4 {
 color: black;
 font-size:1.2em;
}

h5 {
 font-size:1em
}

a {
 color:blue
}

p {
 text-align:justify;
 margin:0 0 1em
}


table {
 border: solid 2px black;
 margin: auto;
 border-collapse: collapse;
}


td, th {
 border:1pt solid black
}

th {
 background: #eee
}


.right {
 float:right;
 }

.left {
 float:left;
 }