/* 
 * Styles for standard html elements
 */

BODY 	{background-color: white; color: black; font-family: helvetica, arial, verdana, sans-serif; font-style: normal; font-weight: normal; font-size: 8pt;}

A:link		{ color: #800000 }      /* unvisited link */
A:visited	{ color: #b5a642 }   	/* visited links */
A:active	{ color: #2f4f2f }    	/* active links */

P	{font-family: helvetica, arial, verdana, sans-serif; font-style: normal; font-weight: normal; font-size: 10pt;}

H1	{color: black; font-family: helvetica, arial, verdana, sans-serif; font-size: 18pt; font-style: normal; font-variant: normal; font-weight: bold;}
H2	{color: black; font-family: helvetica, arial, verdana, sans-serif; font-size: 16pt; font-style: normal; font-variant: normal; font-weight: bold;}
H3	{color: black; font-family: helvetica, arial, verdana, sans-serif; font-size: 12pt; font-style: normal; font-variant: normal; font-weight: bold;}
H4	{color: black; font-family: helvetica, arial, verdana, sans-serif; font-size: 10pt; font-style: normal; font-variant: normal; font-weight: bold;}
H5	{color: black; font-family: helvetica, arial, verdana, sans-serif; font-size: 8pt; font-style: normal; font-variant: normal; font-weight: bold;}

LI 	{font-family: helvetica, arial, verdana, sans-serif; font-style: normal; font-weight: normal; font-size: 10pt}
	
EM	{font-weight: bold; font-style: normal; color: black;}

table	{background-color: white;}

TD 	{color: #00667c; font-family: helvetica, arial, verdana, sans-serif; font-size: 10pt; font-style: normal; font-weight: normal;}


