body	{
	margin:	0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 100%;
	background-color: #FFFFFF;
	}

p {
	font-size: .9em;
	line-height: 1.4em;
}

div, p, th, td, li, dd, dl, dt    {
             /* redundant selectors to help NS4 not forget */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    }
dt 	{
	font-weight: bold;
	}
ol, li, dl, dt, dd {
	line-height: 1.5em;
	}
h1	{
	font-size:	2em;
	}
h2	{
	font-size:	1.75em;
	}
h3	{
	font-size:	1.5em;
	}
h4	{
	font-size:	1.25em;
	}
h5	{
	font-size:	0.6em;
	font-weight: normal;
	color: #339999;
	line-height: 1.8em;
	}
h5 a		{ text-decoration:	none;  font-weight: bold;   }
h5 a:link	{ color: #009999; background-color: transparent; text-decoration: underline; }
h5 a:visited{ color:	#009999; background-color: transparent; text-decoration: underline; }
h5 a:active	{ color:	#009999; background-color: transparent; }
h5 a:hover	{ color:	#009999; background-color: transparent; text-decoration:	none; }
h6	{
	font-size:	0.7em;
	font-weight: normal;
	}		
h1, h2, h3, h4, h5, h6	{
	margin:	0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
.detail_text {
	font-size:	0.7em;
	line-height: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.pricing_text {
	font-size:	0.7em;
	line-height: 1.3em;
	font-weight: bold;
	color: #006666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.tahdah_text {
	font-size:	0.7em;
	line-height: 1.3em;
	color: #006666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#page {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 700px;
	margin-left: -350px;
}

#nav {
  position:absolute;
  top:230px;
  left:0px;
}

a	{ text-decoration:	none;  font-weight: bold;   }
a:link	{ color: #000000; background-color: transparent; text-decoration: underline; }
a:visited	{ color:	#000000; background-color: transparent; text-decoration: underline; }
a:active	{ color:	#000000; background-color: transparent; }
a:hover	{ color:	#000000; background-color: transparent; text-decoration:	none; }


