/* CSS Document */

.t_normal {
	font-family: "Microsoft Sans Serif", sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}


.t_bold {
	font-family: "Microsoft Sans Serif", sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
	
}
.t_grey {

	font-family: "Microsoft Sans Serif", sans-serif;
	font-size: 11px;
	font-style: normal;

	color: #999999;
}

