/* Default text for all pages */
body		{ margin: 0px; 
			margin-left: 0px; 
			font-family: Verdana, Arial; 
			color: black; font-size: 10pt }  
			
/* Default text for all tables */
table		{ font-family: Verdana, Arial; 
			color: black; font-size: 10pt;  }
			
/* Main heading */
h1			{ font-family: Arial; 
			color: black; font-size: 18pt;  }

/* Sub-heading */
h2			{ font-family: Tahoma, Arial; 
			color: black; font-size: 12pt; }

/* Small text */
.f1			{ font-family: Arial; 
			color: black; font-size: 8pt; }

/* Hyperlink text */
a:link		{ color: black }

/* Visited hyperlink text */
a:visited	{ color: black }

/* Active hyperlink text */
a:active	{ color: black }

/* Photo border */
img			{ border-color: black }

/* Photo caption */
caption		{ font-size: 10px; 
			valign: bottom; text-align: Left }
