html {
     overflow: -moz-scrollbars-vertical;
     overflow: scroll;
}

h1 {
	color: #000066;
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 12px; 
	margin-bottom: 6px;
}
h2 {
	color: #000066;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px; 
	margin-bottom: 5px
}
h3 {
	color: #000066;
	font-size: 11pt;
	font-weight: 400;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0; 
	margin-bottom: 7px
}
h4 {
	color: #000066;
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0; 
	margin-bottom: 7px
}
h5 {
	color: #000066;
	font-size: 8pt;
	font-weight: 400;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0; 
	margin-bottom: 7px
}
h6 {
	color: #000066;
	font-size: 14pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10; 
	margin-bottom: 7px
}
html,body{
	margin: 0px;
	padding: 0px;
	height: 100%;
	min-height: 100%;
	width: 100%;
	text-align: center;
	background: #c5d6ea url(images_ny/bgX.jpg) repeat-x;
}
div.box { 
	border: solid; 
	bordercolor: darkblue; 
	background: #E5EFEE; 
	border-width: 1; 
	width: 767; 
}
table td {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
}
p {
	margin-top: 0; 
	margin-bottom: 8px;
}
:link { 
	color: #000066; 
	text-decoration: underline 
}  
:visited { 
	color: #000066; 
	text-decoration: underline 
}   
a:active { 
	color: #000066; 
	text-decoration: underline 
}   
a:hover { 
	color: #000066; 
	text-decoration: none 
}

#dhtmltooltip{
	position: absolute;
	width: 150px;
	border: 1px solid #000000;
	padding: 3px;
	font: normal 8pt Verdana, Arial, Helvetica, sans-serif;
	background-color: #E5EFEE;
	visibility: hidden;
	z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=#AAAAAA,direction=120);
}
