BODY {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 15pt;
	font-weight: bold;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
}

h4 {
	color: #5A8263;
	font-size: 10pt;
	font-weight: bold;
}

p {
	font-size: 10pt;
}

a {
	color: #5A8263;
	text-decoration: none;
}

a:after {
	font-size:70%;
	content:  "(" attr(href) ")" ;
}

#printLogo {
	display:block;
	visibility: visible;
}


/*
=======================================================================
  Nav Bar
=======================================================================
*/

#nav {
	display:none;
}

/*
=======================================================================
  Content
=======================================================================
*/

#top object{
}

.mainTL, .mainBL {
	display:none;
}


#content ul {
	font-size: 0.7em;
	list-style: disc url(images/gui/i_list.gif) outside;
	margin-left: 1.7em;
	padding-left:0;

}

#content li {
	margin-left:0px;
	padding-left:0px;
}

#content li.selected {
	list-style: disc url(images/gui/i_linkHover.gif) outside;
}

#content li.column {
	margin-left:100px;
	margin-top:-14px;
	padding-left:0px;
}


#details ul {
	font-size: 0.7em;
	list-style: disc url(images/gui/i_doc.gif) outside;
	margin-left: 1.7em;
	padding-left: 0;

}

#details li {
	margin-left: 0;
	padding: 0 0 2px 0;

}

#sitemap ul {
	font-size: 11px;
	list-style: disc  outside;
	margin-left: 1.7em;
	padding-left: 0;

}

#sitemap li {
	margin-left: 0;
	padding: 0 0 2px 0;

}

#sitemap li a {
	display: block;
	width:100%;
}
#sitemap li a:hover {
	color: #38503D;
	text-decoration: none;
	background-color: #EEF8F0;
}

.colLeft {
	width:297px;
	padding:10px 0px 10px 20px;
}

.colRight {
	width: 198px;
	/*border-left: 1px solid black;*/
	padding:10px 10px 10px 20px;
}

#footer {
	display:none;
}




/*
=======================================================================
  Product Comparison table
=======================================================================
*/

#comp table {
	font-size:.7em;
	border-top: #D6D6D6 1px solid;
	border-left: #D6D6D6 1px solid;
}

#comp td {
	height:20px;
	width: 25px;
	text-align: center;
	border-bottom: #D6D6D6 1px solid;
	border-right: #D6D6D6 1px solid;
}

#comp td.desc {
	width: 225px;
	text-align: left;
	padding-left: 5px;
}

#comp td.no {
	background-image: url(images/gui/i_compX.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#comp td.yes {
	background-image: url(images/gui/i_compY.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#comp tr {
	/*background-image: url(images/gui/bdr_dotH.gif);
	background-repeat: repeat-x;
	background-position: left bottom;*/
}

#comp tr.odd {
	background-color: #FBFBFB;	
}