.gray table, .gray td {
	border: 1px solid #CCC;
	border-collapse: collapse;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.1;
}

.gray td {
	font-size: 65%;
	height: 20px;
	text-align: center;
	padding-top: 6px;
}

.gray td.left {
	text-align: left;
}


.gray table{
	border: none;
	border: 1px solid #CCC;
}

.gray thead th, .gray tbody th {
	font-family: "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-size: 65%;
	color: #666;
	padding: 1px 10px;
	border-left: 1px solid #CCC;
	background-color: #FFF;
	background-image: url(/images/css/tables/th_bck.gif);
	background-repeat: repeat-x;
}

.gray tbody th {
	background: #fafafb;
	border-top: 1px solid #CCC;
	text-align: left;
	font-weight: normal;
}

.gray tbody tr td {
	padding: 5px 10px;
	color: #666;
}

.gray tbody tr:hover{
	background: #FFF url(/images/css/tables/tr_bck.gif) repeat;
}

.gray tbody tr:hover td {
	color: #454545;
}

.gray tfoot td, .gray tfoot th {
	border-left: none;
	border-top: 1px solid #CCC;
	padding: 4px;
	background: #FFF url(/images/css/tables/foot_bck.gif) repeat;
	color: #666;
}

.gray caption {
	text-align: left;
	font-size: 120%;
	padding: 10px 0;
	color: #666;
}

.gray table a:link {
	color: #666;
}

.gray table a:visited {
	color: #666;
}

.gray table a:hover {
	color: #003366;
	text-decoration: none;
}

.gray table a:active {
	color: #003366;
}

.gray h2{
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	word-spacing:-1px;
	font-size:125%;
	width:589px;
	padding:5px;
	margin:0 auto;
	border-bottom:1px none #CCC;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC
	}
