body {
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size:14px;
}

h1 {
	text-align:right;
	font-size:18px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

.gold {
	color:#FFCC00;
}

.silver {
	color:#CCCCCC;
}

.bronze {
	color:#9D4B11;
}

div.hr {
  	height: 2px;
 	background: #FF6600 url(hr1.gif) no-repeat scroll center;
}

div.hr hr {
  	display: none;
}

a:link {
	color:#FF6600;
	text-decoration:none;
	text-align:center;
	font-size:13px;
}

a:hover {
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}

a:visited {
	color:#333333;
	text-decoration:none;
}