	body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9pt; 
		font-weight: normal;
		font-style: normal;
		line-height: normal;
		margin: 0;
		padding: 0;
		background-color: #333344;
		color: #FFFFFF;
	}
	
	td, div, span, p {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9pt;
		font-weight: normal;
		font-style: normal; 
		line-height: normal;
	}
	
	a:link, 
	a:visited,
	a:active {
		color: #0000bb;
		text-decoration: none;
	}
	a:hover {
		color: #4466ff;
		text-decoration: none;
	}

	div#tableExtraBorder {
		background-color: #aaaaaa;
		margin: 0px 2px;
		border-left: 2px #000000 solid;
		border-right: 2px #000000 solid;
		width: 688px;
	}
	
	/* all encompassing table */
	#mainTable {
		width: 680px;
		max-width: 680px;
		height: 100%;
		margin: 0;
		padding: 0;
		border-left: 2px #666666 solid;
		border-right: 2px #666666 solid;
		background-color: #ffffff;
		color: #000000;
		background: #c4c4c4 url(/graphics/background3.jpg) no-repeat top left;
	}
	
	/* top graphic */
	td#mainTableTitle {
		width: 680px;
		height: 100px;
		background-color: #000000;
	}
	
	/* leftmenu */
	td#mainTableLeftmenu {
		width: 162px;
	}
	div#leftMenu {
		width: 162px;
		border: 0;
		padding: 0;
		margin: 0;
		vertical-align: top;
	}
	
	/* where each page is drawn */
	td#mainTableContent {
		width: 516px;
		height: 100%;
		padding: 5px 8px 10px 8px;
		margin: 0;
	}
	
	/* individual menu items */
	img.leftmenuItem {
		margin: 0;
		padding: 0;
		border-top: 0;
		border-right: 0;
		border-bottom: 1px solid #444444;
		border-left: 0;
	}
	
	/* the text version of the left menu */
	td#textLinks {
		font-size: 7pt;
		text-align: center;
		padding: 8px;
	}
	
	td#bottomBar {
		border-top: 1px #666666 solid;
		padding: 5px 5px;
		margin: 0;
		background-color: #000000;
		color: #ffffff;
		font-size: 8pt;
	}
	
	img.leftLogo {
		margin: 0 0 15px 0;
	}
	
	img.property {
		margin: 5px;
		border: 1px solid #000000;
	}
	
	/* text at the top of a page */
	span.pageTitle {
		font-weight: bold;
		font-size: 14pt;
	}
	/* individual text headers */
	span.subTitle {
		font-weight: bold;
		font-size: 12pt;
	}
	/* inline text that need attention */
	span.inlineBold {
		font-weight: bold;
	}