/* colours

body text	#65666a
red		#8b0b04

links		#04466b
hover		#46797b	

<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap" rel="stylesheet">

font-family: 'Open Sans', sans-serif;

*/



body {
	margin: 0px;
}


td,th,p {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #65666a;
	font-weight: 400;
	text-align: left;
	line-height: 135%;
}

.table_left {
	padding: 6px 0px 6px 8px;
}


.table_center {
	text-align: center;
}

.table_right {
	text-align: right;
	padding: 6px 8px 6px 0px;
}

b {
	font-weight: 700;
}

.price {
	font-size: 46px;
	color: #8b0b04;
	font-weight: 700;
	padding-left: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
}



a:link, a:visited {
	color: #04466b;
	text-decoration: none;
}

a:hover, a:active {
	color: #46797b;
	text-decoration: none;
}

.poweredby {
	font-size: 8px;
	color: #999999;
	text-align: right;
	padding-right: 8px;
	padding-top: 5px;
	letter-spacing: 2px;
	height: 0px;
}

a.powered:link, a.powered:visited {
	color: #666666;
	font-size: 8px;
	text-decoration: none;
	font-weight: 700;
}

a.powered:hover, a.powered:active {
	color: #999999;
	font-size: 8px;
	text-decoration: none;
	font-weight: 700;
}

.rule {
	height: 10px;
	font-size: 1px;
}

.last_rule {
	height: 10px;
	padding-top: 12px;
	font-size: 1px;
}

hr {
	color: #999999;
	background-color: #999999;
	height: 1px;
	border: 0px;
	width: 100%;
	margin: 0px;
}


/*---- scrolling marquee styles starts here ------*/

.marquee {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #65666a;
	font-weight: normal;
}

.marquee b {
	color: #8b0b04;
	font-weight: 700;
}


.ticker_sml {
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	font-weight: 400;
}

.marquee img {
	width: 14px;
	height: 14px;
	margin-bottom: -2px;
}

/*---- scrolling marquee styles ends here ------*/



/*----------	PC size    ---------*/		

#t04_pc {
	display: block;
}

#t04_mob {
	display: none;
}


/*----------	Mob size    ---------*/		
		
@media only screen and (max-width: 600px) {

#t04_pc {
	display: none;
}

#t04_mob {
	display: block;
}