/* standard font style */
	DIV {
		font-family : "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #ffffff;
	}

/* standard font style */
	TD {
		font-family : "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 90%;
		color: #ffffff;
	}

/* menu links */
	A.menuLink {
		text-decoration : none;
	}

/* table cell with text overlapping image */
	TD.imgTextCell {
		padding-top: 70px;
		vertical-align : top;
		background-repeat : no-repeat;
		width : 220px;
		height : 150px;
	}

/* Heading style 1 */
	.heading1 {
	font-family : Impact, "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 170%;
}

/* Heading style 2 */
	.heading2 {
		font-family : Impact, "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 140%;
	}

	A {
		color : #ffff00
	}
	
	.noDisplay {
		display : none;
	}