a.link
{
	color: #444444;
	font-style:normal;
	text-decoration: none;
	border-bottom: 1px dashed #444444;
}
a.link:hover
{
	/* font-style: italic; */
	color: #663300;
}

#MainBox
{
	text-align: justify;
	overflow: hidden;
}

#MainBox .OnThisPage
{
	text-align: justify;
	overflow: hidden;
	margin-top: 2em;
	margin-bottom: -1.0em;
	color: #335544;
}
#MainBox a.heading
{
	color: #335544;
	font-size: 24px;
	text-decoration: none;
}
#MainBox a.heading:hover
{
	font-style: italic;
	font-weight: bolder;
	color: #663300;
}

#MainBox .Heading3
{
	margin-top: 2em;
	margin-bottom: 0.5em;
	font-weight: bolder;
	font-size: larger;
}

#FeatureList li
{
	margin-bottom: 0.5em;
}

#MainBox pre
{
	width: 90%;
	overflow: scroll;
	padding: 0 20px 0 20px;
	border: solid 1px #666666;
	font-family: Monospace;
}

#RightBox
{
	margin-top: 50px;
	margin-left: 20px;
}


.RightMenu
{
	width: 100%;
	border: solid 1px #cccccc;
	background-color: #eeffee;
	line-height: 3em;
}

.RightMenu th
{
	background-color: #669966;
	line-height: 2em;
	color: White;
}

.RightMenu a
{
	padding-left: 20px;
	color: #669966;
}

