/* CSS Document */P  {	font-size : 12px;	font-family : arial;	color : black;}A  {	font-family : arial;	font-size : 12px;	text-decoration : underline;	color : red;}A:Visited  {	font-family : arial;	font-size : 12px;	text-decoration : underline;	color : #990000;}A:Active  {	font-family : arial;	font-size : 12px;	text-decoration : underline;	color : red;}A:Hover  {	font-family : arial;	font-size : 12px;	text-decoration : underline;	color : red;}BODY{	font-size: 12px;	font-family: arial;	background-color: white;	margin-left: 0;	margin-right: 0;	margin-top: 0;	margin-bottom: 0;	padding-left: 0;	padding-right: 0;	padding-top: 0;	padding-bottom: 0;	border-left-width: 0;	border-right-width: 0;	border-top-width: 0;	border-bottom-width: 0;}TD  {	font-size : 12px;	font-family : arial;}.background{	background-image: url(/internal/common/images/background.gif);	background-repeat: repeat-x;}.padded	{	padding : 10;}.programbox	{	font-size : 10px;	font-family : arial;}