@charset "utf-8";
/* CSS Document */

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #301000;
	text-decoration: underline;
}

#topReturnLink {
	position: relative;
	text-align: left;
	top: 3px;
	left: 3px;
	padding: 5px; 
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	border: 1px #A0A0A0 solid;
}

#topReturnLink a {
	color: #A0A0A0;
}

#topReturnLink a:hover {
	color: #8080F0;
}

#container {
	width: 490px;
	height: 880px;
	margin: 50px auto 50px auto;
	border: none;
	padding: 50px 100px 50px 164px;
	background: url(../images/genericIssueBackground.jpg);
	vertical-align: top;
}

#tocTable {
	border: none;
	padding: 0;
	margin: 0;
}

#tocTable tr {
	border: none;
	padding: 0;
	margin: 0;
}

#tocTable td {
	border: none;
	padding: 0;
	margin: 0;
}

#tocTable ul {
	list-style: none;
}

#tocTable li {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: normal;
	padding: 1px 0px 0px 20px;
	text-indent: -50px;
}

#tocTable td.item {
	padding: 0px 0px 0px 50px;
}

#tocTable td.header {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	padding: 40px 0px 5px 20px;
}

#tocTable td.title {
	font-family: "Courier New", Courier, monospace;
	font-size: 80px;
	font-weight: normal;
}

#tocTable td.month {
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	font-weight: bold;
	padding: 0px 0px 0px 7px;
}