@charset "utf-8";
/* CSS Document */
a.faqpass {
	background-image: url(../../../Images/TopMenu/Questions/faqpass.png);
	background-repeat: no-repeat;
}
a.resourcespass {
	background-image: url(../../../Images/TopMenu/Questions/resourcespass.png);
	background-repeat: no-repeat;
}
a.faqpass:hover {
	background-image: url(../../../Images/TopMenu/Questions/faq.png);
	background-repeat: no-repeat;
}

a.resourcespass:hover {
	background-image: url(../../../Images/TopMenu/Questions/resources.png);
	background-repeat: no-repeat;
}
a.faq {
	background-image: url(../../../Images/TopMenu/Questions/faq.png);
	background-repeat: no-repeat;
}
a.resources{
	background-image: url(../../../Images/TopMenu/Questions/resources.png);
	background-repeat: no-repeat;
}
h4.questions {
	color:#8B0404;
	border-bottom-color: #8B0404;
}
h6.questions {
	color:#8B0404;
}
h3.questions {
	color:#8B0404;
}
td, th {
	padding: 2px 10px;
}

