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;
}

body {color: #000066; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }
div.box { border: solid; bordercolor: darkblue; background: #E5EFEE; border-width: 1; width: 767; }
TABLE TD {font-size: 10pt;}

: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 }

html {

     overflow: -moz-scrollbars-vertical;

     overflow: scroll;

}

#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);
}