.lora-regular {
	font-family: "Lora", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.lora-medium {
	font-family: "Lora", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}
.lora-semibold {
	font-family: "Lora", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}
.lora-bold {
	font-family: "Lora", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}

.bg-white {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14pt;
	color: #000000;
}
.bg-red {
	background-color: #9B1900;
	font-family: Arial, Helvetica, sans-serif;
}

.txt-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F5E8E6;
	text-decoration: none;
}
.txt-white:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F5E8E6;
	text-decoration: underline;
}

.txt-red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9B1900;
	text-decoration: none;
}

.txt-ltgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AFAEA3;
	text-decoration: none;
}

.txt-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0692d1;
	text-decoration: none;
}

.txt-ltgrey:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #757469;
	text-decoration: none;
}
.border {
	border: 1px solid #333333;
}
.txt-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.usa_title {
	font-size: 18px;
	color: #4a4a4a;
	font-family: serif;
	display: block;
	margin-top: 15px;
	text-decoration: none;
}

.w-50 {
	width: 50% !important;
}

.w-100 {
	width: 100% !important;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.d-flex {
	display: flex;
}

.justify-content-between {
	justify-content: space-between;
}

.dyTre a {
	width: 32%;
	text-align: center;
	text-decoration: none;
	color: #9B1900;
	font-style: italic;
	font-size: 14px;
	font-weight: 500;
}

.dyTre a span {
	margin-top: 5px;
	display: inline-block;
}

.dyTre a img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	object-position: top;
}

.stDnt a {
	width: 49%;
	text-align: center;
	text-decoration: none;
	color: #9B1900;
	font-style: italic;
	font-size: 14px;
	font-weight: 500;
}

.stDnt a span {
	margin-top: 5px;
	display: inline-block;
}

.stDnt a img {
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: top;
}

.menu_link {
	color: #bfd6e5;
    text-decoration: none;
    font-size: 14px;
    margin-left: 5px;
    letter-spacing: 1px;
}

.menu_link:hover {
	color: #ffffff;
}

.book_reviews_menu {
	display: block;
	color: #111111;
	text-decoration: none;
	font-size: 18px;
	padding: 5px 20px 5px 15px;
	border: 1px solid #ddd;
	border-left: 5px solid #ddd;
	position: relative;
}

.book_reviews_menu span {
	font-size: 12px;
	color: #757469;
	margin-top: 5px;
	display: inline-block;
	font-family: sans-serif;
	font-weight: 400;
}

.goto_arrow {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #333;
    position: absolute;
    right: 20px;
    top: 14px;
}

.goto_arrow2 {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #333;
    position: absolute;
    right: 20px;
    top: 2px;
}