
/*
See this site for reference regarding CSS bugs/implementation issues:
http://www.richinstyle.com/bugs/table.html
*/

/* main text body style */
BODY, TD, TR, P, UL, OL, A
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial, Helvetica, Tahoma
}

/* used to prevent article header graphics from tiling in background of table */
TABLE 
{ 
	background-repeat:no-repeat;
}