	body {
		background-image : url('graphics/grey_px_bg.gif');
		background-repeat : repeat;
		margin: 0px;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 12px;
		color : #444444;
	}
	
	A:link			{ color: #688cab;  font-weight: bold; text-decoration: none; }
	A:active 		{ color: #688cab;  font-weight: bold; text-decoration: none; }
	A:visited 		{ color: #688cab;  font-weight: bold; text-decoration: none; }
	A:hover 		{ color: #f8981d;  font-weight: bold; text-decoration: underline; }
	
	p {
		line-height: 1.5em;
	}
	
	td {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 12px;
	}
	
	th {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 12px;
	}
	
	h1 {
		font-size : 130%;
		font-weight : bold;
	}
	
	h2 {
		font-size : 120%;
		margin-bottom: 3px;
		margin-top: 3px;
	}
	
	li {
		margin-bottom: 3px;
	}
	
	.spectable {
		background-color: #666666;
	}
	
	.spectable td, th {
		background-color: #eeeeee;
		font-size: 11px;
		text-align: left;
	}
	
	.header {
		background-color: #cccccc;
		text-align: left;
	}
	
	.spectable #prodimage {
		background-color: #ffffff;
		width : 120px;
	}
	
	.section {
		border-top: 1px dotted #cccccc;
		border-bottom: 1px dotted #cccccc;
		margin-bottom: 10px;
	}
	
	.sectionnav {
		float: right;
		font-size: 10px;
		padding-top: 3px;
	}
	
	.dist {
		border: 1px solid #666666;
		font-size: 12px;
		padding: 5px;
	}
	
	.nav {
		background-color: #797979;
		color: #eeeeee;
		height: 27px;
		margin-top: 6px;
		width: 620px;
		font-weight: bold;
		font-size: 10px;
		padding: 8px;
		text-align: right;		
	}
		
	.navitem A {
		padding-left: 10px;
		padding-right: 10px;
	}
	.navitem A:link			{ color: #d7d7d7;  font-weight: bold; text-decoration: none; }
	.navitem A:active 		{ color: #eeeeee;  font-weight: bold; text-decoration: none; }
	.navitem A:visited 		{ color: #eeeeee;  font-weight: bold; text-decoration: none; }
	.navitem A:hover 		{ color: #ffffff;  font-weight: bold; text-decoration: none;
							  border-top: 1px dashed white; border-bottom: 1px dashed white; }
	
	.curnavitem {
		padding-left: 10px;
		padding-right: 10px;
		background-color: #666666;
		color: #f8981d;
	}