/* Updated January 14, 2004 */
/* This style used to print the cover page */

body {
	background: white; font-family : "Times New Roman", Times, serif; font-size: 12pt; 
}

a:link {
	color: maroon; text-decoration: none;
}

a:visited {
	color: maroon; text-decoration: none;
}

a:active {
	color: maroon; text-decoration: none;
}

a:hover {
	text-decoration: underline;
 	color: #CC9999;
}

.larger	{
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
}

td.smaller	{
	font-size: .85em;
	font-family: Arial, Helvetica, sans-serif;
}

td.smallest	{
	font-size: .7em;
	font-family: Arial, Helvetica, sans-serif;
}