/* All text styles for use throughout entire site */

.bodyText
{
	color:#171717;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:1px;
	line-height:15px;
}

	.bodyText a:link { text-decoration: none; color: #8b6943; }
	.bodyText a:visited { text-decoration: none; color: #8b6943; }	
	.bodyText a:hover { text-decoration: underline; color: #8b6943; }


.titleText
{
	color:#0c0c0c;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing:4px;
	line-height:14px;
	font-weight:bold;
}

	.titleText a:link { text-decoration:none; color:#999999; }
	.titleText a:visited { text-decoration:none; color:#999999; }
	.titleText a:hover { text-decoration:none; color:#999999; }


.subTitleText
{
	color:#171717;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:0px;
	font-style:italic;
}
