BODY {
	margin: 0px;
	color: #000203;
}

BODY, TD, DIV {
	vertical-align: top;
	/* font-size: 17.71px; */
	font-size: 12px;
	font-family: Optima, 'Trebuchet MS', 'Arial', san-serif;
	empty-cells: show;
	color: #000203;
}

.productH1 {
	margin: 0px;
	white-space: nowrap;
}

H1 {
	font-size: 18px;
	color: navy;
}

H2 {
	font-size: 16px;
	color: navy;
	margin-bottom: 0px;
}

H3 {
	font-size: 14px;
	color: navy;
}



/* GUI */

.productLeft {
	width: 350px;
	text-align: center;
}

#mainTD {
	background:transparent url('/ny/media/gui/main-bg.gif') top left no-repeat; 
	padding: 0px 82px 0px 88px;
	height: 698px;
}

#mainTD TABLE TR TD {
	font-size: 12px;
}


/*
#mainTD TABLE{
	margin-top: 50px;
}
*/

.posabs {
	position: absolute;
}
.posrel {
	position: relative;
}

a:link, a:visited {
	color: #0f4e8f;
	outline: none;
}

IMG, a:link IMG, a:visited IMG {
	border: none;
	outline: none;
}

ul.normal {
	list-style-image: inherit ;
	list-style-position: inherit ;
	list-style-type: inherit ;
	font-size: medium;
	height: auto;
	margin: auto;
	position: static;
	width: auto;
	padding-left: 25px;
}
ul.normal li {
	list-style-image: ;
	list-style-position: outside;
	list-style-type: outside;
	background: none;
	float: none;
	font-size: 12px;
	height: auto;
	margin: auto;
	position: static;
	width: auto;
	list-style: disc;
}

ul.normal a:link, ul.normal a:visited {
	color: Blue;
	text-decoration: underline;
}


/* NAVIGATION */
ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	height: 2.5em;
	font-size :12px;
}
ul li {
	position:relative;
	height: 2.5em;
	width: 7em;
	margin: 0px;
	background: #b3aca3;
	float:left;
	font-size: 14px;
	
}
ul li ul {
	display:none;
	position:absolute;
	top:2.9em;
	border: 1px dotted white;
	border-width: 1px 0px 0px 0px;
}
/* subsub */
ul li ul li ul {
	display:none;
	position:absolute;
	top: 5px;
	left :13.8em;
	border: 1px dotted white;
	border-width: 1px 0px 0px 0px;
}
ul li ul li {
	border: 1px dotted white;
	border-top-width: 0px;
	height:auto;
	cursor: pointer;
	font-size: 11px;
	width:15em; 
}
ul li a {
	width: 7em;
	height: 2.1em;
	padding-top: .6em;
	margin: 0px;
	display: block;
	text-align: center;
}
ul li div {
	width: 7em;
	height: 2.1em;
	padding-top: .6em;
	margin: 0px;
	display: block;
	text-align: center;
	font-weight:normal;
	color: white;
	font-size: 14px;
	cursor: pointer;
}
ul li ul li a {
	text-align: left;
	margin-left: 5px;
	width:14em;
}
ul li ul li div {
	text-align: left;
	width: 14em;
	height: 2.1em;
	padding-top: .5em;
	margin: 0px 0px 0px 10px;
	display: block;
	font-weight:normal;
	color: white;
	font-size: 11px;
}
ul li ul li div a {
	text-align: left;
	margin-left: 15px;
	height: auto;
}
ul li.separator {
	width: 1em;
	height: 2.1em;
	padding-top: .4em;
	margin: 0px;
	display: block;
	text-align: center;
	color: white;
}
ul li a:link, ul li a:visited {
	color: white;
	text-decoration: none;
}
ul li a:hover {
	text-decoration: underline;
}
* html ul li {
	float:left;
	height:1%;
}
* html ul li a {
	height:1%;
}
#nav li:hover ul.sub, #nav li.over ul.sub {
	display:block;
}
#nav li ul.sub li:hover ul.subsub, #nav li.over ul.sus li:hover ul.subsub {
	display:block;
}

/* FOOTER */
.footer {
	font-size: 12px;
	text-align: center;
	border-width: 2px 1px 0px 1px;
	border-color: #c4c2be;
	border-style: solid;
	padding: 10px 40px 5px 40px;
	white-space: nowrap;	
}

.footer a:link, .footer a:visited {
	color:#807a7a;
	text-decoration: none;
}


/* WELCOME */
.welcome {
	color: #0f4e8f;
	font-size: 21px;
	margin: 40px 0px 0px 194px;
}
.welcomeSub {
	color: #8c8780;
	font-size: 17px;
	margin: 70px 0px 0px 588px;
}

/* WELCOME */
.welcomepages{
	color: #0f4e8f;
	font-size: 21px;
	margin: 00px 0px 0px 98px;
}
.welcomeSubpages {
	color: #8c8780;
	font-size: 17px;
	margin: 0px 0px 10px 499px;
}