.downPage
{
	font-weight: bold;
}

.otherPage
{
	color: #000000;
}

.body
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.footer-gray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
}

.justgray {

	color: #CCCCCC;
}

.hp_headings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9999CC;
}
.headings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #9999CC;
}

.subheadings

{
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
}

/* links are also in 
blog/themes/jfs/themes.php
*/

a:link {
	color: #CC9900;
	text-decoration: none;
}
a:visited {
	color: #CC9900;
	text-decoration: none;
}
a:active {
	color: #9999CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
