a {  color: #0000CC;  text-decoration: none}
a:link {  color: #0000CC;  text-decoration: none}
a:visited {  color: #9900CC;  text-decoration: none}
a:hover {  color: #0000CC;  text-decoration: underline}

a.white {  color: #FFFFFF;  text-decoration: none}
a.white:link {  color: #FFFFFF;  text-decoration: none}
a.white:visited {  color: #FFFFFF;  text-decoration: none}
a.white:hover {  color: #FFFFFF;  text-decoration: underline}

.text-red {  color: #D90000}
.text-white {  color: #FFFFFF}
.text-gray {  color: #999999}
.text-dgray {  color: #4C4C4C}
.text-dred {  color: #660033}

.text-bold {  font-weight: bold}
.text-italic {  font-style: italic}

.align-center {  text-align: center}

.text-large {  font-size: 14pt}
.text-large_s {  font-size: 12pt}
.text-std {  font-size: 10pt}
.text-small {  font-size: 9pt}
.text-mini {  font-size: 8pt}

.text-sentence {  line-height: 140%}