<STYLE TYPE="text/css">
<!--


body {
  background-color:#fff;
  font-family: Helvetica, sans-serif, Verdana, Arial;
}

/*p {
	font-family: Helvetica, sans-serif, Verdana, Arial;
}
*/
img {
  border:0px;
}

h4 {
 color:#383;
 padding-top: 0px;
 padding-bottom: 0px;
 margin-top: 15px;
 margin-bottom: 8px
}

h5 {
  font-family:"Lucida Grande", Arial, Helvetica;
  font-size:10pt;
  tcolor:#BB3030;
  color:#black;
  margin-left:0px;
  margin-bottom:10px
}

p.footer {
  margin-left: 0px;
  width:450px;
  font-size: 8pt
}

p.sidebar {
  color:#707070;
  width:140;
  padding-top:20px;
}

:link { color: blue; text-decoration:none }
:visited { color: blue; text-decoration:none }
:active {color: blue; text-decoration:none}
a:hover { color: red; text-decoration:none }


/* ---------- Header Links ---------- */
/* 2/27/08: these appears unused */

#header_links a {
  font-family:"Lucida Grande", sans-serif;
  font-size:12px;
  color:#F00;
  text-decoration:none;
  border-bottom:dotted;
  border-width:1px;
}

#header_links a:hover {
  border-bottom:solid;
  border-width:2px;
}


/* ---------- Page Title Banner ---------- */

table#page_title {
	background:url(/images/page_title.jpg) no-repeat top;
	width:700px;
	height:80px;
	margin-top:15px;
	margin-bottom:15px;
}

table#page_title td {
	padding-bottom:0px;
	padding-right:0px;
}

/* ---------- Homepage Apps List ---------- */

#apps {
  padding-left:0px;
  margin-left:0px;
  list-style:none outside;
}

#apps li {
  display:list-item;
  margin:0;
  padding:0;
  height:50px;
}

#apps li a {
  border-color:#CCC #FFF #FFF #FFF;
  border-width:1px 1px 1px 1px;
  border-style:dotted;
  display:block;
  background-color:#FFF;
  padding-top:4px;
  padding-bottom:4px;
}

#apps li:first-child a {
  border-color:#FFF;
}

#apps li a:hover {
  border-color:#999;
  border-width:1px 1px 1px 1px;
  border-style:solid;
  display:block;
}

#apps li.even a {
/*  border-color:#000 #FFF #FFF #FFF; */
}


#apps li a img { padding:5px; }

#apps li a h1 {
  font-family: Futura, "Lucida Grande", Arial, Helvetica;
  font-size:14px;
  font-weight:normal;
  text-shadow: #A9A9A9 2px 2px 2px;
  margin-top:2px;
  margin-bottom:2px;
  color:black;
  text-align:left;
}

#apps li a h2 {
  font-family: Futura, "Lucida Grande", Arial, Helvetica;  
  font-size:12px;
  font-weight:normal;
  color:#888888;
  margin-top:2px;
  margin-bottom:2px;
  text-align:left;
}


/* ---------- Homepage Apps Download List ---------- */

#apps_dl {
  margin-left:0px;
  padding-left:0px;
  list-style:none outside;
}

#apps_dl li {
  display:list-item;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
}

#apps_dl li a {
  display:block;
  width:20px;
  height:50px;
  background-image:url(/images/download_icon16.png);
  background-repeat:no-repeat;
  background-position:center left;
  padding-top:0px;
  padding-bottom:0px;
}

#apps_dl li a span {
  display:none;
}

#apps_dl li a img {
  margin-top:22px;
  margin-left:0px;
}

#apps_dl li a:hover {
  display:block;
  width:20px;
  height:50px;
  background-image:url(/images/download_icon16_over.png);
  background-repeat:no-repeat;
  background-position:center left;
}





/* ---------- Homepage Tabs ---------- */

#navtabs {
  font-family: "Lucida Grande", Arial, Helvetica;
  font-weight:normal;
  font-size:13px;
  display: table;
  list-style: none outside;
}

#navtabs li {
  display: inline;
  padding: 0;
  margin: 0;
  height: 4em;
}

