h1 /* Page Headings */
	{
	font-family: arial;
	font-size: 24pt;
	font-weight: bold;
	color: 000000;
	margin: 0 0 0 0;
	}

h2 /* Internal Headings */
	{
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
	color: 000000;
	margin: 0 0 0 0;
	}
h3 /* Body text normal, news, etc. */
	{
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	color: 000000;
	margin: 0 0 5 0;
	}
h4 /* Body text light, teasers */
	{
	font-family: tahoma, arial;
	font-size: 10pt;
	font-weight: normal;
	color: 666666;
	margin: 0 0 0 0;
	}
h4.foots /* Table footnotes */
	{
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	color: 333333;
	margin: 3 3 3 5;
	}

h5 /* for time stamps */
	{
	font-family: arial;
	font-size: 8pt;
	font-weight: normal;
	color: 888888;
	margin: 0 0 0 0;
	}
	
a:link.unav
	{
	color: FF3300;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	font-family: arial, sans-serif
	}

a:visited.unav
	{
	color: FF3300;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	font-family: arial, sans-serif
	}
a:hover.unav
	{
	color: 0C94EA;
    text-decoration: underline;
    font-weight: bold;
    font-size: 10pt;
	font-family: arial, sans-serif;
	}
	
a:link.internal
	{
	color: 0C94EA;
	text-decoration: underline;
	font-weight: normal;
	font-size: 10pt;
	font-family: arial, sans-serif
	}

a:visited.internal
	{
	color: 0C94EA;
	text-decoration: underline;
	font-weight: normal;
	font-size: 10pt;
	font-family: arial, sans-serif
	}
a:hover.internal
	{
	color: FF6A01;
    text-decoration: underline;
    font-weight: normal;
    font-size: 10pt;
	font-family: arial, sans-serif;
	}
	
a:link.small
	{
	color: 0C6B1C;
	text-decoration: underline;
	font-weight: normal;
	font-size: 8pt;
	font-family: arial, sans-serif
	}

a:visited.small
	{
	color: 0C6B1C;
	text-decoration: underline;
	font-weight: normal;
	font-size: 8pt;
	font-family: arial, sans-serif
	}
a:hover.small
	{
	color: FF6A01;
    text-decoration: underline;
    font-weight: normal;
    font-size: 8pt;
	font-family: arial, sans-serif;
	}
hr.article
	{
	background-color: #C8C8C8;
	color: #C8C8C8;
	height: 1px;
	width: 95%;
	border: none;
	}