.normal {
        font-family: Arial, Helvetica, sans-serif, Verdana; 
        font-size: 12px; 
        font-style: normal; 
        font-weight: normal; 
        text-decoration: none;
        line-height: 140%;
	word-spacing: normal;
        color: #444444;
}

.white {
        font-family: Arial, Helvetica, sans-serif, Verdana; 
        font-size: 12px; 
        font-style: normal; 
        font-weight: normal; 
        text-decoration: none;
        line-height: 140%;
	word-spacing: normal;
        color: #FFFFFF;
}

.fattywhite {
        font-family: Arial, Helvetica, sans-serif, Verdana; 
        font-size: 12px; 
        font-style: normal; 
        font-weight: bold; 
        text-decoration: none;
        line-height: 140%;
	word-spacing: normal;
        color: #FFFFFF;
}

A {
        font-family: Arial, Helvetica, sans-serif, Verdana; 
        font-size: 12px; 
        font-style: normal; 
        font-weight: normal; 
        text-decoration: none;
        line-height: 140%;
	word-spacing: normal;
        color: #000000;
}

A:hover {
        font-family: Arial, Helvetica, sans-serif, Verdana; 
        font-size: 12px; 
        font-style: normal; 
        font-weight: normal; 
        text-decoration: underline;
        line-height: 140%;
	word-spacing: normal;
        color: #000000;
}


