/* CSS1 index style sheet by Didi Barnes */

body
	{
	background-color: #000000;
	}

A:link {text-decoration: none; color: #6261fd;}
A:hover {text-decoration: none; color: #4a9c8c;}
A:visited {text-decoration: none; color: #bbbfbb;}


td.menu
	{
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #eeefee;
 	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
	}
	
.strapline
	{
	font-family:  Arial, Verdana, sans-serif;
	font-size: 12pt;
	color: #666f66;
	font-weight: bold;
	text-align: center;
	font-style: italic;
	}


.pagehead
	{
	font-family:  Arial, Verdana, sans-serif;
	font-size: 14pt;
	color: #999f99;
	font-weight: bold;
	text-align: center;
	font-style: normal;
	padding-top: 10px;
	}

.subhead
	{
	font-family:  Arial, Verdana, sans-serif;
	font-size: 11pt;
	color: #999f99;
	font-weight: bold;
	text-align: left;
	font-style: normal;
	margin-left: 40px;
	margin-right: 40px;
	}

.subhead2
	{
	font-family:  Arial, Verdana, sans-serif;
	font-size: 10pt;
	color: #666f66;
	font-weight: bold;
	text-align: left;
	font-style: normal;
	margin-left: 40px;
	margin-right: 40px;
	}

.maintext
	{
	font-family:  Arial, Verdana, sans-serif;
	font-size: 10pt;
	color: #999f99;
	font-weight: normal;
	margin-left: 40px;
	margin-right: 40px;
	text-align: justify;
	text-decoration: none;
	}

.bulletlist
	{
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #999f99;
	list-style-position: outside;
	list-style-image: url(Assets/SmallGlobe.gif);
	text-align: justify;
	margin-left: 30px;
	margin-right: 40px;
	}

.numberlist
	{
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #999f99;
	list-style-position: outside;
	list-style-type: 1;
	text-align: justify;
	margin-left: 30px;
	margin-right: 40px;
	}

li
	{
	margin-bottom: 15px;
	}
	
hr
	{
	font-size: 10pt;
	background-color: #999f99;
	color: #999f99;
	margin-left: 40px;
	margin-right: 40px;	
	}

.alert
	{
	font-family:  Arial, Verdana, sans-serif;
	font-size: 10pt;
	color: #4a9c8c;;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	}

.small
	{
	font-family:  Arial, Verdana, sans-serif;
	font-size: 8pt;
	color: #999f99;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	}

ADDRESS
	{
	font-family:  Arial, Verdana, sans-serif;
	font-size: 9pt;
	color: #999f99;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	}
