/*  Normal Hyperlinks  */

a:link, a:visited, a:active
{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;

}

a:hover
{
	color: #F06706;
	text-decoration: underline;
	font-weight: bold;
}

/*  Hyperlinks for the menu go here - notice no dotted underline on the menu links  */

a:link.menu, a:visited.menu, a:active.menu
{
	color: #000000;
	text-decoration: none;
	font-face: Arial
	font-size: 10pt;
	background-color: transparent;
	border-color: #F06706;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: solid;
}

a:hover.menu
{
	color: #F06706;
	text-decoration: none;
	font-face: Arial
	font-size: 10pt;
	background-color: transparent;
	border-color: #F06706;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: solid;
}


/* Main Body of page style comments here. Includes: font shape/size/face, background colours and margins for pages  */

body
{
	background-color: FFFFFF;
	font-size:11px;
	font-family: Arial;
	color:#666666;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

hr
{
	color: #FFC896;
	width: 98%;
}


/*  Styles for the various headings (page title, news heading etc)  */


.pagetitle
{
	padding: 10px 10px 10px;
	font-size: 14pt;
	font-family: Arial;
	color: #F06706;
	font-weight:bold;
	margin-top: 5px;
	margin-bottom: 10px;
	text-decoration: underline;
}

.subheading
{
	font-size: 12pt;
	font-family: Arial;
	color: #F06706;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

.newsheading
{
	font-size: 9pt;
	font-family: Arial;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
}

.newsheadinghomepage
{
	font-size: 11pt;
	font-family: Arial;
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 10px;
	margin-bottom: -18px;
}

.newsdate
{
	font-size: 8pt;
	font-family: Arial;
	color: #999999;
	font-weight: italic;
	margin-top: 0px;
	margin-bottom: -10px;
}

.boldtext
{
	font-size: 10pt;
	font-family: Arial;
	color: #666666;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}