/* This style defines a heading style */	
.heading {  
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F1B04E;
	} 

/* This style defines a sub heading style */	
.subheading {
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	}

/* This style defines a content text style */		
.bodytext {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #F8F4C9;
	}

/* This style defines the link style */	
A
{
	font-family: Helvetica, Arial, sans-serif;
	color: #F8F4C9;
	text-decoration: underline;
font-size: 12px;
}

/* This style defines the link style when the mouse is over it */	
A:hover 
{ 
	font-family: Helvetica, Arial, sans-serif;
	color: #F8F4C9;
	text-decoration: underline;
}

/* This style defines the link style once you've visited it */	
A:visited 
{ 
	font-family: Helvetica, Arial, sans-serif;
	color: #F8F4C9;	
	text-decoration: underline;
}

/* This style defines the link style for the active state */	
A:active 
{ 
	font-family: Helvetica, Arial, sans-serif;
	color: #F8F4C9;	
	text-decoration: underline;
}

/* This style defines a content text style */		
.smalltext {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #F8F4C9;
	}

/* This style defines a sub heading style */	
.componentheading {
	font-family: Helvetica, Arial, sans-serif;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	}

.trolleystatustext {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	}


