A { 
color: red ; font-size: 13px; font-family: Helvetica, sans-serif ; font-weight: 300 ; background-color: #FFFFFF ; font-style: normal ; text-align: justify
}

EM { 
color: #3366CC; font-size: 13px; font-family: Helvetica, sans-serif ; font-weight: 300 ; font-style: normal ; text-align: justify
}
A:hover { 
color: #4A6BB5 ; font-size: 13px; font-family: Helvetica, sans-serif ; font-weight: 300 ; background-color: #FFFFFF ; font-style: normal ; text-align: justify
}

pre {
color: white; font-size: 1px; font-family: Helvetica, sans-serif ; font-weight: 300 ; font-style: normal 
}
.bold {  font-weight: bolder}
.large {  font-size: 24px; color: #0084D8; font-weight: bolder; line-height: 30pt}



/* extras - John 05-03-2009 */

#ga								{ clear: both; width: 100%; height: 10px; background: #FFFFFF; overflow: hidden; }



/* Text formatting */

/* Alignment */

.l							{ text-align: left !important; }
.c							{ text-align: center !important; }
.r							{ text-align: right !important; }
.j							{ text-align: justified !important; }

/* Case */

.uppercase					{ text-transform: uppercase !important; }
.lowercase						{ text-transform: lowercase !important; }
.sentence						{ text-transform: sentence !important; }
.capitalize						{ text-transform: capitalize !important; }