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

* {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

body {
  background:#ffffff;
  }
  
a:link {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

a:hover, a:visited, a:active {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}



