@charset "UTF-8";
/* CSS Document */

td {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}
/* table of contents links  */
#toc td a {
	color: #6a8ebc;
	text-decoration:none;
	cursor:auto;
}
#toc td a:hover {
	color:#CB0200;
	text-decoration: none;
	cursor:pointer;
}
#toc td a:visited {
	text-decoration: none;
	/*color:#6a8ebc;*/
}
#toc td a:active {}

/* contents dvd purchase home links table */
td.nav a {
	text-decoration:none;
	color:#000000;
}
td.nav a:hover {
	text-decoration:none;
	color:#CB0200
}
.italic {
	font-style: italic;
}
a {
	color: #6a8ebc;
	text-decoration:none;
	cursor:auto;
}

a:hover {
	color:#CB0200;
	text-decoration: none;
	cursor:pointer;
}
	
a:visited {
	text-decoration: none;
}

div.dborder {
	border: 1px solid #999999;
	width:802px;
}
.bold {
	font-weight: bold;
}

span.hlite {
	font-weight: 700;
}

