
	body,td{
		font-family: Arial, Helvetica, Geneva, Sans-Serif;
		font-size:12px
	}
	a{
		color: #000000;
		font-weight:bold;
		text-decoration: none
	}
	a:hover{
		color: #C1151B;
	}

	a.footer{
		font-family: helvetica;
		font-size:11px;
		color: #000000
	}
	a.footer:hover{
		color: #CCCCCC;
	}

	a.footer-home{
		font-family: helvetica;
		font-size:14px;
		color: #EBE8CE;
	}
	a.footer-home:hover{
		color: #C1151B;
	}

	.footer{
		font-size:14px;
	}

	.footer-home{
		font-size:14px;
		color: #EBE8CE;
	}

	.header{
		font-size:18px;
		font-weight:bold;
		color: #000000
	}


	.thumbnail{
		position: relative;
		z-index: 0;
	}

	.thumbnail:hover{
		background-color: Black;
		z-index: 50;
	}

	.thumbnail span{ /*CSS for enlarged image*/
		position: absolute;
		background-color: lightyellow;
		padding: 5px;
		left: -1000px;
		border: 1px solid black;
		visibility: hidden;
		color: black;
		text-decoration: none;
	}

	.thumbnail span img{ /*CSS for enlarged image*/
		border-width: 0;
		padding: 2px;
	}

	.thumbnail:hover span{ /*CSS for enlarged image on hover*/
		visibility: visible;
		top: -175;
		left: -5px; /*position where enlarged image should offset horizontally */

	}


