body {
	margin: 0;
	background-color: #ffffff;
	background-image: url(/images/toc/bg-tile.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#content {
	width: 100%;
	height: auto;
	text-align: center;
	background-image: url(/images/toc/content-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer {
	width: 100%;
	height: 75px;
	text-align: center;
	background-image: url(/images/toc/content-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
td, input, select, textarea {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 15px;
}
a {
	color: #cc0000;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
.altlink {
	color: #0066cc;
}
#favorites a {
	color: #3399ff;
}
.lifelink {
	font-size: 12px;
	color: #999999;
}
a.lifenumber:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #0066cc;
	background: none;
}
a.lifenumber:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #cccccc;
	background-image: url(/images/toc/checkmark.png);
	background-repeat: no-repeat;
	background-position: center left;
}
.bold {
	color: #333333;
	text-transform: uppercase;
}
a.boldnumber:link {
	color: #cc0000;
	background: none;
}
a.boldnumber:visited {
	color: #cccccc;
	background-image: url(/images/toc/checkmark.png);
	background-repeat: no-repeat;
	background-position: center left;
}
