/* This is the style that sets your font for your body sitewide.*/
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
/* This is the style that sets your regular links.*/
}a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FE690F;
	text-decoration: underline;
	font-size: 9pt;
}
/* This is the style that sets your visited links. This is the color that changes after people have already clicked that link before. If you don't want the color to change just set this color to the same as your a:link style*/
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FE690F;
	text-decoration: underline;
	font-size: 9pt;
}
/* This is the style that sets your rollover links.*/
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #008500;
	text-decoration: underline;
	font-size: 9pt;
}
/* This is the style that sets your active links. This color will change when someone actally clicks on the link. If you don't want the color to change just set this color to the same as your a:link style*/
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
	font-size: 9pt;
}
/* This is the style that sets your bold headings you can use this or just use the bold feature in dreamweaver. It might be best to use this style because if you decide later you want to change the size or color of all of your headings, you can just change it in one place.*/
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FE690F;
	font-weight: bold;
}
/* This is the style that sets the small text in the site, such as footnotes, copyrights, etc. to apply these styles to small text that will also be a link, setup your link first and then apply this style.*/
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999999;
}
a.smalltext:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999999;
	text-decoration: underline;
}a.smalltext:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999999;
	text-decoration: underline;
}
a.smalltext:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #008500;
	text-decoration: underline;
}
a.smalltext:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999999;
	text-decoration: underline;
}