
table {
	color: #7F7F7F;
/*	font: 0.8em/1.6em "Trebuchet MS",Verdana,sans-serif;*/
	font: 12px "Trebuchet MS",Verdana,sans-serif;
	border-collapse: collapse;
	border-right: 0px solid #CCC;
	border-left: 0px solid #CCC;
	border-bottom: 0px solid #7F7F7F;
	margin: 60px 0 70px 0;
}

caption {
	margin: 0 auto;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC
}

caption,th,td {
	padding: 5px 10px;
    text-align:center;
}


caption,thead th{
	background-color: #ed7647;
	color: #FFF;
/*	font-weight: bold;*/
    font-size:12px;
/*	text-transform: uppercase*/
}



thead th {
	background-color: #ed7647;
	background-color: #C0C0C0;
	background-color: #fff;
/*    color: #ed7647;*/
    color: #000;
	text-align: center;
    border-left:1px solid #ffffff;
}

tbody th {
/*	padding: 2px 1px;*/
}


tbody tr {
	background-color: #DCDCDC;
	background-color: #fff;
}

tbody tr.odd {
	background-color: #e3e3e3;
	background-color: #fff;
	color: #666
}


tbody a {
	padding: 1px 2px;
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #E63C1E
}

tbody a:active,tbody a:hover,tbody a:focus,tbody a:visited {
	color: #666
}

tbody tr:hover {
	background-color: #eeedee;
	color: #333
}

tbody tr:hover a {
/*	background-color: #FFF}*/
}

tbody td+td+td+td a {
	color: #C30;
	font-weight: bold;
	border-bottom: 0;
}

tbody td+td+td+td a:active,tbody td+td+td+td a:hover,tbody td+td+td+td a:focus,tbody td+td+td+td a:visited {
	color: #E63C1E
}



tbody td{
    border-left:0px solid #ffffff;
}

tbody a:visited:after {
/*	font-family: Verdana,sans-serif;
	content: "\00A0\221A"*/
}