@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: #00245C;
		font-style: normal;
	}

h2 	{
		font-family: Helvetica, Arial, sans-serif;
		font-size: 0.95em;
		font-weight: bold;
	}

h3 	{
		font-family: Helvetica, Arial, sans-serif;
		font-size: 0.75em;
		text-transform: uppercase;
	}

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;
	line-height: 1.5em;
	}

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;
			}
			
