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;
	width: 100%;
}
#MainBox h1
{
	font-size: 26px;
}
#MainBox h2
{
	font-size: 14px;
}
#MainBox .OnThisPage
{
	text-align: justify;
	overflow: hidden;
	margin-top: 2em;
	margin-bottom: -1.0em;
	color: #335544;
}
#MainBox ul
{
	list-style: none url(../dot.jpg) outside;
}
#MainBox a
{
	color: #335544;
	text-decoration: none;
}
#MainBox a:hover
{
	font-style: italic;
	font-weight: bolder;
	color: #663300;
}
#MainBox a.heading
{
	color: #335544;
	text-decoration: none;
}
#MainBox a.heading:hover
{
	font-style: italic;
	font-weight: bolder;
	color: #663300;
}

#FeatureList li ul
{
	margin-bottom: 0.5em;
	font-size: 12px;
}

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

#MainBox #Features
{
	border: 1px solid #335544;
	margin: 0;
	padding: 0;
	width: 90%;
	text-align: center;
}

#MainBox #Features th
{
	color: white;
	background-color: #557766;
	text-align: center;
}

#RightBox
{
	position: absolute;
}

