@charset "utf-8";
a,
a:link 
a:active {
   text-decoration: none;
   background-color: inherit; 
   color: #000000; 
}

a:visited {
   text-decoration: none;
   background-color: inherit;
  color: #000000;             
}

a:hover {
   text-decoration: underline;
   background-color: inherit;
   color: #000000;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;

}
.foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.white2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight:bold;
}

