/* Sharks Style Sheet 2007 */

body, table	{	
/* Default Text Formatting */
	font-family	: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size	: 11px;
	color		: #000000;
}
	

/* Custom Spacing for Paragraphs
p, ol		{ margin-top: 2px;	margin-bottom: 2px; 	 }
/* */

			/* Default Link Formatting */
a, a:link, a:visited, a:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000080; 
}
a:visited {
	color 		: #000080; 
}
a:active, a:hover {
	text-decoration: underline;
}

H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: italic;
	font-weight: bold;
	color: #08109C;
	margin-top:0;
	margin-bottom:0;
}

H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	color: #000080;
	margin-top:2;
	margin-bottom:0;
}

.stansays {
	font-family: Comic, Verdana, Arial;
	font-size:9pt;
	font-weight: bold;
	color: #00085A;
  margin-left:4;
	margin-top:4;
	margin-bottom:4;
}