/* 
 * Styles for standard html elements
 */

BODY 	{background-color: #fffffc; color: black; font-family: verdana, sans-serif; font-style: normal; font-weight: normal; font-size: 100%;}

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

P	{font-family: verdana, sans-serif; font-style: normal; font-weight: normal; font-size: 100%; }

H1	{color: #21643C font-family: verdana, sans-serif; font-size: 124%; font-style: normal; font-variant: normal; font-weight: bold;}
H2	{color: #21643C font-family: verdana, sans-serif; font-size: 112%; font-style: normal; font-variant: normal; font-weight: bold;}
H3	{color: black; font-family: verdana, sans-serif; font-size: 100%; font-style: normal; font-variant: normal; font-weight: bold;}
H4	{color: black; font-family: verdana, sans-serif; font-size: 76%; font-style: normal; font-variant: normal; font-weight: bold;}
H5	{color: black; font-family: verdana, sans-serif; font-size: 66%; font-style: normal; font-variant: normal; font-weight: bold;}

LI 	{font-family: verdana, sans-serif; font-style: normal; font-weight: normal;font-size: 100%; }
	
EM	{font-weight: bold; font-style: normal; color: black;}

table	{background-color: #fffffc;}


TD 	{color: #21643C; font-family: verdana, sans-serif;  font-style: normal; font-weight: normal; font-size: 76%;}
td.full {font-size: 100%;}
td.tabs {background-color:#21643C; font-family:verdana; font-size:10px; font-weight:bold;color:#ffffff;}