/* CNS Environmental Styles */


/* Fonts */
BODY, TABLE, TBODY, TR, TD, TH, P, UL, OL, DIR, MENU, DIV, DL, DT, DD, ADDRESS, BLOCKQUOTE
{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	/* font-size-adjust: .58; */
	/* word-spacing: normal; */
	/* text-transform: none; */
}

	/* #aaaacc; */

PRE, TT, CODE, KBD, SAMP
{
	font-family: monospace;
	font-size: 9px;
}

BODY
{
	background: white;
}

A:link    {color:#305050;}
A:visited {color:#305050;}
A:active  {color:black;}
A:hover   {color:black;}

TT
{
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

H1
{
 	font-family: Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}
H2
{
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
/*
	border-top: solid 1px #C0FFC0; 
	border-right: solid 1px #C0FFC0;
	border-left: solid 1px #C0FFC0;
	border-bottom: 0px;
	padding: 5px;
*/
}
H3
{
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
H4
{
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
H5
{
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}
H6
{
	font-size: 12px;
	font-weight: normal;
}

.code
{
	white-space: pre;
	border: 1px dashed;
	padding: 4px;
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	color: black;
}

.contact-info
{
	font-size: 14px;
}
.contact-info TD
{
	font-size: 14px;
}

.footer
{
	font-family: Helvetica, sans-serif;
	font-size: 9px;
}

.print-header
{
	font-family: Helvetica, sans-serif;
	font-size: 12px;
}

.nav-head
{
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.nav-head TH
{
	text-decoration: none;
	background: #606060;
}
.nav-head TH A:link,
.nav-head TH A:visited
{
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

	text-decoration:none;
	color:black;
}
.nav-head TH A:active,
.nav-head TH A:hover
{
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	
	text-decoration:none;
	color: black;
}


.nav-item
{
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;

	text-decoration: none;
	background: #C0C0C0;
}
.nav-item TD
{
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: black;
}
.nav-item A:link,
.nav-item A:visited
{
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;

	text-decoration:underline;
	color: black;
}
.nav-item A:active,
.nav-item A:hover
{
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;

	text-decoration:underline;
	color: black;
}

.nav-item1
{
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;

	color: black;
	text-decoration: none;
	background: #C0FFC0;
}

.nav-item1 TD
{
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: black;
}

.nav-item1 A:link,
.nav-item1 A:visited
{
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;

	text-decoration:underline;
	color:#305050;
}
.nav-item1 A:active,
.nav-item1 A:hover
{
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;

	text-decoration:underline;
	color: black;
}


.customer-comment P
{
	color: black;
}
.customer-comment P.customer-name
{
	font-size: 10px;
	color: black;
}

.customer-comment BLOCKQUOTE
{
	margin: 1em 3em;
	padding: 0.2em 0 0.2em 48px;
	background: transparent url("/style/quoleft-green-2.gif") left top no-repeat;
	text-align: justify;

}
.customer-comment BLOCKQUOTE DIV
{
	padding: 0 48px 0 0;
	background: transparent url("/style/quoright-green.gif") right bottom no-repeat;
}

