body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
	background: white repeat-y 50%;
}

.tableEntry {
	height: 35px;
	color: white;
}

.whiteBlock {
	background-image: url(images/whiteBlocl.png);
	width: 100px;
	height: 100px;
	text-align: center;
}

.yellowBlock {
	background-image: url(images/yellowBlock.png);
	width: 100px;
	height: 100px;
	text-align: center;
}

.footer {
	color: #898989;
	font-size: 9pt;
	height: 25px;
}
.footer a:link {
	color: inherit;
	font-size: inherit;
	text-decoration: inherit;
}

.footer a:hover {
	color: #f9c835;
	font-size: inherit;
	text-decoration: underline;
}


.grayText {
	color: #dadada;
}

a:focus {outline: none}

a:link {
	color: inherit;
	font-size: inherit;
	text-decoration: inherit;
}

a:hover {
	color: #4b4965;
	font-size: inherit;
	text-decoration: underline;
}

a:visited {
	color: inherit;
	font-size: inherit;
	text-decoration: none;
}

a:visited:hover {
	color: #4b4965;
	font-size: inherit;
	text-decoration: underline;
}