/* font CSS */
a:link {color:#CC3366;text-decoration:none;}
a:visited{color:#CC3366;text-decoration:none;}
a:hover{color:#CC3366;text-decoration:underline;}
a:active{color:#CC3366;text-decoration:underline;}

a.lblack:link,a.lblack:visited {color:black;}
a.lgray:link,a.lgray:visited,a.lgray:hover{color:#4d4d4d;}
a.lyellow:link,a.lyellow:visited,a.lyellow:hover{color:#F86E12;}

a.lwhite:link,a.lwhite:visited,a.lwhite:hover{color:#ffffff;} 

.underlines,a.underlines:link,a.underlines:visited,a.underlines:hover{text-decoration:underline;}
a.nolines:link,a.nolines:visited,a.nolines:hover{text-decoration:none;}

.tblack{color:#000000;}
.tred{color:#CC3366;}
.tyellow{color:#F86E12;}
.tyellow02{color:#E67700;}

.px12{font-size:12px;}
.px14{font-size:14px;}
.px16{font-size:16px;}
.lh22{line-height:22px;}
.lh24{line-height:24px;}
.lh28{line-height:28px;}
.bolds{font-weight:bold;}
.thins{font-weight:normal;}
.arialFont{font-family:arial;}
.tl1em{text-indent:1em;}
.tl2em{text-indent:2em;}

pre{
white-space: pre; /* CSS2 */
white-space: -moz-pre-wrap; /* Mozilla */
white-space: -hp-pre-wrap; /* HP printers */
white-space: -o-pre-wrap; /* Opera 7 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: pre-wrap; /* CSS 2.1 */
white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
word-wrap: break-word; /* IE */
} 

