﻿body
{
	font-family: Arial;
	color: Gray;
	font-size: smaller;
	background-color: #DDDDDD;
}

h1
{
	font-size: large;
}

h2
{
	font-size: medium;
}

h3
{
	font-size: small;
}

MenuCentre
{
	text-align: center;
}
 
a
{
	color: #008b5e;
	text-decoration: none;
}

.popup
{
	 position: relative;
	 background: white;
	 border: solid 1px #A4D270;
	 width: 300px;
	 height: auto;
	 padding: 3px;
}

img
{
	border: none;
}

table.menu_l0
{
	 background-image: url(/images/menu_bg.jpg);
	color: #008B5E;
}

a.menu_l0
{
	font-weight: bold;
	margin-left: 3px;
	margin-right: 3px;
}


table.menu_l1
{
	background-color: #cbe2b1;
	color: #008B5E;
}

a.menu_l1
{
	font-weight: bold;
	margin-left: 3px;
	margin-right: 3px;
}

table.menu_l2
{
	background-color: #d9e2ce;
	color: #008B5E;
}

a.menu_l2
{
	font-weight: bold;
	margin-left: 3px;
	margin-right: 3px;
}

table.menu_l3
{
	background-color: #c1d2ae;
	color: #008B5E;
}

a.menu_l3
{
	font-weight: bold;
	margin-left: 3px;
	margin-right: 3px;
}

table.menu_l4
{
	background-color: #c1d2ae;
	color: #008B5E;
}

a.menu_l4
{
	font-weight: bold;
	margin-left: 3px;
	margin-right: 3px;
}

div.news
{
	margin-top: 5px;
}

div.newsheadline
{
	margin-top: 10px;
	font-weight: bold;
}