@charset "utf-8";
p 	{
		font-size: 9pt;
		font-weight: normal;
		font-family: georgia, times new roman, serif;
		line-height: 1.8em;
	}

h1 	{
		font-family: Helvetica, Arial, sans-serif;
		font-size: 1em;
		font-weight: bold;
		text-transform: uppercase;
		color: #FFFFFF;
		font-style: normal;
	}

h2 	{
		font-family: Helvetica, Arial, sans-serif;
		font-size: 0.95em;
		font-weight: bold;
		color: #FFFFFF;
	}

h3 	{
		font-family: Helvetica, Arial, sans-serif;
		font-size: 0.75em;
		text-transform: uppercase;
		color: #FFFFFF;
	}

h4 	{
		font-family: Helvetica, Arial, sans-serif;
		font-size: 0.75em;
		text-transform: uppercase;
	}


li 	{
		font-family: georgia, times new roman, serif;
		font-size: 9pt;
		margin-bottom: 0.85em;
		margin-left: -12px;	
	}

a:link 		{
				color: #003366;
				font-style: italic;
				text-decoration: none;
			}

a:visited 	{
				font-style: italic;
				color: #003366;
				text-decoration: none;
			}

a:hover 	{
				text-decoration: underline;
			}
			
