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

body{
		padding:0px;
		margin:0px;
		font-family:Tahoma;
		font-size:12px;
		line-height:14px;
		color:#000000;
}
a {
	font-family:Tahoma;
	font-size:12px;
	line-height:14px;
	text-decoration: none;
	color: #008000;
}
a:hover {
 color: #000066;
 text-decoration: underline;
	font-size:12px;
}		
		
a2 {
	font-family:Tahoma;
	font-size:10px;
	line-height:14px;
	text-decoration: none;
	color: #0066CC;
}
a2:hover {
 color: #000066;
 text-decoration: underline;
	font-size:10px;
}


