@charset "utf-8";/* CSS Document */body {	text-align: center; 	background-image:url(../graphics/background.jpg);	background-repeat:repeat-x;	font-family: "Times New Roman", Times, serif;	font-size:15px;	}/* body */	table.bullet th {		padding: 3px; 	background-color: #666666;	font-family: "Times New Roman", Times, serif;	font-size: 12px;	font-style: normal;	line-height: normal;	font-weight: bold;	font-variant: normal;	text-transform: none;	color: white;	text-align: left;	margin-left: 5px;	}table.bullet td {		padding: 3px;	background-color:#CCCCCC;	text-align: left;	margin-left: 5px;	font-size: 12px;}