.scroller {
  font-size: 8pt;
  color: #0000FFs
}
  
.pageTitle {
  font-size: 10pt;
  font-weight: bold;
  color: #ffffff;
}

.navigateTitle {
  font-size: 10pt;
  font-weight: bold;
  color: #FFFFFF;
}

a:active {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color:#FFFFFF;
}
a:link {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
a:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#FF0000;
}
a:visited {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#FF0000;
}
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}
textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#FFFFFF;
}
table {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#FFFFFF;
}
h6 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
h5 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}
h4 {
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 10pt;
}
h3 {
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 12pt;
}
h2 {
	font-family: "Tahoma", Courier, mono;
	font-size: 12pt;
	font-weight: bold;
}
h1 {
	font-family: "Tahoma", Courier, mono;
	font-size: 14pt;
}

.t1 {
	background-image: url(../images/t1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.t2 {
	background-image: url(../images/t2.jpg);
}
.t3 {
	background-image: url(../images/t3.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bg {
	background-image: url(../images/bg.jpg);
}