	body
	{
	scrollbar-face-color: maroon;
	scrollbar-shadow-color: #dceaf4;
	scrollbar-highlight-color: #dceaf4;
	scrollbar-3dlight-color: maroon;
	scrollbar-darkshadow-color: maroon;
	scrollbar-track-color: silver;
	scrollbar-arrow-color: white;
    margin-top: 0;
	align: center;	
	background: white;	
	color: black;
	font-family: sans-serif; font-size: 10pt; text-align: left;	
	}
	p
	{
		color: black;
		vertical-align: top;
		padding: 10px;
	}
	
	.leftpad {text-align: left; padding: 10px; vertical-align: top; font-family: sans-serif; font-size: 10pt;}
	.center{text-align: center;}
	.justify{text-align: justify;}
	.right{text-align: right;}
	
	.tiny {font-size: 7pt; font-family:verdana,Arial}	
	.small {font-size: 8pt; }	
	.larger {font-size: 9pt; }	
	.larger_bold {font-size: 9pt; font-weight: bold;}	

	.footer {
		background-color : white;
		font-family : verdana, arial;
		font-size: 7pt;
		font-weight : normal;	
		text-align : center;
		color : gray;
}
	A.footer:link
	{
		color: white; 
		text-decoration: underline ; 
		font-size: 7pt;
		font-weight : normal;
	}
	A.footer:hover 
	{
		color: aqua; 
		text-decoration: none; 		
		font-size: 7pt;
		font-weight : normal;		
	}	
	A.footer:visited 
	{
		color: white; 
		text-decoration: none; 		
		font-size: 7pt;
		font-weight : normal;		
	}		
	A.mainnav:link
	{
		color: blue; 
		text-decoration: none ; 
		font-size: 9pt; font-weight : bold;		
	}
	A.mainnav:visited
	{
		color: blue; 
		text-decoration: none ; 
		font-size: 9pt; font-weight : bold;		
	}	
	A.mainnav:hover 
	{
		color: #0066FF; 
		text-decoration: underline; 		
		font-size: 9pt; font-weight : bold;		
	}	
	A:link
	{
		color: blue; 
		text-decoration: underline ; 
	}
	A:hover 
	{
		color: #0066FF; 
		text-decoration: none; 		
	}
	A.tiny:link
	{
		color: blue; 
		text-decoration: underline ; 
		font-size: 7pt;
		font-weight : normal;
	}
	A.tiny:hover 
	{
		color: #0066FF; 
		text-decoration: none; 		
		font-size: 7pt;
		font-weight : bold;		
	}	
	Table {
	background-color : white;
}
	td
	{
		color: #000000; 
		font-family: verdana, helvetica, sans-serif; 
		font-size: 8pt;
	}
	.left_nav {
	padding-left : 10px;
}
	h1
	{
		font-family:  verdana, helvetica, sans-serif; 
		font-size: 24pt; 
		color: silver;
	}
	
	h2
	{
		font-family:  verdana, helvetica, sans-serif; 
		font-size: 18pt; 
		color: silver;
	}

	h3
	{
		font-family:  verdana, helvetica, sans-serif; 
		font-size: 16pt;
		color: silver;
	}

	h4
	{
		font-family:  verdana, helvetica, sans-serif; 
		font-size: 14pt;
		color: silver;
	}
	HR {
		height: 0;
	border: 0; border-top: 1px solid darkgray; 
	/* doesn't work in FF:
		text-align: left;
		color: darkgray;
		height: 1 px;
		noshade;		
		*/
	}
	hr.nopad {
		padding:0; margin: 0;
	}