BODY{
  color           : #666666;
  font-size       : 12px;
  background-color: #FFFFFF;
  line-height     : 120%;
  
}

A {
    color     : #DD2200;
    font-size : 12px;
}
A:link {
    color           : #DD2200;
    text-decoration : none;
    font-size       : 12px;
}
A:visited {
    color           : #AA2200;
    text-decoration : none;
    font-size       : 12px;
}
A:active {
    color           : #CC2200;
    text-decoration : none;
    font-size       : 12px;
}
A:hover {
    color           : #FF0000;
    text-decoration : none;
    font-size       : 12px;
}

.text12px120{
    font-size   : 12px;
    line-height : 120%;
}
.text12px154{
    font-size   : 12px;
    line-height : 153%;
}

.text10px120{
    font-size   : 10px;
    line-height : 120%;
}
.text10px140{
    font-size   : 10px;
    line-height : 140%;
}

.text08px120{
    font-size   :  8px;
    line-height : 120%;
}
.textcopyright{
    color       : #000000;
    font-size   :  8px;
    line-height : 120%;
    font-style  : italic;
}
