/*	******************** Global Font Style ********************	Set all these fonts to the same thing and they will over ride	all the fonts on the site except for fonts that were set in the	content editor using html tags.*/td {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	color: #000000;}p {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	color: #000000;}