.boxGrnDbl	{
display: block;
width: 620px;
background:  url("_files/box_grn_dbl_bg.gif") repeat-y;
}
.boxGrnDbl .mod {
padding: 0 0 5px 0;
background:  url("_files/box_grn_dbl_bot.gif") no-repeat left bottom;
}
.boxGrnDbl .mod2 {
padding: 5px 0 0 0;
background:  url("_files/box_grn_dbl_top.gif") no-repeat left top;
}
#content	{
width: 590px;
margin: 20px;
}
/* ================================================== */
/* apply the .noEscape class to any object that needs
to contain a float object.  see documentation: 
http://www.positioniseverything.net/easyclearing.html */
.noEscape:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.noEscape {display: inline-table;}
/* Hides from IE-mac \*/
* html .noEscape {height: 1%;}
.noEscape {display: block;}
/* End hide from IE-mac */
/* ================================================== */
/* tabs */
#tabs	{
width: 590px;
}
/* tabs box */
.boxTabContent	{
display: block;
width: 590px;
margin: 10px;
background: rgb(255,255,255) url("_files/tabs_bg.gif") repeat-y;
}
.boxTabContent .mod {
padding: 0 0 4px 0;
background:  url("_files/tabs_bot.gif") no-repeat left bottom;
}
.boxTabContent .mod2 {
padding: 0;
background: none;
}
/* tabContent */
#tabContent	{
width: 560px;
margin: 20px;
}
#tabContent .screenShot	{
float: right;
width: 160px;
}
#content .screenShot	{
float: left;
width: 260px;
}
/* p tags */
p	{
font-size: 11px;
text-align: left;
}
p.right  {
font-size: 11px;
text-align: right;
}
p.bold	{
font-weight: 600;
}
p.legal {
font-size: 9px;
font-weight: 100;
text-align: center;
color: rgb(120,120,120);
}
p.zdnote {
display: none;
}
/* h tags */
h1	{
margin: 0 0 .7em 0;
font-size: 20px;
line-height: 16px;
font-weight: bold;
}
h2	{
margin: .2em 0;
font-size: 14px;
font-weight: bold;
}
h3	{
margin: 0;
padding: 0;
font-size: 11px;
font-weight: bold;
}
/* ul li tags */
ul, ol {
margin-top: 0px;
}
li {
font-size: 11px;
line-height: 14px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
#Main {
	position: absolute;
	width: 749px;
	height: 37px;
	z-index: 1;
	left: 0px;
	top: 117px;
}
#Logo {
	position: absolute;
	width: 500px;
	height: 113px;
	z-index: 1;
	left: 0px;
	top:0px;
}
#Content2 {
	position: absolute;
	width: 623px;
	height: 240px;
	z-index: 1;
	left: 60px;
	top: 180px;
}
.x-small-font {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
}
.normal-font {
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
}
.style1 {
	color: #FF0000
}