#navtabs li a
{
  text-decoration: none;
  text-align: center;
  float: left;
  display: block;
  padding: 2px 10px 2px 10px;
  color: #FFF;
  margin: 0;
  border-color: #DDD;
  border-width: 0px 1px 0px 0px;
  border-style: none;
}

#navtabs li:first-child a {
/*  border-width: 1px 1px 1px 1px; */
}

#navtabs li:last-child a {
  border-width: 0px;
}

#navtabs li#selectedtab a {
/*  color: #000; */
  font-weight: bold;
  text-decoration: underline
/*  background: #E8EBF0; */
}

#navtabs li a:hover {
  text-decoration: underline;
  color: #000;
}





/* ----------      ---------- */

table.ann {
  border-collapse:collapse;
  border:1px black solid;
  margin-bottom: 20px
}

th.ann {
  padding: 5px;
  text-align: left
}

td.ann {
  padding: 2px;
  font-size:10pt
}

table.info {
  border-collapse:collapse;
  border:1px black solid
}

th.info {
  background-color: #AAAAAA;
  font-size:10pt
}

td.info {
  background-color: #FFFFFF;
  font-size:10pt;
  text-align:left
}



table.req {
  border-collapse:collapse;
  border: 1px solid #CCCCCC;
  background-color:#EEEEEE;
  margin-top:5px;
  margin-bottom:20px;
}

