/*	-------------------------------------------------------------
	Aaron Chetwynd
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	Text Styles
	Filename:		aaron_textstyle.css
	Version:		1.1
	Date:			April 30th 2008
	-------------------------------------------------------------	*/
	
	
.silent {
	visibility: hidden;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px 0px 10px;
}
.sitemap {
	color: #FF9900;
}
.detailtext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	height: 200px;
	width: 190px;
}

.detailtext_large {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 640px;
}
.howwedoit_large {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

.black {
	color: #000000;
}
