TD {
	font-family: 'Arial';
	font-size: 9pt;
	color: Gray;
}

P {
	font-family: 'arial';
	font-size: 9pt;
	color: Gray;
}

BODY {background-color:white;
font-family: 'Arial';
 font-size: 9pt;
 	color: Gray;
	 scrollbar-3d-light-color:#c0b8a0;
           scrollbar-arrow-color:white;
           scrollbar-base-color:black;
           scrollbar-dark-shadow-color:#707070;
           scrollbar-face-color:#c0b8a0;
           scrollbar-highlight-color:#999999;
           scrollbar-shadow-color:black}}

A {
	font-family: 'Arial';
	font-size: 9pt;
	color: Navy;
}

A:visited { font-family: 'Arial';
     font-size: 9pt;}

A:hover {
     font-family: 'Arial';
     font-size: 9t;
color:red;}

.white {
	font-family: 'Arial';
	font-size: 9pt;
	color:white;
	text-decoration : none;
	font-weight : bold;
}

.white:hover {
     font-family: 'Arial';
     font-size: 9pt;
	text-decoration : none;
	font-weight : bold;
	color:red;}
	
	.disclaimer {
     font-family: 'verdana';
     font-size: 8pt;
	text-decoration : none;
	font-weight : normal;
	color:silver;}