.strSName {
           color: #FFFFFF;           
           font-family: monospace;
           letter-spacing: 3;
           line-height: 120%;
           font-size: 120%;
          }

.strOName {
           color: #00FFFF;           
           font-family: monospace;
           letter-spacing: 3;
           line-height: 120%;
           font-size: 80%;
          }

.markHTM {
           color: #BBBBBB;           
           font-family: monospace;
           letter-spacing: 3;
           layout-grid-type: strict;
           text-transform: none;
           text-justify: distribute-all-lines;
           word-break:normal;
           word-wrap:break-word;
           font-size: 100%;
         }

.markHTM p{
           line-height: 150%;
           text-indent : 1cm;
           text-align: left;
          }

.markHTM ol{
             text-align: left;
             display: block;
           }

.markHTM li{
             list-style-type: square;
           }

.markPIC {
            margin-top: 1%;
            margin-bottom: 1%;
         }

.markSWF {

         }

.markWMV {

         }

.markAddTXT {
              width: 100%;
              word-break:normal;
              word-wrap:break-word;
              letter-spacing: 1px;
              line-height: 120%;
              color: #dddddd;
              font-size: 80%;
              font-weight:600;
              text-align: left;
              margin-top: 1%;
              margin-bottom: 1%;
              display: block;
            }

div.HtmlTable 
{
  width: 99%; 
  margin: auto;
}

div.HtmlRow 
{
  clear: both;
}

div.HtmlRow span.Col 
{
  margin: auto;
  text-align: left;
}

div.HtmlRow span.ColLeft 
{
  float: left;
  margin: auto;
  text-align: left;
  width: 49%;
}

div.HtmlRow span.ColRight 
{
  float: right;
  margin: auto;
  text-align: right;
  width: 49%;
}

.ATable{
	 width: 99%;
         border:1px ridge; 
         margin: auto;	          
}
.ATableRow {
        width: 100%;
        border:1px ridge;
	clear: both;    
}
.ATableCol30 {
	width:30%;
        border:1px ridge;
        float: left;      
}

.ATableCol70{
        width:70%;
	float: right;
        border:1px ridge;      
}