a:link {
  color: afafaf;
  text-decoration: none;
  font-family: arial,verdana;
  font-size: 10pt
}

a:hover {
  color: ffffff;
  text-decoration: underline;
  font-family: arial,verdana;
  font-size: 10pt
}

a:active {
  color: afafaf;
  text-decoration: none;
  font-family: arial,verdana;
  font-size: 10pt
}

a:visited {
  color: afafaf;
  text-decoration: none;
  font-family: arial,verdana;
  font-size: 10pt
}

a.nav:link {
  color: afafaf;
  text-decoration: none;
  font-family: arial,verdana;
  font-size: 10pt
}

a.nav:hover {
  color: ffffff;
  text-decoration: underline;
  font-family: arial,verdana;
  font-size: 10pt
}

a.nav:active {
  color: afafaf;
  text-decoration: none;
  font-family: arial,verdana;
  font-size: 10pt
}

.tagline {
	color: afafaf;
	font-size: 14pt;
	text-align: left;
	font-family: arial,verdana;
	font-weight: normal
}

h1 {
	color: afafaf;
	font-size: 14pt;
	text-align: center;
	font-family: arial,verdana;
	font-weight: bold;
}

h2 {
	color: afafaf;
	font-size: 12pt;
	text-align: left;
	text-indent: 10px;
	font-family: arial,verdana;
	font-weight: bold
}

h3 {
	color: afafaf;
	font-size: 12pt;
	text-align: left;
	text-indent: 20px;
	font-family: arial,verdana;
	font-weight: bold
}

h4 {
	color: afafaf;
	font-size: 12pt;
	text-align: left;
	text-indent: 30px;
	font-family: arial,verdana;
	font-weight: bold
}

.text_nav {
	color: afafaf;
	font-size: 8pt;
	text-align: center;
	font-family: arial,verdana;
	font-weight: normal
}

.norm {
	color: afafaf;
	font-size: 10pt;
	text-align: left;
	font-family: arial,verdana;
	font-weight: normal
}

.show {
	border:2px groove #666666;
	font-size:12px;
	font-family:Helvetica;
	background-color: #FFFFFF;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
   	position: absolute;
	height: 100px;
	width: 200px;
	padding: 2px;
	top: 200;
	left: 300;
	visibility:visible;
}

.show2 {
   	position: absolute;
	top: 200;
	left: 300;
	visibility:visible;
}

.hide {
	position: absolute;
	top: -900;
	left: -500;
	visibility: hidden;
}
