.St {font-family : Arial, Helvetica, helv, sans-serif;
         color: #000099;
         font-size: 18px;
         font-style: normal;
         font-weight: normal;
         text-decoration: none              
        }
.StBold {font-family : Arial, Helvetica, helv, sans-serif;
         color: #000099;
         font-size: 18px;
         font-style: normal;
         font-weight: bold;
         text-decoration: none              
        }
.NgBold {font-family : Arial, Helvetica, helv, sans-serif;
         color: #ffffff;
         font-size: 18px;
         font-style: normal;
         font-weight: bold;
         text-decoration: none              
        }

.StSml   {  
           font-size: 12px;
           color: #990000;
           font-style: normal;

       } 
.NgSml   {  
           font-size: 12px;
           color: #cccccc;

       } 


.comment { font-family : Arial, Helvetica, helv, sans-serif;
          font-size: 12px;
          color: #888888;
/*          line-height: 15px;*/
        } 
.StNorma { font-family : Arial, Helvetica, helv, sans-serif;
          font-size: 16px;
          color: #000000;
          font-weight: normal;
        } 
.NgNorma { font-family : sans-serif, helv, Arial, Helvetica ;
          font-size: 16px;
          color: #ffffff;
          font-weight: normal;
        } 

A:link { 
	text-decoration: underline;
	color: #0000ff;
	}
A:visited { 
	text-decoration: underline;
	color: #000099;
	}
A:active { 
	text-decoration: underline;
	color: #ff0000;
	}
A:hover { color: #ff0000; 
	text-decoration: none;

        }

A.Ng:link {
	text-decoration: underline;
	color: #ffffff;
	}
A.Ng:visited { 
	text-decoration: underline;
	color: #F0E6DC;
	}
A.Ng:active { 
	text-decoration: underline;
	color: #ff0000;
	}
A.Ng:hover { 
        color: yellow; 
	text-decoration: underline; }


