/* CSS Document */

body,td,th {
	font-family: Courier;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	text-decoration: none;
}
body {
	background-color: #FFFFFF;
}
a {
	font-family: Courier;
	text-decoration:none;
	font-size: 12px;
 	line-height: 15px;
	color: #000000; 
	outline: none;
	}
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
	text-decoration:underline;

}
a:active {
	color: #000000;
}

.text { 
  color:#000000; 
  text-decoration:none;
  font-size:12px; 
  line-height: 15px;
  font-family: Courier; 
  }

.boldtext { 
  color:#000000; 
  text-decoration:none;
  font-size:12px; 
  font-weight:bold;
  line-height: 15px;
  font-family: Courier; 
  }
  
.text_link { 
  color:#000000; 
  text-decoration:underline; 
  font-size:12px; 
  line-height: 15px;
  font-family: Courier; 
  }
  
.pinup { 
  color:#000000; 
  text-decoration:none; 
  font-weight:bold;
  font-size:12px; 
  line-height: 15px;
  font-family: Arial,Geneva,Verdana; 
  }
  
.nav_idle {
  color:#000000; 
  text-decoration:underline; 
  font-family: Courier; 
  font-size:12px;
  line-height: 15px;
  }
  
 .nav_idle:visited {
  color:#000000; 
  text-decoration:underline; 
  font-family: Courier; 
  font-size:12px;
  line-height: 15px;
  }
  
.nav_link {
  color:#000000; 
  text-decoration:none; 
  font-family: Courier; 
  font-size:12px;
  line-height: 15px;
  }
  
.nav_link:hover {
  color:#000000; 
  text-decoration:underline; 
  font-family: Courier; 
  font-size:12px;
  line-height: 15px;
  }
 
.spacer { 
  background: url("../../spacer.gif") left; 
  background-repeat: no-repeat;
  color:#F8981C;
  font-size:12px;
  line-height: 15px;
  font-family: Courier; 
  }
