@charset "utf-8";
/* CSS Document */
body
{
	font-family: Arial;
}
a.strip
{
	color:#000000;
	text-decoration:none;
}
.style1
{
	color: #003366;
	font-style: italic;
	font-weight: bold;
}
.style2
{
	font-size: 24px;
	color: #FFFFFF;
}
.menu
{
	background-color:#999999;
	text-align:center;
	width:20%;
	cursor:pointer;
}
.menu:hover
{
	background-color:#CCCCCC;
	color:#FFFFFF;
}
td.bottomborder
{
	border-bottom:thin inset Gold;
}
#FeatureSet
{
	width:982px;
	border-collapse:collapse;
}
#FeatureSet th
{
	background:Navy;
	color:#fff;
	height:30px;
	font-weight:normal;
	border:solid 1px Navy;
}
#FeatureSet td
{
	border:solid 1px Navy;
	font-size:.8em;
	background-color:#ccecff;
	padding:5px 10px 5px 10px;
}
#FeatureSet td:first-child
{
	width:150px;
	vertical-align:top;
}
#Requirements
{
	width:982px;
	border-collapse:collapse;
}
#Requirements th
{
	background:Purple;
	color:#fff;
	height:30px;
	text-align:left;
	border:solid 1px Purple;
}
#Requirements td
{
	border:dotted 1px Purple;
	padding:5px 10px 5px 10px;
}
#Requirements th
{
	padding-left:10px;
}
