/* Basic CSS Form */

h1	{color: black;
	font-size: 30pt;
	font-family: "Times New Roman", Times, serif;
	line-height: 100%;
	letter-spacing: -0.05em;}

h2 	{color: black;
	font-size: 20pt;
	font-family: "Times New Roman", Times, serif;
	line-height: 100%;
	letter-spacing: -0.05em;}

h3	{color: black;
	font-size: 15pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 80%;}

h4	{color: black;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 80%;}

p.smaller	{text-indent: 0em; 
		color: #707070;
		font-size: 9pt;
		font-family: Arial, Helvetica, sans-serif;
		line-height: 110%;
		margin: 10px;}

p.smallest	{text-indent: 0em;
		color: black;
		font-size: 8pt;
		font-family: Arial, Helvetica, sans-serif;
		line-height: 150%;
		margin: 10px;}

p.directory	{text-indent: 0em; 
		color: black;
		font-size: 9pt;
		font-family: Verdana, "Verdana Ref", Arial, Helvetica, sans-serif;
		line-height: 110%;}

p.mailaddress	{text-indent: 0em; 
			color: black;
			font-size: 12pt;
			font-family: Arial, Helvetica, sans-serif;
			line-height: 100%;}

/*
p.speclinet	{text-indent: 0em; 
		color: black;
		font-size: 13pt;
		font-family: Sylfaen, "Times New Roman", Times, serif;
		line-height: 100%;}
*/

p.speclinea	{text-indent: 0em; 
		color: black;
		font-size: 10pt;
		font-family: Verdana, "Verdana Ref", Arial, Helvetica, sans-serif;
		line-height: 110%;}

a:link {color: #0000FF;} /* Predefined Blue */
a:visited {color: #800080;} /* Predefined Purple */
a:hover {color: #FF0000;} /* Predefined Red */
a:active {color: #008000;} /* Predefined Green */