body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: black;
	font-size: 10pt;
}

h1 {
	font-size: 10pt;
	margin: 0 0 0 0;
	font-weight: normal;
}

h1.int_cat {
	color: #A12E0F;
	font-size: 16pt;
	font-weight: normal;
	margin: 26 0 20 14;
}

h1.cat_desc {
	font-size: 10pt;
	margin: 20 14 0 10;
	font-weight: normal;
	color: #CA8740;
	line-height: 100%;
}


h3.category {
	margin: 0 0 0 15;
	font-weight: normal;
	font-size: 9pt;
}
h3.int_cat {
	color: #A12E0F;
	font-size: 16pt;
	margin-top: 20px;
	font-weight: normal;
	margin-left: 14px;
}

h4 {
	margin: 0 0 0 0;
	font-weight: normal;
}

h4.links {
	text-align: center;
	font-size: 8pt;
	color: white;
	margin: 5 0 5 14;
}

.subtitle {
	font-size: 13pt;
	color: white;
	margin-left:14px;
	margin: 0 0 0 10;
	font-weight: normal;
}
.head {
	color: #A12E0F;
	font-size: 16pt;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 0px;
}
p.cat_desc {
	font-size: 10pt;
	margin: 15 0 0 14;
	font-weight: normal;
}

p.right {
	color:#666666;
	line-height:100%;
	margin:0 20 10 20;
	font-size:9pt;
}
td.price {
	padding-right: 14px;
	vertical-align: top;
	padding-top: 30px;
	text-align: right;
}

a:link {
	text-decoration:none;
	font-size: 10pt;
	color: #CA8740;
}
a:visited {
	text-decoration:none;
	font-size: 10pt;
	color: #CA8740;
}
a:active {
	text-decoration:none;
	font-size: 10pt;
	color: #CA8740;
}
a:hover {
	text-decoration:underline;
	font-size: 10pt;
	color: #CA8740;
}

a.menu:link {
	text-decoration:underline;
	font-size: 10pt;
	color: #000000;
}
a.menu:visited {
	text-decoration:underline;
	font-size: 10pt;
	color: #000000;
}
a.menu:active {
	text-decoration:underline;
	font-size: 10pt;
	color: #CA8740;
}
a.menu:hover {
	text-decoration:underline;
	font-size: 10pt;
	color: #CA8740;
}
a.right:link {
	color:#B17439;
	font-size: 9pt;
}

a.right:hover {
	color:#B17439;
	font-size: 9pt;
}

a.right:active {
	color:#B17439;
	font-size: 9pt;
}
a.right:visited {
	color:#B17439;
	font-size: 9pt;
}

a.links:link {
	color: white;
	text-decoration:none;
}
a.links:visited {
	color: white;
	text-decoration:none;
}
a.links:active {
	color: white;
	text-decoration:none;
}
a.links:hover {
	color: white;
	text-decoration:none;
}
a.a10pt:link {
	text-decoration:none;
	font-size: 10pt;
	color: #000000;
}
a.a10pt:active {
	text-decoration:none;
	font-size: 10pt;
	color: #000000;
}
a.a10pt:visited {
	text-decoration:none;
	font-size: 10pt;
	color: #000000;
}

a.a10pt:hover {
text-decoration:underline;
}
a.first:link {
	text-decoration:none;
	font-size: 9pt;
	color: black;
}
a.first:visited {
	text-decoration:none;
	font-size: 9pt;
	color: black;
}
a.first:active {
	text-decoration:none;
	font-size: 9pt;
	color: black;
}
a.first:hover {
	text-decoration:underline;
}

a.arrow:link {
	text-decoration:none;
	font-size: 16pt;
	color: maroon;
	font-weight: bold;
}
a.arrow:visited {
	text-decoration:none;
	font-size: 16pt;
	color: maroon;
	font-weight: bold;
}

td.price_opt {
	text-align:center;
	font-size:10pt;
	padding: 0 0 0 0;
	vertical-align:middle;
	border-width:1px;
	border-style:solid;
	border-color:#FFFFFF;
}

td.price_head {
	text-align:left;
	padding-left:10px;
	font-size:10pt;
	vertical-align:middle;
	border-width:1px;
	border-style:solid;
	border-color:#FFFFFF;
}
td.price_csv_head {
	text-align:center;
	font-size:10pt;
	vertical-align:middle;
	background:#FFFFFF;
	font-weight:bold;
	border-width:1px;
	border-style:solid;
	border-color:#FFFFFF;
}
td.price_truby_head {
	text-align:left;
	font-size:10pt;
	padding-left:10px;
	vertical-align:middle;
	background:#FFFFFF;
	font-weight:bold;
	border-width:1px;
	border-style:solid;
	border-color:#FFFFFF;
}

.popup-box {
    position: absolute;
    border-radius: 5px;
    background: #fff;
    /* display: none; */
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
    font-family: Arial, sans-serif;
    z-index: 9999999;
    font-size: 14px;
}
 
.popup-box .close {
    position: absolute;
    top: 0px;
    right: 0px;
    font-family: Arial, Helvetica, sans-serif;  
    font-weight: bold;
    cursor: pointer;
    color: #434343;
    padding: 20px;
    font-size: 20px;
}

.strike {
    position: relative;
}

.strike::after {
    content: '';
    border-bottom: 1px solid #A12E0F;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
}
.error {
    border: solid 2px #FF0000;  
}