@charset "UTF-8";
/* CSS Document */

table,td
{
	border               : 1px solid #CCC;
	border-collapse      : collapse;
	font-family: Verdana;
	font-size: 10px;
	line-height: 1.5;
	text-align: left;
}
table
{
	border                :none;
	border                :1px solid #CCC;
}
thead th,
tbody th
{
	color                 : #000;  
	padding               : 5px 10px;
	border-left           : 1px solid #CCC;
}
tbody th
{

  border-top            : 1px solid #CCC;
  text-align            : left;
  font-weight           : normal;
}
tbody tr td
{
	padding               : 5px 10px;
  color                 : #000;
}

tfoot td
{
	border-left           : none;
	border-top            : 1px solid #CCC;
	color                 : #000;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
}

tfoot th
{
	color                 : #000000;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
}


caption
{
	text-align            : left;
	font-size             : 120%;
	padding               : 10px 0;
	color                 : #666;
}
table a:link
{
	color                 : #666;
}
table a:visited
{
	color                 : #666;
}
table a:hover
{
	color                 : #003366;
	text-decoration       : none;
}
table a:active
{
	color                 : #003366;
}
