/* CSS Document */

a:link		{color: #003366; text-decoration: none}
a:visited	{color: #003366; text-decoration: none}
a:hover		{color: #FF9900; text-decoration: none}
a:active	{color: #FF9900; text-decoration: none}
	  
.body 
	{
	color: #003366;
	font-size: 9pt;
	font-family: Georgia, Arial, Verdana;
	font-weight: normal;
	line-height: 12pt;
	}
	
	.body1 
	{
	color: #003366;
	font-size: 8pt;
	font-family: Georgia, Arial, Verdana;
	font-weight: normal;
	line-height: 12pt;
	}
	
	.h1
	{
	color: #003366;
	font-size: 9pt;
	font-family: Georgia;
	font-weight: bold;
	line-height: 12pt;
	}
		
	.h2
	{
	color: #003366;
	font-size: 8pt;
	font-family: Georgia;
	font-weight: bold;
	line-height: 12pt;
	}
	
	.h3
	{
	color: #003366;
	font-size: 14pt;
	font-family: Georgia;
	font-weight: bold;
	line-height: 12pt;
	}
	
	.bannerimage{
	border-style: solid;
	border-color: white;
	border-width:6px;
      }
	  
bannerimage a:link		{color: #003366; text-decoration: none}
bannerimage a:visited	{color: #003366; text-decoration: none}
bannerimage a:hover		{color: #FF9900; text-decoration: none}
bannerimage a:active	{color: #FF9900; text-decoration: none}
	