html {width: 100%;}

body {
	background: white;
	text-align: left;
	color: black;
	font-size: 10pt !important;
	line-height: 150%;
	border: 0;
	border-top: 0;
	margin: 0;
	padding: 0; 
	font-family: Georgia, Palatino, serif;
	width: 8in;
 }

#top, #flashmenu, #textmenu, #mailing {
	display: none;
	}

#container	{
	width: 8in;
	border: 0;
	border-top: 0;
	padding: 0;
	margin: 0;
	background: white;
	background-image: none;
	color: black;
	}	

#content {
	width: auto;
   	margin: 0;
   	padding: 0 0 2em 0;
   	border: 0;
	border-top: 0;
   	float: none !important;
   	color: black;
   	background: transparent none;
   	}

#fine {
	border: 0;
	border-top: 1pt solid #ccc;
	padding: 0pt 7pt 7pt 10pt;
	text-align: left;
	clear: both;
	font-size: 10pt;	
	}


	a {
		color: #44e;
		text-decoration: none;
	}


	a:visited {
		color: #450A66;
		text-decoration: none;
	}

	a:visited:hover {
		color: #450A66;
		text-decoration: underline;
	}


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

h1, h2, h3, h4, h5, h6	{
	font-family: verdana, "Bitstream Vera Sans", lucida, arial, helvetica, sans-serif;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 2pt;
	letter-spacing: 1pt;
	}


code, pre	{
	font-family: "Bitstream Vera Sans Mono", monaco, "Courier New", courier, monospace;
	background: inherit;
	color: #333;
	}
	
.noprint {
	position: absolute;
	overflow: hidden;
	clip: rect(0,0,0,0);
	height: 0;
	}
	
.floatleft	{
	float: left;
	padding: 0;
	margin: 0 5pt 0 0;
	}
	

.floatright	{
	float: right;
	padding: 0;
	margin: 0 0 0 5pt;
	}

/* tables */

.ti
{
	font-weight: bold;
}

.odd { background-color: #fff; }
.even { background-color: #eee; }


/* manual index formatting */

.manualtop li { margin-top: 2em;  list-style: none; }
.manualsub li { margin-top: 1em; }
.manualssub li { margin-top: 0; }
.manualrelated li { margin-top: 0; }


