body {
	margin-left: 5px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 5px;
    background-color: #FFFFFF;
	overflow: auto; 
}

.Table1 {
	border-bottom:5px solid #FFAA00;
}

.Table2 {
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	background:#FFCB63 url(images/menu.png) left top no-repeat;
}

.Table2D {
	border-right:1px solid #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#222222;
	letter-spacing:1px;
}

.Table2D a {
	color:#222222;
	text-decoration:none;
}

.Table2D a:link {
	color:#222222;
	text-decoration:none;
}

.Table2D a:visited {
	color:#222222;
	text-decoration:none;
}

.Table2D a:hover {
	color:#222222;
	text-decoration:none;
}

.Table2D a:active {
	color:#222222;
	text-decoration:none;
}


.Section1 {
	background:#FFFFFF url(images/head1.png) left top no-repeat;
}

.Section2 {
	background:#FFFFFF url(images/head2.png) left top no-repeat;
}

.Section2 H1 {
	margin: 6px 5px 4px 5px;
}

.Section3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#222222;
	line-height:20px;
	border-top:1px solid #FFFFFF;
	background-color:#EEEEEE;
	padding:5px 4px 15px 4px;
}

.Section3 a {
	color:#22609C;
	text-decoration:none;
}

.Section3 a:link {
	color:#22609C;
	text-decoration:none;
}

.Section3 a:visited {
	color:#22609C;
	text-decoration:none;
}

.Section3 a:hover {
	color:#22609C;
	text-decoration:underline;
}

.Section3 a:active {
	color:#22609C;
	text-decoration:none;
}

.Section4 {
	padding:15px 15px 15px 12px;
}

.Section5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:0.5px;
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	padding-left:10px;
	background:#88E488 url(images/bottom.png) left top no-repeat;
}

.Section6 {
	background:#88E488 url(images/head3.png) left top no-repeat;
}

/* Headers */

H1, .H1, H2, .H2, H3, .H3, H4, .H4  {
	font-family: Arial, Helvetica, sans-serif;
}

H1, .H1 {
	font-size:19px;
	color:#222222;
}
H2, .H2 {
	font-size:26px;
	color: #007700;
	font-weight:bold;
}
H3, .H3 {
	font-size:16px;
	color: #006600;
}
H4, .H4 {
	font-size:12px;
	color: #006600;
}

.BigGreen {
	color: #007700;
	font-size:26px;
	font-weight:bold;
}
.Green {
	color: #007700;
}

/* Regular text */

span, li, p, div, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111111;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111111;
}/*text*/

/* Hyperlinks */

a {
	color: #22609C;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #22609C;
	text-decoration: none;
}
a:visited {
	color: #22609C;
	text-decoration: none;
}
a:hover {
	color: #22609C;
	text-decoration: underline;
}
a:active {
	color: #22609C;
	text-decoration: none;
}


/* License Table */

.purchase_table {
	border-top:2px solid #007700;
}

.purchase_head {
	border-bottom:2px solid #007700;
	padding-right:5px;
}

.purchase_descr {
	padding:4px 40px 4px 3px;
	border-bottom:1px solid #007700;
}

.purchase_price {
	padding:4px 5px 4px 8px;
	border-bottom:1px solid #007700;
}

.purchase_continue {
	padding-top:10px;
	padding-bottom:10px;
}

/* Compare Features */

.featuretitle {
   font-size: 14px;
   font-weight: bold;
}

.advtable1 {
   font-size: 12px;
}

TABLE.advtable1
{
    border-bottom: 1px solid #dddddd;
    border-collapse: separate;
}

.advtable1_head
{
    font-size: 12px;
	font-weight:bold;
    color: #FFFFFF;
}

TD.advtable1_head
{
    background-color: #66A466;
	padding: 2px 5px 3px 5px;
}

.advtable1_row_odd
{
    font-size: 11px;
}

TD.advtable1_row_odd
{
	padding: 2px 5px 3px 5px;
}

TR.advtable1_row_odd
{
    background-color: #EFEFEF;
}

.advtable1_row_even
{
    font-size: 11px;
}

TD.advtable1_row_even
{
	padding: 2px 5px 3px 5px;
}

TR.advtable1_row_even
{
    background-color: #f9f9f9;
}

/* Info Hint */

.InfoHint {
	border:1px solid #666666;
}
.InfoHint .InfoHintR{
	padding:10px 15px 10px 15px; 
	background: url(images/bg_info.png) #FDF8D5 top repeat-x;
}
.InfoHint .InfoHintL{
	background: url(images/bg_info.png) #FDF8D5 top repeat-x;
}