	@import url(../topmenu_silver2.css);	/*must be placed at the top */
	@import url(../quickpost_silver.css);	/*must be placed at the top */

	Body { /* covers the entire screen */
		background-color:#fefefe;	
	}


	.PageContent { /* covers all content, but not the margin */
		border: 1px solid #ddd;
		background: #Fcfcfc /*url(/images/backgrounds/metal.jpg)*/;
		background-repeat : repeat-x;
	}
	
	
	
	.timeDisplay {
		/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
		Font-size:10px;
		color:#4682B4; /* steelblue */
	}
	
