body {
	font-family: Times New Roman, serif;
	background: no-repeat url(watermark-temp.jpg) 450px 0px fixed;
}
#frame {
	width: 610px;
}
.header {
	width: 660px;
}

#nav {
	float: left;
	font-size: 15pt;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
	color: #696;
	width: 150px;
	text-align: center;
}
#nav a {
	color: #696;
	text-decoration: none;
}
#nav a:hover {
	color: #FFF;
	background: url(bg-nav.jpg);
}
#nav div:hover {
	background: url(bg-nav.jpg);
}
#nav div:hover a {
	color: #FFF;
}
.content {
	width: 450px;
	float: right;
	font-size: 11pt;
	color: #000;
}
.content img {
	margin: 0px 10px;
}
.content a {
	color: #960;
	text-decoration: none;
}
.content a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 13pt;
	font-weight: bold;
	color: #696;
	margin: 0.6em;
	margin-bottom: 0em;
}
th {
	font-size: 18pt;
	font-style: italic;
	color: #973;
}
td {
	vertical-align: top;
}
small {
	font-size: 9pt;
}