/* ----- colours

grey text	#575756
red		#a91d36


-----*/

.feed_code {
	font-size: 18px;
	color: red;
	font-weight: 700;
}



body {
	margin: 0px;
}


td,th {
	font-family: PT Sans, Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-align: left;
	height: 20px;
}


table {
    border-collapse: collapse;
}

b {
	font-weight: 700;
}


.price_table_center {
	color: #575756;
	font-size: 14px;
	text-align: center;
	height: 0px;
}

.price_change {
	font-size: 14px;
	text-align: center;
	margin-top: -3px;
}

.price_date {
	font-size: 14px;
	text-align: center;
	margin-top: -3px;
	font-style: italic;
}

.price_price {
	font-size: 25px;
	text-align: center;
	margin-top: 7px;
	margin-bottom: 9px;
}

.price_text {
	font-size: 14px;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 0px;
}




.table_head {
	font-size: 16px;
	color: #a91d36;
	font-weight: 700;
	text-align: left;
	padding-left: 15px;
	padding-bottom: 3px;
}

.table_left {
	color: #000000;
	font-size: 13px;
	padding-left: 15px;
}

.table_center {
	color: #000000;
	font-size: 13px;
	text-align: center;
}

.table_right {
	color: #000000;
	font-size: 13px;
	text-align: right;
	padding-right: 15px;
}










.poweredby {
	font-size: 8px;
	color: #706F6F;
	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: #a91d36;
	font-size: 8px;
	text-decoration: none;
	font-weight: 700;
}

.rule {
	height: 10px;
	font-size: 1px;
}

.last_rule {
	height: 8px;
	padding-top: 6px;
	font-size: 1px;
}

hr {
	color: #706F6F;
	background-color: #706F6F;
	height: 1px;
	border: 0px;
	width: 100%;
	margin: 0px;
}



