BODY
{
	color: black;
	background: #9AB2CA;
}
BODY.bw
{
	color: black;
	background: #CCCCCC;
}

.headings
{
	font-weight: bold;
	font-size: 15pt;
	font-family: 'Copperplate Gothic Light';
	text-decoration: none;
}

a
{
	font-weight: normal;
	font-family: 'Forte';
	font-style: italic;
	text-decoration: none;
	color: #000080;
}
A:hover
{
	text-decoration: none;
	color: rgb(77,89,165);
}
A.headings
{
	font-style: normal;
}
A.headings:hover
{
	color: #4D59A5;
}
A.centred_tab
{
	font-family: 'Garamond';
	text-decoration: none;
	color: black
}
A.centred_tab:hover
{
	color: #4D59A5;
}
A.bw
{
	font-weight: bold;
	font-style: italic;
	color: #121212;
}
A.bw:hover
{
	text-decoration: none;
	color: #5D5D5D;
}

.tab
{
	position: relative;
	font-weight: normal;
	font-family: 'Forte';
	text-decoration: none;
	color: black
}
.tab:hover
{
	color: #4D59A5;
}

SPAN.country
{
	position: relative;
	top: -4px;
	left: 4px;
	color: #000000;
}

A.country
{
	font-size: 15px;
	font-style: normal;
	text-decoration: none;
	color: #000000;
}
A.country:hover
{
	color: #4D59A5;
}

