BODY			{
					background-color: #DDE3EB;
					font-family: Verdana; 
					font-size: 10pt; 
					text-decoration: none; 
					color: #304B58;
				}
				
				
ul>li a:link			{
					text-decoration: none; 
					color: blue
				}

ul>li a:visited		{
					text-decoration: none; 
					color: blue
				}
				
ul>li a:hover			{
					text-decoration: underline; 
					color: blue
				}
				
ul>li a:active		{
					text-decoration: underline;
					color: yellow
				}
				
td				{ font-size: 10pt }

tr				{ font-size: 10pt }

h1				{
					font-size: 12pt;
					font-weight: bold
				}

h2				{
					font-size: 10pt;
					font-weight: bold
				}
