/* grid */

th {
	text-align: left;
	font-weight: bold;
}

.grid-outline { 
	border-left: 1px #000000 solid;
	border-top: 1px #000000 solid;
	width: 640px;
	margin: 0 auto 16px auto;
}

.grid-cell { 
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	width: auto;
	margin: 0 auto 0 auto;
}

.grid-cell a, .grid-cell a:link, .grid-cell a:active, .grid-cell a:visited {
	background-color: transparent;
	color: #000000;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

.grid-cell a:hover {
	background-color: transparent;
	color: #7575a4;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

.t80 {
	width: 80px;
}

.t300 {
	width: 300px;
}

.t140 {
	width: 140px;
}

.t100 {
	width: 100px;
}
