body
	{
	background-color: white;
	color: black;
	font-family: Times, TimesNR, 'Times New Roman', serif;
	font-size: 10pt;
	}

h1
	{
	background-color: white;
	color: black;
	font-weight: bold;
	font-size: 24pt;
	font-family: Arial, sans-serif;
	}

h2
	{
	background-color: white;
	color: black;
	font-weight: bold;
	font-size: 18pt;
	font-family: Arial, sans-serif;
	}

h3
	{
	background-color: white;
	color: black;
	font-weight: bold;
	font-size: 14pt;
	font-family: Arial, sans-serif;
	}

h4
	{
	background-color: white;
	color: black;
	font-weight: bold;
	font-size: 12pt;
	font-family: Arial, sans-serif;
	}

p
	{
	background-color: white;
	color: black;
	font-size: 10pt;
	}

ul
	{
	background-color: white;
	color: black;
	font-size: 10pt;
	}

em
	{
	color: red;
	font-weight: bold;
	}

img
	{
	border-color: white;
	border-style: none;
	}

.head
	{
	background-color: #990000;
	color: white;
	text-align: center;
	}

.name
	{
	color: #990000;
	text-align: center;
	font-weight: bold;
	}

.cntr
	{
	text-align: center;
	}

.accent
	{
	color: black;
	background-color: #FFCCCC;
	padding: 5px;
	border: 0.1px solid #FFCCCC;
	}

.mark
	{
	color: black;
	background-color: #EEEEEE;
	padding: 5px;
	border: 0.1px solid #EEEEEE;
	}

.imgmark
	{
	border-style:solid; 
	border-width:10pt;
	border-color: #EEEEEE;
	}

.navline
	{
	text-align: left;
	font-size: 10pt;
	}

.navrowoff
	{
	text-align: center;
	font-weight: bold;
	font-size: 12pt;
	color: white;
	background-color: black;
	line-height: 150%;
	font-family: Arial, sans-serif;
	}

.navrowon
	{
	text-align: center;
	font-weight: bold;
	font-size: 12pt;
	color: black;
	background-color: white;
	line-height: 150%;
	font-family: Arial, sans-serif;
	}

.legal
	{
	text-align: center;
	font-size: 10pt;
	}

.cpyrght
	{
	background-color: #990000;
	font-size: 10pt;
	color: white;
	text-align: center;
	}