table.req th { font-size:9pt;background-color:#CCCCCC;height:25px }
table.req td { font-size:8pt }
table.req ul { padding-left:20px;padding-top:5px }
table.req li { padding-bottom:5px }

th.req {
  background-color:#BBBBBB;
  font-size:9pt;
  text-align:left  
}

td.req {
  font-size:small;
  text-align:left;
  padding-left:3px;
}



/* ----------  coupon  ---------- */

table.coupon {
  border-collapse:collapse;
  border: 1px solid #66F;
  background-color:#fff;
  margin-top:5px;
  margin-bottom:20px;
}

table.coupon th {
  font-size:12px;
  font-weight:bold;
  background-color:#66F;
  color:#fff;
  height:25px;
}

table.coupon td {
  font-size:11px;
  font-style:normal;
  text-align:left;
  padding-top:6px;
  padding-left:6px;
  padding-right:6px;
}


/* ----------  generic side box (right side)  ---------- */

table.rightbox {
  border-collapse:collapse;
  border: 1px solid #CCCCCC;
  background-color:#fff;
  margin-top:5px;
  margin-bottom:20px;
}

table.rightbox th {
  font-size:12px;
  font-weight:bold;
  background-color:#CCCCCC;
  height:25px;
}

table.rightbox td {
  font-size:11px;
  font-style:normal;
  text-align:left;
  padding-top:6px;
  padding-left:6px;
  padding-right:6px;
}


/* ----------  feedback  ---------- */

table.feedback {
  border-collapse:collapse;
  border: 1px solid #CCCCCC;
  background-color:#fff;
  margin-top:5px;
  margin-bottom:20px;
}

th.feedback {
  font-size:9pt;
  background-color:#CCCCCC;
  height:25px;
}

td.feedback {
  font-style:italic;
  font-size:small;
  text-align:left;
  padding-top:6px;
  padding-left:6px;
  padding-right:6px;
}




td.feedback-h1 {
  font-style:normal;
  font-size:small;
  font-weight:bold;
  text-align:left;
  padding-top:10px
}

td.feedback-h2 {
  font-size:small;
  font-style:normal;
  text-align:center;
}

td.feedback-vt {
  text-align:center;
  padding-top:10px;
}

td.feedback-vt a img {
  margin-bottom:5px;
}



td.feedback-mu {
  text-align:center;
  font-size:8pt;
}

td.feedback-mu a img {
  margin-bottom:0px;
}

/* ----------  testimonial  ---------- */

div.quote {
	font-style:italic;
}

div.quote p.author {
	margin-bottom:30px;
	text-align:right;
}

div.quote span.quoteMark {
/*	font-size:30px;*/
}

div.quote p.author a {
	color:#00F;
	text-decoration:none;
	border-bottom:dotted;
	border-width:1px;
	text-align:right;
}

/* ----------  mini store  ---------- */

table.ministore {
  border-collapse:collapse;
  border: 1px solid #383;
  background-color:#fff;
  margin-top:5px;
  margin-bottom:20px;
}

table.ministore th {
  font-family:"Lucida Grande", Arial, Helvetica;
  font-size:12px;
  font-weight:bold;
  font-style:italic;
  color:#fff;
  background-color:#383;
  padding-top:5px;
  padding-bottom:5px;
}

table.ministore td {
  font-style:normal;
  font-size:small;
  text-align:left;
  padding-top:6px;
  padding-left:6px;
  padding-right:6px;
}

/* ----------  reasons  ---------- */

table.reasons {
  border-collapse:collapse;
  border:1px black solid;
  background-color:#D5DDD5;
  border: 1px solid #CCCCCC;
}

table.reasons a { 
}

table.reasons th { font-size:9pt;background-color:#AAC0AA;color:#BB1010;height:25px }
table.reasons td { font-size:8pt }
table.reasons ul { padding-left:20px;padding-top:5px }
table.reasons li { padding-bottom:5px }



table.v {
  font-size: 12;
  border-collapse:collapse;
  border-top:1px #777777 solid;
  border-left:1px #777777 solid;
  background-color: #DDDDDD;
  margin-top: 20px;
  margin-bottom: 20px
}

th.v {
  background-color: #EF8450;
  border-bottom:1px #777777 solid;
  border-right:1px #777777 solid;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 10px;
  padding-bottom: 5px
}

td.v {
  border-bottom:1px #777777 solid;
  border-right:1px #777777 solid;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
}

td.NavBar {
  padding-top: 1px;
  padding-bottom: 1px;
}


th {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

td {
  font-family: "Lucida Grande", Arial, Helvetica;
  padding-top: 4px;
  padding-bottom: 4px;
}

td.body {
  font-size:13px;
  color: #333;
  padding-left:20px;
  padding-bottom:20px;
}

td.body b {
  color:#000;
}

b.body {
  color: #333;
}


DIV.box {
 border: solid;
 border-width: thin;
 width: 400px;
 padding:20px;
 align: center;
 margin-left: 20%
}

em.lead {
  font-style: normal;
  font-size: 150%;
}

.NavNormal {  font-family: Verdana, Arial, Helvetica, sans-serif;
	    font-size: 9pt; color: white; text-decoration: none}
.NavCurPag      {  font-family: Verdana, Arial, Helvetica,
	    sans-serif; font-size: 10pt; color: Yellow;
	    text-decoration: none; font-weight: bold}




/* ---------- Product Title ---------- */

.productTitle {
  font-family: Futura, "Lucida Grande", Arial, Helvetica;
}

.productTitle h1 {
  font-weight: normal;
  color: black;
  font-size: 28px;
  text-shadow: #A9A9A9 4px 4px 6px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.productTitle h2 {
  font-family: "Lucida Grande", Arial, Helvetica;
  font-weight: normal;
  color: #888888;
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.productTitle hr {
  width:70px;
  height:2px;
  background-color:#666;
  border:0;
}


/* ---------- Product Body Section Header ---------- */

.sectionHeader {
  font-family:"Lucida Grande", Arial, Helvetica;
  color:black;
}

.sectionHeader h2 {
  font-family:"Lucida Grande", Arial, Helvetica;
  font-size:14px;
  margin-top:20px;
  margin-bottom:4px;
}

.sectionHeader hr {
   height:1px;
   background-color:black;
   border:0px;
   margin-top:0px;
   margin-bottom:10px;
}



/* ---------- Inset Box 1 (feature highlights etc) ---------- */

div.inset_box1 {
  width:200px;
  border:solid;
  border-width:1px;
  border-color:#CCC;
  background-color:#FFFF9E;
  padding-left:10px;
  padding-right:10px;
}

div.inset_box1 h1 {
  font-family: Futura, "Lucida Grande", Arial, Helvetica;
  font-size:14px;
  font-weight:normal;
  color:black;
  text-shadow: #A9A9A9 2px 2px 4px;
  margin-top:0px;
  margin-bottom:0px;
  padding-top:3px;
  padding-bottom:3px;
  padding-left:5px;
  padding-right:5px;
  text-align:center;
}

div.inset_box1 ul {
  font-family: "Lucida Grande", Arial, Helvetica;
  font-size:12px;
  margin-top:3px;
  margin-bottom:5px;
  padding-left:25px;
}


div.inset_box1-left {
  float:left;
  margin-right:50px;
}

div.inset_box1.right {
  float:right;
  margin-left:50px;
}



/* ---------- Banner 160x160 ---------- */

.banner160 {
  background-position:top;
  background-repeat:no-repeat;
  height:163px;
  text-align:center;
  border: 1px solid #fff;
}

.banner160 ul {
  margin:135px 0px 0px 0px;
  padding:0px 0px 0px 0px;
}

.banner160 li {
  display:inline;
  padding:0px;
  margin-left:0px;
}

.banner160 li a {
  font-family: "Lucida Grande", Arial, Helvetica;
  font-size:12px;
  text-decoration:none;
  margin:0px 5px 0px 5px;
}

.banner160 li a:hover {
  background-color:#ccc;
}

.banner160 li:first-child a {
  padding-left:0px;
}

.banner160 li:last-child a {
  padding-right:0px;
}



/* ---------- Sidebar Bundle Ad ---------- */

div#bundleAd {
  background:url(/bundle/AdvertRect1.jpg) no-repeat top;
  padding-bottom:10px;
  padding-top:135px;
  text-align:center;
  border: 0px solid #CCCCCC;
}

div#bundleAd a {
  font-family: "Lucida Grande", Arial, Helvetica;
  font-size:12px;
  padding:0px 0px 0px 0px;
  text-decoration:none;
  border-bottom:0px dotted;
}

div#bundleAd a:hover {
  background-color:#ccc;
}


/* ---------- Simple Text Ad ---------- */

div.TextPromo a {
 font-family: "Lucida Grande", Arial, Helvetica;
 font-size:12px;
 color:#666;
 text-decoration:none;
 border-bottom:1px dotted;
}

div.TextPromo a:hover {
  color:#000;
  background-color:#eee;
  text-decoration:none;
  border-bottom:0px;
}

/* ---------- Product Header Promo ---------- */

div.ProductHeaderPromo {
 font-family: Courier, "Lucida Grande", Arial, Helvetica;
 font-size:13px;
}


/* ---------- Download box on product page ---------- */

div.download {
  text-align:center;
  margin-top:0px;
}

div.download a {
 font-family:"Lucida Grande", Arial, Helvetica;
 font-size:16px;
 color:#00f;
 text-decoration:none;
 border-bottom:0px dotted;
 margin-bottom:0px;
 padding:0px;
}

div.download a.rev {
 font-family: "Lucida Grande", Arial, Helvetica;
 font-size:10px;
}

div.download a.older_version {
 font-family: "Lucida Grande", Arial, Helvetica;
 font-size:10px;
}


div.download a:hover {
 color:#000;
 background-color:#eee;
}

div.download p {
 font-family: "Lucida Grande", Arial, Helvetica;
 font-size:10px;
 color:#666;
 padding-top:0px;
 margin-top:10px;
 margin-left:-10px;
 margin-right:-10px;
}


/* ---------- Buy box on product page ---------- */

div.buy {
  text-align:center;
}

div.buy a {
 font-family:"Lucida Grande", Arial, Helvetica;
 font-size:16px;
 color:#00f;
 text-decoration:none;
 border-bottom:0px dotted;
 margin-bottom:0px;
 margin-top:0px;
 padding:0px;
}

div.buy a:hover {
 color:#000;
 background-color:#eee;
}

div.buy p {
 font-family: "Lucida Grande", Arial, Helvetica;
 font-size:10px;
 color:#666;
 padding-top:0px;
 margin-top:5px;
 margin-bottom:0px;
 margin-left:-10px;
 margin-right:-10px;
}

div.buy hr {
 margin-top:10px;
 width:80%;
 height:1px;
 border:0px;
 background-color:#ccc;
}

/* ---------- Misc. ---------- */

.simple_button a {
 padding:5px 10px 5px 10px;
 border:1px #ccc solid;
 text-align:center;
 color:#333;
}

.simple_button a:hover {
  color:#000;
  background-color:#ddd;
}



-->
</STYLE>
