body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}
a:link {
	color: #000099;
	text-decoration: underline;
}
a:visited {
	color: #990066;
}
a:hover {
	color: #0000FF;
}
a:active {
	color: #FF00FF;
}
.copyright {
	text-align: right;
}
.center {
	text-align: center;
}
h2 {
	font-variant: small-caps;
}
.oddRow {
	background-color: #CCCCCC;
}
.code
{
	text-transform: inherit;
	white-space: pre;
	font-family: courier, fixed;
}
.evenRow {
}
.columnHeader {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	margin-right: 2px;
	margin-left: 2px;
	width: 50%;
}
.bottomShadow {
	position: fixed;
	z-index: 8;
	height: 11px;
	width: 3000px;
	left: 0px;
	bottom: 0px;
}
.topShadow {
	position: fixed;
	z-index: 8;
	height: 11px;
	width: 3000px;
	left: 0px;
	top: 0px;
}

.problemTable
{
	border-color: gray;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
}

.problemTableVersion
{
	border-color: gray;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	text-align: center;
}

.problemTableHeader
{
	border-color: gray;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	text-align: center;
}

div.navMenuItem {
}

div.navMenuItem p {
	margin: 0; 
	padding: 0.3em 0.4em;
	color: white;
}

div.navMenuItem a
{
	display: block;
	background-color: #9C9;
	margin: 2px 0px;
	padding: 2px 2px;
	text-decoration: none;
	font-weight: bold;
}

div.navMenuItem a:link		{
	color: #000000;
	text-decoration: none;
	background-color: #9C9;
}
div.navMenuItem a:visited	{ color: #000000; text-decoration: none; }

div.navMenuItem a:hover	{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999999;
}
div.navMenuItem a:active	{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999999;
}
div.sidebar {
	float: right;
}

.emphasis {
	font-weight: bold;
}

.cocoaspell {
	font-weight: bold;
}