A.toplinks:visited  {font-family: Arial, Helvetica, sans-serif;	font-size: 13px; color: #678415; font-weight: bold; text-decoration: none;}
A.toplinks:link  {font-family: Arial, Helvetica, sans-serif;	font-size: 13px; color: #678415; font-weight: bold; text-decoration: none;}
A.toplinks:active  {font-family: Arial, Helvetica, sans-serif;	font-size: 13px; color: #678415; font-weight: bold; text-decoration: none;}
A.toplinks:hover   {font-family: Arial, Helvetica, sans-serif;	font-size: 13px; color: #678415; font-weight: bold; text-decoration: underline;}

A.news:visited  {font-family: Arial, Helvetica, sans-serif;	font-size: 13px; color: #678415; font-weight: normal; text-decoration: none;}
A.news:link  {font-family: Arial, Helvetica, sans-serif;	font-size: 13px; color: #678415; font-weight: normal; text-decoration: none;}
A.news:active  {font-family: Arial, Helvetica, sans-serif;	font-size: 13px; color: #678415; font-weight: normal; text-decoration: none;}
A.news:hover   {font-family: Arial, Helvetica, sans-serif;	font-size: 13px; color: #678415; font-weight: normal; text-decoration: underline;}

A.leftlinks:visited  {font-family: Arial, Helvetica, sans-serif;	font-size: 12px; color: #555; font-weight: normal; text-decoration: none;}
A.leftlinks:link  {font-family: Arial, Helvetica, sans-serif;	font-size: 12px; color: #555; font-weight: normal; text-decoration: none;}
A.leftlinks:active  {font-family: Arial, Helvetica, sans-serif;	font-size: 12px; color: #555; font-weight: normal; text-decoration: none;}
A.leftlinks:hover   {font-family: Arial, Helvetica, sans-serif;	font-size: 12px; color: #678415; font-weight: normal; text-decoration: none;}

A.footerlinks:visited  {font-family: Arial, Helvetica, sans-serif;	font-size: 12px; color: #C6D892; font-weight: normal; text-decoration: none;}
A.footerlinks:link  {font-family: Arial, Helvetica, sans-serif;	font-size: 12px; color: #C6D892; font-weight: normal; text-decoration: none;}
A.footerlinks:active  {font-family: Arial, Helvetica, sans-serif;	font-size: 12px; color: #C6D892; font-weight: normal; text-decoration: none;}
A.footerlinks:hover   {font-family: Arial, Helvetica, sans-serif;	font-size: 12px; color: #C6D892; font-weight: normal; text-decoration: underline;}

A.eventurelink:visited  {font-family: Arial, Helvetica, sans-serif;	font-size: 11px; color: #A2A2A2; font-weight: normal; text-decoration: none;}
A.eventurelink:link  {font-family: Arial, Helvetica, sans-serif;	font-size: 11px; color: #A2A2A2; font-weight: normal; text-decoration: none;}
A.eventurelink:active  {font-family: Arial, Helvetica, sans-serif;	font-size: 11px; color: #A2A2A2; font-weight: normal; text-decoration: none;}
A.eventurelink:hover   {font-family: Arial, Helvetica, sans-serif;	font-size: 11px; color: #A2A2A2; font-weight: normal; text-decoration: underline;}

.bigtelnumber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #678415;
	font-weight: bold;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #787878;
	font-weight: normal;
}
.12white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}
.mywhite
{
    color: White;
}

.newstitle a, a:hover, a:visited
{
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #678415;
	font-weight: bold;     
	text-decoration: none;
}
.newsdate
{
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #678415;   
	font-weight: bold;    
	text-decoration: none;  
}
.11grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #787878;
	font-weight: normal;
}
.12grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #787878;
	font-weight: normal;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #787878;
	font-weight: normal;
}
.15green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #678415;
	font-weight: bold;
}
.heading15green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #678415;
	font-weight: bold;
	margin: 0px;
}

.22green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #678415;
	font-weight: bold;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C6D892;
	font-weight: normal;
}
.usernamebox {
	width: 90px;
	font-size:10px;
	color: #333333;
	border-width: 0px;
	height: 18px;
}
.searchbox {
	width: 150px;
	font-size:10px;
	color: #333333;
	border-width: 0px;
	height: 18px;
}



/* ADDED BY DEVELOPER */
.errorMessage 
{
    color: Red;
}
.noitems
{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.homePageLoggedIn
{
    float: left;
    text-align: center;
    color: White;
    font-size: 14px;
    margin-top: 5px;
    margin-left: 40px;
    width: 160px;
}
.loginText
{
    float: left;
}
.logoutText
{
    font-size: 10px;
    float:right;
    margin-top: 2px;
}
.logoutText a
{
    text-decoration: underline;
    color: White;
}
.logoutText a:hover
{
    color: Blue;
}
/* END ADDED BY DEVELOPER */