
/***  Class MSG ***/
.articl {
  margin:        0px;
}
.articl .tbl_line li { 
  list-style-type: disc;
  font-family    : "Courier New";
  font-size      : 12pt;
  font-weight    : bold;
  margin-left    : 3px;  
}
.articl #SelectPoint {
  background : url(/images/articl_sp_bg.jpg) repeat-y;
}
.articl li A
{
 text-decoration: none;
 color: Black;
}
.articl li A:VISITED
{
 color: Black;
}
.articl li A:HOVER
{
 color: Red;
}
.articl h2
{
  font-family: "Times New Roman";
  font-size:   14pt;
  text-align:  left;
  color:       #000000;   /*#191970;*/
  margin-left: 25px;
}
.articl p
{
  text-indent: 20px;
  margin:      0px;
}
.articl h3
{
  font-size:   10pt;
  text-align:  left;
  margin-top:  10px;
  margin-left: 25px;
  color:       Gray;
}
.articl h3 b 
{
  font-size: 8pt;
}
.articl h4
{
  font-size:    10pt;
  text-align:   right;
  margin-top:   10px;
  margin-right: 25px;
  color:        Gray;
}
.articl h4 A
{
 text-decoration: none;
 color: Gray;
}
.articl h4 A:VISITED
{
 color: Gray;
}
.articl h4 A:HOVER
{
 color: Red;
 background-color: #C0C0C0;
}
.articl .li_decimal {
  list-style-type: decimal;
  font-weight:     normal;
}
.articl .li_lower-alpha {
  list-style-type: lower-alpha;
  font-weight:     normal;
}
.articl h5
{
  font-family:  "Courier New";
  font-size:    10pt;
  text-align:   center;
  color:        Gray;
  margin:       10px;
}
.articl .signal_new {
  margin-left:      20px;
}
.articl a img {
  border: none;
}
.articl #com_count {
  width  :   15px;
}
.articl #com_count div {
  border                : 1px solid gray;
  -webkit-border-radius : 10px;
  -moz-border-radius    : 10px;
  border-radius         : 10px;
}
.articl #com_count div table {
  height  : 100%;
  width   : 100%;
  border  : 0;
  padding : 0;
  margin  : 0;
}
.articl #com_count div table td {
  font-size  : 10pt;
  font-weight:  bold;
  text-align : center;
  color      : DarkRed;
}




/***  Class COMMENT ***/
.articl_com
{
  margin:        0px;
}
.articl_com p
{
  text-align: justify;
  text-indent: 20px;
  margin:      0px;
}
.articl_com li { 
  list-style-type: circle; /* disc,circle */
}
.articl_com h3
{
  font-size:   10pt;
  text-align:  left;
  margin-top:  1px;
  margin-left: 50px;
  color:       Gray;
}
.articl_com h3 b 
{
  font-size: 8pt;
}
