/* CSS Document */

.headings {
	font-size: 32px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #A80000;
}

.tableheadings {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #6A4800;
}

.headings1 {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #999999;
}

.subheadings {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #CC0000;
}

.subheadings1 {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
}

.body_text {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #86694D;
}

.homepage_text {
	font-size: 11.5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #86694D;
}

.small_text {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #86694D;
}

.text2 {
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #5F4A36;
}


.footer_text {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #86694D;
}

.footerlinks {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #86694D;
}
.footerlinks:link {
	text-decoration: none;
}
.footerlinks:visited {
	text-decoration: none;
}
.footerlinks:hover {
	text-decoration: underline;
	color: #A68462;
}
.footerlinks:active {
	text-decoration: none;
}

.redlinks {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC0000;
}
.redlinks:link {
	text-decoration: none;
}
.redlinks:visited {
	text-decoration: none;
}
.redlinks:hover {
	text-decoration: underline;
	color: #CC0000;
}
.redlinks:active {
	text-decoration: none;
}

div#footer {
position:relative;
}

a.economist-link {
position:absolute;
top:18px;
left:40px;
text-decoration:none;
color:#86694D;
}

a.economist-link:hover {
text-decoration:underline;
}
