﻿body 
{
    background-color: #D9D9D9;
    margin: 0;
    font-family: Arial, Verdana;
    font-size: 12px;
    color: #333333;
}

img
{
    border: none;
}

p
{
	margin: 0;
	padding: 0;
}

a
{
	color: #003366;
	text-decoration: none;
}
		a:hover
		{
			text-decoration: underline;
		}

hr
{
	color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
}

h1
{
    color: #003366;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    margin-bottom: 19px;
}
h2
{
    color: #003366;
    font-family: Georgia, Arial;
    font-weight: normal;
    font-size: 24px;
    margin: 0;
    padding: 0;
}
		h2 a
		{
			color: #003366;
			text-decoration: none;
		}
				h2 a:hover
				{
					text-decoration: underline;
				}
h3
{
    color: #003366;
    font-family: Georgia, Arial;
    font-weight: normal;
    font-size: 20px;
    margin: 0;
    padding: 0;
}
		h3 a
		{
			color: #003366;
			text-decoration: none;
		}
				h3 a:hover
				{
					text-decoration: underline;
				}
h4
{
	color: #003366;
	font-size: 30px;
	font-weight: normal;
	font-family: Georgia;
	line-height: 30px !important;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
}
h5
{
    color: #333333;
    font-size: 12px;
    margin: 0;
    padding: 0;
    padding-top: 6px;
}
		.Reuters
		{
			background-image: url(../images/reuters.gif);
			background-repeat: no-repeat;
			background-position: right;
		}
		.BBC
		{
			background-image: url(../images/bbc.gif);
			background-repeat: no-repeat;
			background-position: right;
		}
		.IFCFeed
		{
			background-image: url(../images/ifcfeed_small.gif);
			background-repeat: no-repeat;
			background-position: right bottom;
		}
