	body {
		font-family: Helvetica, Arial, Verdana, sans-serif;
		color: #999999;
		background: #FFFFFF url("graphics/bgnd.gif") no-repeat top right;
		font-size: 11pt;
	}
	
	h1 {
		text-align: center;
		font-size: 14pt;
		font-weight: normal;
		letter-spacing: 0.5em;
		margin-top: 2em;
		margin-bottom: 2em;
	}
	
	p {
		text-align: center;
		letter-spacing: 0.2em;
	}
	
	p.menu {
		color: #CCCCCC;
		font-size: 11pt;
	}
	
	p.menu a.selected{
		color: #666666;
		text-decoration: underline;
	}
	a {
		color: #999999;
		text-decoration: none;
	}
	
	a:hover {
		color: #666666;
		text-decoration: underline;
	}
	
	
	p.footer {
		/*width: 99%;
		position: absolute;
		bottom: 0px;	
		margin: 0;
		margin-bottom: 12px;
		padding: 0; */
		font-size: 12px;
		clear: both;
	}
	
	.shadow {
		background: url("graphics/shadow.png") no-repeat bottom right !important;
		background: url("graphics/shadow.gif") no-repeat bottom right;
		/*
		margin: auto 0 auto 10px !important;
		margin: auto 0 auto 5px;
		*/
		margin: 0 auto;
	}
	
	td.left div.shadow {
		margin: 0 auto 0 0;
	}
	
	td.right div.shadow {
		margin: 0 0 0 auto;
	}
	
	td.center div.shadow {
		/* This is the same as the default */
		margin: 0 auto;
	}
	

	.shadow img {
		position:relative;
		bottom: 5px;
		right: 5px;
		border: 1px solid #CCCCCC;
		background-color: #FFFFFF;
		padding: 4px;
		margin: 0px;
	}
	
	table {
		margin: auto;
	}
	
	.textbox {
		position:relative;
		bottom: 5px;
		right: 5px;
		border: 1px solid #CCCCCC;
		background-color: #FFFFFF;
		padding: 4px;
		margin: 10px 15%;
	}
	
