body {
	background-color: #CCCC99;
	color: #333333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a {
	color: #666699;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	color: #669900;
}

table#layout {
	border-collapse: collapse;
	width: 795px;
}

table#menu {
	width: 100%;
}

table#menu td {
	color: #CCCC99;
	font-weight: bold;
	font-size: 12pt;
	text-align: right;
	padding: 0px 4px 0px 8px;
	vertical-align: bottom;
	width: 16%;
}

table#menu a {
	color: #999966;
}

table#menu a:hover {
	color: #CCCC99;
}

table#main {
	font-size: 10pt;
}

td#content {
	width: 80%;
	padding: 20px;
	vertical-align: top;
	text-align: justify;
}

td#footer {	
	padding-left: 10px;
	font-size: 10pt;
}

td#amazon {
	text-align: center;
	padding: 10px;
}

.box {
	background-color: #666633;
	border: 1px outset #CCCC99;
	height: 40px;
}

.title {
	font-weight: bold; font-size: 14pt;
	position: relative; top: 0px; left: 0px;
}

.text {
	color: #669900;
	position: relative; top: 0px; left: 0px;
	z-index: 2;
}

.shadow {
	color: #666699;
	position: absolute; top: 1px; left: 1px;
	z-index: 1;	
}

.center {
	text-align: center;
}

.strong {
	font-weight: bold;
	font-size: 8pt;
	border: 1px inset;
	padding: 10px;
}

.aligntop {
	vertical-align: top;
	padding-top: 10px;
}