/* Lexues CSS Document */


.fontBold{
font-weight:bold;
}

.fontBold2{
font-weight:bold;
font-size:110%;
}

.fontImportant{
font-weight:bold;
color:#CC0000;
}

.fontBig{
font-size:110%;
}

.fontSmall{
font-size:90%;
}

.fontNoIndent{
text-indent:0;
}