@charset "utf-8";
td {
	font-family: Calibri;
	font-size: 12px;
	font-weight: normal;
	vertical-align: top;
	
}
th {
	font-family: Calibri;

	color:#999999
	font-size: 12px;
	font-weight:lighter;
	font-style:italic;
	text-align:left;
	font-size: 12px;
}

table
 {
 border-right-style:none;
 border-left-style:none;
}

.gc_publisher_line {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6px;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}

tr:nth-of-type(odd) td { /* CSS3 - from http://my.opera.com/dstorey/blog/striped-table */
    background-color: #edf3fe;
}
