/* CSS Document */

<style type="text/css">

 h1 { 
  color: #FFFFFF;
  font-weight: normal; 
  font-size: 8pt;
  line-height: 12pt; 
  font-family: tahoma; 
  font-variant: normal;
  font-style: normal;
}

h2 {
  color: #FFFFFF;
  font-weight: normal;
  font-family: tahoma;
  font-size: 10pt;
  line-height: 10pt;
  font-variant: normal;
  font-style: normal;
}

h3 { 
  font-weight: bold; 
  font-size: 14pt;
  line-height: 14pt; 
  font-family: tahoma; 
  font-variant: normal;
  font-style: normal;
  color: #FFFFFF;
}
a {font-family: Tahoma}
a {color: #FFFFFF}
a:link {color: #FFFFFF}
a:visited {color: #FFFF33}
a:hover { 
	color: #33CCFF;
	background-color: #FFFF66;
	text-decoration: none;
}
a:active {
    color: #FFFFFF;
}
table.tahomawhite td {
	font-weight: normal;
	font-size: 10pt;
	line-height: 10pt;
	font-family: Tahoma;
	color: #FFFFFF;
}
table.tahomawhite th {
	font-weight: bold;
	font-size: 12pt;
	line-height: 12pt;
	font-family: Tahoma;
	color: #FFFFFF;
}

h1.style3 {
    font-family: Tahoma; 
	font-size: x-small;
	color: #FFFFFF }

</style>

