/* CSS Document */
.a:link {
	font-size: 14px;
	color: #FF0000;
	text-decoration:none;
	font-weight: 600;
		
}
.a:visited {
	font-size: 14px;
	color: #FF0000;
	text-decoration:none;
	font-weight: 600;
}
.a:hover {
	font-size: 14px;
	color: #FF0000;
	text-decoration:underline;
	font-weight: 600;
}
.b:link {
	font-size: 14px;
	color: #000000;
	text-decoration:none;
	font-weight: 600;
		
}
.b:visited {
	font-size: 14px;
	color: #000;
	text-decoration:none;
	font-weight: 600;
}
.b:hover {
	font-size: 14px;
	color: #000;
	text-decoration:underline;
}
.c:link {
	color: #333333;	
	text-decoration:none;
		
}
.c:visited {
	color: #333333;
	text-decoration:none;	
}
.c:hover {
	color: #333333;
	text-decoration:underline;
}
.tm {
	font-size: 12px;
	color: #999999;
}
.d:link {
	font-size: 16px;
	color: #FFf;
	text-decoration:none;
	font-weight: 600;
		
}
.d:visited {
	font-size: 16px;
	color: #FFf;
	text-decoration:none;
	font-weight: 600;
}
.d:hover {
	font-size: 16px;
	color: #FFf;
	text-decoration:underline;
	font-weight: 600;
}
.e:link {
	font-size: 14px;
	color: #990000;
	text-decoration:none;
	font-weight: 600;
		
}
.e:visited {
	font-size: 14px;
	color: #990000;
	text-decoration:none;
	font-weight: 600;
}
.e:hover {
	font-size: 14px;
	color: #990000;
	text-decoration:underline;
	font-weight: 600;
}
