/*	-------------------------------------------------------------
	Station Meadow View
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	Text Styles
	Filename:		station_textstyle.css
	Version:		1.1
	Date:			February 29th 2008
	-------------------------------------------------------------	*/
	
	
.silent {
	visibility: hidden;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #707070;
	margin: 0px 0px 10px;
}
.green {
	color: #8A8D05;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.subheader {
	font-size: 14px;
	color: #8A8D05;
	font-weight: bold;
}
.subheader2 {
	font-size: 14px;
	color: #686A04;
	font-weight: bold;
}
.sitemap {
	color: #FF9900;
}

