#headertitle:visited, #headertitle:link, #headertitle:hover {
	text-decoration: none;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	color:#666;
	font-size:14px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	border:#ccc 1px solid;
	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:5px;
	
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
	
	/* Hide cell spacing */
	border-spacing: 0px;
	border-collapse: separate;
}

table th {
	font-size: 1.5em;
	padding: 10px 0px 10px 0px;
	vertical-align: middle;
	
	border-top: 1px solid #fafafa;
	border-bottom: 1px solid #e0e0e0;
	border-radius:5px;
	
	background: #ededed;
	background: linear-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}

table td {
	margin: auto;
	/*padding: 0.25em;*/
	/*padding: 0px 0px 0px 5px;*/
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;

	background: #fafafa;
	background: linear-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}

table tr {
	text-align: left;
}

table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
	display: block;
}

table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}

table a:active, table a:hover {
	color: #bd5a35;
	text-decoration: underline;
}
