@charset "UTF-8";body {	font: 100% Verdana, Arial, Helvetica, sans-serif;	background: #000000;	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */	padding: 0;	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */	color: #000000;}h1 {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 14px;	font-style: normal;	font-weight: bolder;	color: #FFFFFF;}p {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	color: #FFFFFF;}a:link {	color: #CCFFCC;}a:visited {	color: #6633CC;}a:hover {	color: #FF0033;}a:active {	color: #FFFF00;}.copyright {	font-size: 0.75em;	color: #999999;}#container {	width: 80%;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	border: 1px solid #000000;	text-align: center;	padding: 0px;}#header {	padding: 0;}#header h1 {	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */	color: #CCCCCC;	padding-top: 10px;	padding-right: 0;	padding-bottom: 10px;}.MediaIndex {	color: #CCCCCC;}.MediaImage {	color: #CCCCCC;}/*      -----------------------------      miscleanous stuff*/.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */	margin-left: 8px;	top: 5px;	right: 125px;	position: absolute;}/* Table Style */table {	font: 0.8em/1.6em "Trebuchet MS", Verdana, sans-serif;	border-collapse: collapse;}table, caption {	margin: 0 auto;	border-right: 1px solid #CCC;	border-left: 1px solid #CCC;}caption, th, td {	border-left: 0;	padding: 10px;}caption, thead th, tfoot th, tfoot td {	background-color: #727272;	color: #FFF;	font-weight: bold;	text-transform: uppercase;}thead th {	text-align: center;}tbody th {	padding: 10px 10px;}tbody tr.odd {	background-color: #F7F7F7;	color: #666;}tbody a {	padding: 1px 1px;	color: #333;	text-decoration: none;}tbody a:active, tbody a:hover, tbody a:focus, tbody a:visited {	color: #666666;}tbody td:hover {	background-color:#CCCCCC;}.PayPalItems table {	border-top: none #3333CC;	border-right: none #3333CC;	border-bottom: none #3333CC;	border-left: none #3333CC;}.PayPalItems caption,th,td  {	color: #FFFFFF;	padding: 1px 10px;}.PayPalItems tbody td:hover {    background-color:#000000;	}	
