BODY
{
	color: 			#000000;
	background-color:	#FFFFCC;
	font-family:		sans-serif;
}

P
{
	color: 			#000000;
	font-family:		sans-serif;
	font-size:		"12pt";
}

A:link
{
	color:			blue;
	text-decoration:	underline;
}

A:visited
{
	color:			blue;
	text-decoration:	none;
	border:			0;
}

.authorcredit
{
	font-size:		10pt;
}

.titletext
{
	font-size:		18pt;
}

.subtitletext
{
	font-size:		14pt;
}

.midtitletext
{
	font-size:		18pt;
}
.maintext
{
	font-size:		11pt;
}

.photocredit
{
	font-size:		9pt;
}

.footnote
{
	font-size:		10pt;
}

.newsblock
{
	font-size:		12pt;
	background-color:	white	;
	color:			#000000;
	border-style: solid;
	border-width: thin;
	border-color: #000077;
	margin:				0%;
	padding-top:		0px;
	padding-bottom:		0px;
	padding-left:		0px;
	padding-right:		0px;
}

.newsblockhead
{
	font-size:		14pt;
	text-decoration:	bold;
	background-color:	#000077	;
	color:			yellow;
}

.newsheadline
{
	font-size:		14pt;
	color:			black;
	text-decoration:	bold;
}

A.newslink
{
	font-size:		10pt;
	background-color:	#B2B2B2	;
	color:			#000000;
	text-decoration:	underline;
}
A.menulink 
{ 
	text-decoration: 	none; 
	color: 			white;
}

.textquote
{
	background-color:	silver;
	font-style:		italic;
	margin:			2%;
	padding-top:		1px;
	padding-bottom:		1px;
	padding-left:		4px;
	padding-right:		4px;
}

.floatright
{
	float:			right;
	margin:			30px;
}	

.floatleft
{
	float:			left;
	margin:			30px;
}	

.appeal
{
	background-color:	white;
	border-style: solid;
	border-width: thin;
	border-color: darkgray;
	margin:			2%;
	padding-top:		1px;
	padding-bottom:		1px;
	padding-left:		4px;
	padding-right:		4px;
	
}

.redbox
{
	background-color:	white;
	border-style: solid;
	border-width: thick;
	border-color: darkgray;
	margin:			2%;
	padding-top:		1px;
	padding-bottom:		1px;
	padding-left:		4px;
	padding-right:		4px;
	
}

.fpheadline
{
	font-size:		14pt;
	text-decoration:	bold;
	color:			black;
}

.fpsubheadline
{
	font-size:		14pt;
	text-decoration:	bold;
	color:			black;
}

.show 
{
	display:inline;
}
.hide 	
{
	display:none;
}

.mapcredit
{
	font-size:		8pt;
}

IMG.hardcentre
{
    display: block;
    margin-left: auto;
    margin-right: auto 
}
