/*  This style is in the StyleTD.css file because it is overriding the datagrid settings.
It should be included in every file except files that contain a data grid. In those files,
all text needs to be inside of <p> <li> or <a> tags.*/
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
