.bigUp   { 
           font-size: 64px;
           color: #FF0066;
           font-weight: normal;
           font-style: normal;
       } 

.big   { 
           font-size: 28px;
           color: #000066;
/*           font-weight: normal;*/
           font-style: normal;
       } 

.bigDn   { 
           font-size: 24px;
           color: #000066;
           font-weight: 500;
           font-style: normal;
       }
 
.middleUp {
         font-size: 22px;
         font-weight: 100;
         color: #0000cc;
         }
.middle {
         font-size: 20px;
         font-weight: 100;
         color: #0000cc;
         }

.middleDn {
         font-size: 18px;
         font-weight: 100;
         color: #0000cc;
         }

.small { 
          font-size: 14px;
          font-weight: 100;
          color: #000099;
        }
 
.smallDn { 
          font-size: 10px;
          font-weight: 100;
          color: #1658a6;
        }  

.advest { 
           font-size: 11px;
           color: #ffffff;
           font-weight: 100;
           font-style: normal;
           } 

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

A.main:link { 
	text-decoration: underline;
	color: #eb18aa;
	}
A.main:visited { 
	text-decoration: underline;
	color: #ffa814;
	}
A.main:active { 
	text-decoration: underline;
	color: #ff0000;
	}
A.main:hover { color: #ff0000; 
	text-decoration: underline; }

A.sub:link { 
	text-decoration: underline;
	color: #0000ff;
	}
A.sub:visited { 
	text-decoration: underline;
	color: #ff6666;
	}
A.sub:active { 
	text-decoration: underline;
	color: #ff0000;
	}
A.sub:hover { color: #ff0000; 
	text-decoration: underline; }

A.navig:link {
        font-size: 14px;
        font-weight: 100; 
	text-decoration: underline;
	color: #ffffff;
	}
A.navig:visited { 
	text-decoration: underline;
	color: #cccccc;
	}
A.navig:active { 
	text-decoration: underline;
	color: #ff0000;
	}
A.navig:hover { 
        color: #06fce3; 
	text-decoration: underline; }

