
/* Stylesheet */

div h1	{	font-family:Arial, Helvetica, sans-serif;
		font-size:20pt;
	}
div h2	{	font-family:Arial, Helvetica, sans-serif;
		font-size:12pt;
	}
div h3	{	font-family:Arial, Helvetica, sans-serif;
		font-size:10pt;
		font-weight:bold;
	}
p.bodyText
	{	font-family:Arial, Helvetica, sans-serif;
		font-size:10pt;
	}
p.bodyTextSmall
	{	font-family:Arial, Helvetica, sans-serif;
		font-size:8pt;
	}
p.link
	{	font-family:Arial, Helvetica, sans-serif;
		font-size:10pt;
	}

a:link { 
color:#000000; text-decoration:underline;  
}
a:visited { 
color:#000000; text-decoration:underline;  
}
a:hover { 
color:#000000; text-decoration:underline;  
}
a:active { 
color:#000000;  
}
a:focus { 
color:#000000;  
}

.centered {
	text-align: center;
}
