@charset "utf-8";
/* CSS Document */

a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #444;
	font-weight: bold;
}
/* CSS Document */

.white-link a{
	color: #FFF;
	text-decoration: none;
}
.white-link a:visited {
	color: #FFF;
	text-decoration: none;
}
.white-link a:hover {
	color: #CCC;
}
/* CSS Document */

.nobold-white-link a {
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
}
.nobold-white-link a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
.nobold-white-link a:hover {
	color: #CCC;
	text-decoration: none;
	font-weight: normal;
}
/* CSS Document */

.nobold-link a{
	text-decoration: none;
	font-weight: normal;
	color: #000;
}

.nobold-link a:visited {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
.nobold-link a:hover {
	color: #444;
	text-decoration: none;
	font-weight: normal;
}
.item a {
	font-weight: normal;
	text-decoration: none;

}
.reminders-note-txt a {
	color: #727272;

}
.reminders-note-txt a:hover {
	color: #333;

}
.reminders-note-txt a:visited {
	color: #333;

}
.app-note-txt a {
	color: #727272;

}
.app-note-txt a:hover {
	color: #333;

}
.app-note-txt a:visited {
	color: #333;

}
.item a:hover {
	color: #DDD;
	text-decoration: none;
}
.item a:visited {
	text-decoration: none;

}
/******************************************************Custome Header links start******************************************************/

#rt-booking a {
	text-decoration: none;
	font-weight: normal;
	color: #333333;
	cursor: help;
}
#rt-booking a:hover {
	text-decoration: none;
	color: #d1d1d1;
}
#rt-booking a:visited {
	text-decoration: none;
}

/******************************************************Custome Header links end******************************************************/
