html {
   overflow-y: scroll;
   overflow: -moz-scrollbars-vertical;
}

table
{
	padding: 0px;
	margin: 0px;
	empty-cells: show;
	body-spacing: 0pc;
	cell-collapse: collapse;
}

body {
 	background-color : white;
	margin-left : 0px;
	margin-top : 0px;
	margin-bottom : 10px;
 	font-size : 9px;
	font-family : "Verdana";
	color: black;
}


td.menu { 
	height: 20px; 
	font-size: 10px; 
	text-align: center; 
	
}

td.normaltext { 
	font-size: 10px; 
	text-align: left; 
	
}

td.header1 { 
	font-size: 15px; 
	text-align: left;
	font-weight: bold; 
	color: rgb(155,162,255); 

}

td.bckground1 { 
	font-size: 20px; 
	text-align: left;
	font-weight: bold;
	background-color: rgb(188,216,255); 
	
}

a:link{ color : rgb(119,137,255); text-decoration: none; }
a:visited{ color : rgb(119,137,255); text-decoration: none; }
a:active{ color: rgb(119,137,255); text-decoration: none; }
a:hover{ color : rgb(119,137,255); text-decoration: none; }
