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

.sb a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.sb a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 14px;
}
.sb a:hover {
	text-decoration: none;
	color: #FFFF99;
	font-weight: normal;
	font-size: 14px;
}

.page a:link {
	color: #0000CC;
	text-decoration: none;
}
.page a:visited {
	color: #0000FF;
	text-decoration: none;
}
.page a:hover {
	color: #990000;
	text-decoration: none;
}
