@charset "utf-8";
/* CSS Document */

.links{

	   font-family:Tahoma;
	   font-size:12px;
	   color:#999999;
	   text-decoration:none;
   
}
  .links:hover{
		text-decoration:underline;
}



.toplinks{

	   font-family:Tahoma;
	   font-size:9px;
	   color:#999999;
	   text-decoration:none;
   
}
  .toplinks:hover{
		text-decoration:underline;
}

.text{

	   font-family:Tahoma;
	   font-size:11px;
	   color:#999999;
	   text-decoration:none;
   
}

.texthead{

	   font-family:Tahoma;
	   font-size:11px;
	   color:#ffffff;
	   text-decoration:underline;
   
}


.headings{

	   font-family:Tahoma;
	   font-size:12px;
	   color:#ffffff;
	   text-decoration:none;
   
}


.footer{

	   font-family:Tahoma;
	   font-size:9px;
	   color:#999999;
	   text-decoration:unone;
   
}

.textbox{

	   font-family:Tahoma;
	   font-size:9px;
	   color:#999999;
	   border:hidden;
	   border:outset;
   
}