body {
	margin-left: 10px;
	background-color: rgb(210,210,210);
	font-family: verdana, sans-serif;
	font-size: 16px
}

.indentedReturns {
	margin-left: 107px;
	text-indent: -107px
}

a:link {
	color: black
}

a:visited {
	color: black
}

a:hover {
	color: black;
	background-color: rgb(190,190,190)
}

a:active {
	color: black
}

hr {
	border: 0;
	color: rgb(190,190,190);
	background-color: rgb(190,190,190);
	height: 3px
}

h1 {
	font-family: "courier new", monospace;
	font-size: 40px
}

.goal {
	font-family: "courier new", monospace;
	font-size: 20px;
	margin-left: 50px;
	margin-right: 50px
}

.istart {
	font-weight: bold;
	font-style: italic
}

.paropt {
	text-decoration: underline
}

.list table {
	cursor: crosshair;
	border-collapse: collapse;
	font-size: 12px;
	border: 5px solid rgb(100,100,100)
}




.list th {
	border: 1px solid rgb(150,150,150);
	background-color: rgb(180,180,180);
	padding: 3px
}

.list td {
	border-left: 1px solid rgb(150,150,150);
	padding: 3px
}

.list th.split {
	border-left: 4px solid rgb(150,150,150)
}

.list td.split {
	border-left: 4px solid rgb(150,150,150)
}

.list td.split2 {
	border-left: 2px solid rgb(150,150,150)
}

.list tr:hover {
	background-color: rgb(190,190,190)
}

.list tr.paroptl {
	background-color: rgb(0,255,0)
}

.list tr.paroptl:hover {
	background-color: rgb(0,230,0)
}




.menu a {
	text-decoration: none
}

.menu table {
	border-collapse: collapse;
	font-weight: bold
}

.menu td {
	border-left: 2px solid black;
	border-right: 2px solid black;
	padding: 4px 6px 4px 6px
}

.menu td.sel {
	background-color: white
}

.menu td:hover {
	background-color: rgb(190,190,190)
}

