	body {
		background: silver;
		color: #000000;
		margin: 0px 0px 0px 0px;

		height: 100%;
	}

	#content { 
		background: #ffffff;
		width: 740px;
		text-align: left; 
		margin: 0px auto 0px auto; 
		padding:20px;
		border: 2px dotted gray;
		overflow: hidden;
	}

	/*
	body {
	margin:0px 0px; padding:0px;
	text-align:center;
	background-color: silver;
	height: 100%;
	}
	
	#Content {
		width:740px;
		margin:0px auto;
		text-align:left;
		padding:20px;
		border-left:2px dotted gray;
		border-right:2px dotted gray;
		background-color:white;
		height: 100%;
	}
	*/

	#nav {
		background-color: navy;
		/*border: 1px dashed black;*/
	}

	a:link, a:visited, a:active, a:hover {
		font-weight: bold;
		font-family: Arial;
		font-size: 10pt;
		color: navy;
	}
  
	a:link, a:visited {
		color: darkgred;
	}	

	a:active, a:hover {
		color: red;
	}

	a.nav:link, a.nav:visited {
		/*text-decoration: none;*/
		color: white; 
	}

	a.nav:active, a.nav:hover {
		text-decoration: underline;
		color: yellow; 
	}

	h1 {
		font-family: Verdana;
		font-size: 16pt;
		font-weight: bold;
	}

	h2 {
		font-family: Verdana;
		font-size: 16pt;
		font-weight: bold;
	}

	h3 {
		font-family: Verdana;
		font-size: 14pt;
		font-weight: bold;
	}

	hr {
		height: 1px;
	}

	font {
		font-family: Arial;
		font-size: 10pt;
	}

	font.price
	{
		color: red;
		font-weight: bold;
	}

	p {
		font-family: Arial;
		font-size: 10pt;
	}

	li {
		list-style-type: square;
		font-family: Arial;
		font-size: 10pt;
	}

	table {
	}

	td {
		font-family: Arial;
		font-size: 10pt;
		vertical-align: top;
		/*background-color: white;*/
	}

	td.nav {
	    /*
		border-left-width: 2px;
		border-left-style: dotted;
		border-left-color: gray;
		*/
	}


	td.adsense {
		border-left-width: 2px;
		border-left-style: dotted;
		border-left-color: gray;
	}

	td.header {
		background-color: #DFDFDF;
		/*font-weight: bold;*/
	}

	td.item {
		background-color: #F5F5F5; 
	}

	td.span1 {
		width: 20px
	}
