/* CSS Document */

.italic { font-style:italic; }
.txt_bold { font-weight: bold; }
.txt_bold_error { font-weight: bold; color:#CC0000; }
.txt_red { color:#CC0000; }