/*************************************************************************************** small screen */
	.TandCFont {
		font-size:10px;
	}

/*************************************************************************************** medium screen */
@media screen and (min-width: 500px) {
	.TandCFont {
		font-size:11px;
	}
}

/*************************************************************************************** large screen */
@media screen and (min-width: 875px) {
	.TandCFont {
		font-size:12px;
	}
}



/* res */
.TandCFont {
	font-family: 'arial', sans-serif;
	font-style:normal;
	font-weight:normal;
	letter-spacing:0px;
	color:rgb(109,109,109);
	text-decoration:none;
}
.TandCFont a {
	color:rgb(109,109,109);
	text-decoration:underline;
}
.TandCFont a:hover {
	color:rgb(109,109,109);
	text-decoration:underline;
}