table
{
	background: #fff;
	color: #666;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 136%;
	font-weight: normal;
	font-variant: normal;
	width: 800px;
	float: left;
	margin-top: 20px;
	margin-left: 24px;
	padding: 4px;
}
caption
{
	background: #4779B6;
	-moz-border-radius: 8px;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 4px;
	padding: 1em;
	text-align: center;
}
td, th
{
	padding-top: 1em;
	padding-right: 1.5em;
	padding-bottom: 1em;
	padding-left: 1.5em;
}
th
{
	-moz-border-radius: 8px;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	background-color: #E6CECE;
}
tbody td a
{
	border-bottom: 1px dotted #666;
	color: #666;
	text-decoration: none;
}
tbody td a:after
{
	content:"\00A0\00BB";
}
tbody th a
{
	border-bottom: 1px dotted #fff;
	color: #fff;
	font-weight:bold;
	text-decoration: none;
}
tbody th a:hover
{
	border-bottom: 1px dotted #333;
	color: #333;
}
tbody th a:visited:after
{
	content:"\00A0\221A";
}
tbody th a:visited
{
	border-bottom: 0 none;
}
tbody th, tbody td
{
	text-align: left;
	vertical-align: middle;
}
tfoot td, tfoot th
{
	background: #4779B6;
	-moz-border-radius: 8px;
	color: #fff;
}
tbody tr:hover td
{
	color: #333;
	background: #fafafa;
}
tbody tr:hover td a
{
	border-bottom: 1px dotted #333;
	color: #333;
}
tbody tr:hover td a:hover
{
	border-bottom: 1px dotted #000;
	color: #000;
}
tbody tr:hover th
{
	color: #333;
	background: #C5CCDC;
}
