body {
	scrollbar-face-color: #FFCC00;
	scrollbar-highlight-color: #990000;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-arrow-color: #666666;
	scrollbar-track-color: #CCCCCC;
	font-family: "Century Gothic", Arial, sans-serif;
}

h3 {
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
}

td {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 10pt;
	font-stretch: normal;
	text-align: justify;
}

th {
	font-family: "Century Gothic", Arial, sans-serif;
}

a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  font-weight:      bold;
  background-color: #FFFFFF;
  color:            999999;
} 

a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  font-weight:      bold;
  background-color: #FFFFFF;
  color:            #999999;
} 

a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  underline;
  font-weight:      bold;
  background-color: #FFFFFF;
  color:            #000000;
}

h1 {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	text-align: center;
}

.style1 {
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}

.style2 {
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	text-decoration: line-through;	
}

.style3 {
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	color: red;
}

.style4 {
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}
