body, th, td {
  font-family: verdana,arial,sans-serif;
  font-size: 0.7em;
}
body {
  margin: 0px; 
  margin-left: 25px;
  padding: 0px;
  overflow-x: auto;
  overflow-y: scroll;
  background: #a0a4ab url(Images/world_of_1_and_0.jpg) no-repeat;
  background-attachment: fixed;
}
ul, li {
  list-style: disc inside;
  margin: 0;
  padding: 0;
  text-indent: 0;
}

hr.blue{
	height: 10px;
	background: #1e2d98;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0px;
}

a:link {
  font-weight: normal;
  text-decoration: none;
  color: #00f;
}
a:visited {
  font-weight: normal;
  text-decoration: none;
  color: #00f;
}
a:hover {
  font-weight: normal;
  text-decoration: none;
	border-bottom: 1px dotted #00f;
  color: #00f;
}
a.img:link {
	
  font-weight: normal;
  text-decoration: none;
	border-bottom: none;
}
a.img:visited {
  font-weight: normal;
  text-decoration: none;
	border-bottom: none;
}
a.img:hover {
  font-weight: normal;
  text-decoration: none;
	border-bottom: none;
}

.menu{
	height:32px;
}

.menu li{
	display: inline;
	list-style-type:none;
	float: left;
	width: 138px;
	height: 28px;
	border: 1px solid #fff;
	text-align: center;
}
.menu_active {
	background: url(Images/blue_button.gif) left repeat-x;
}

.menu_normal {
	background: url(Images/red_button.gif) left repeat-x;
}

.menu a{
	display: block;
	font-weight: bold;
	text-decoration: none;
	height:28px;
	width: 138px;
	line-height:28px;
}

.menu a:link {
	font-weight: bold;
	color: #fff;
}
.menu a:visited {
	font-weight: bold;
	color: #fff;
}
.menu a:hover {
	font-weight: bold;
	color: #ff0;
}

.currentversion
{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #6a6f79;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

.code {
//	font-family: 'Courier New', Courier, sans-serif;
	font-size: 0.9em;
//	color: #000;
	border: 1px solid #aaa;
}

.box750 {
	width: 750;
	padding-top: 20;
	clear: both;
}

.box370left {
	width: 370;
	padding-top: 20;
	float: left;
}

.box370right {
	width: 370;
	padding-top: 20;
	float: right;
}

.boxheading370 {
	width: 370;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	padding: 5px;
	background: url(Images/boxheading370_blue.gif) no-repeat;
}

.boxheading750 {
	width: 750;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	padding: 5px;
	background: url(Images/boxheading750_blue.gif) no-repeat;
}

.boxcontent {
	background: #fff;
	padding: 5px;
	text-align: left;
	border: 2px solid #1e2d98;
}

.illustration {
	width: 100;
	text-align: center;
	border-bottom: 1px solid #aaa;
}

.feature{
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #aaa;
}

.description{
	border-bottom: 1px solid #aaa;
}

.plusminusimage{
	border: none;
}

.featurelistheading{
	width: 736px;
	background: url(Images/featurelisttop.gif) no-repeat;
}

.featurelistfotter{
	width: 736px;
	background: url(Images/featurelistfotter.gif) no-repeat;
}

.featurelisteven{
	background: #8099cc;
	text-align: center;
}

.featurelistodd{
	background: #bcc9e4;
	text-align: center;
}

.featurelistfirstrow{
	text-align: center;
	font-weight: bold;
	width: 85;
}

.featurelistfirstcolumn{
	text-align: left;
	text-indent: 5px;
	font-weight: bold;
	width: 256;
}

.buybutton{
	text-align: center;
	background: url(Images/button.png) no-repeat;
}

