
#content_main_h {
width: 700px;
font-size: 12pt;
font-family: "Times New Roman", Times, serif; 
text-align:left;
}
#content_main_h p {
margin: 0;
padding: 15px 0 0 0;
}
#content_main_h pre{
 white-space: -moz-pre-wrap;  /* Mozilla, supported since 1999 */
 white-space: -pre-wrap;      /* Opera 4 - 6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 white-space: pre-wrap;       /* CSS3 - Text module (Candidate Recommendation)
                                 http://www.w3.org/TR/css3-text/#white-space */
 word-wrap: break-word;       /* IE 5.5+ */
}
h2 {
font-size: 13pt;
margin: 0;
font-family: "Times New Roman", Times, serif;
padding-top: 10px;
padding-bottom: 3px;
}
br {
margin: 0;
line-height: 10px;
}
li {
margin: 0;
display: block;
padding: 6px 0 0 0;
}
hr {
color: #eee;
margin: 4px;
}