body
{
	margin: 0px;
}

form
/* ? where/how is this used */
{
	margin-left: 28px;
}

.BottomNav
/* new bottom nav style, will replace .links */
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}

.content
/* main body text style, will be changed to BodyTextVcom */
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}


.intro
/* not used - DELETE */
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #143C7D;
	text-decoration: none;
	font-weight: bold;
}


.links
/* link style for bottom nav. Replaced w/ .BottomNav */
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}

.sc
/* inline hyperlink class. should be removed, defaulted to A: definition */
{
	color: #143C7D;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* inline hyperlink class. should be removed, defaulted to A: definition */
.sc:hover {color: #999999;}
.sc:link {color: #143C7D;}

.title
{
	font-family: Goudy, Garamond, Times New Roman;
	font-size: 18px;
	color: #242424;
	text-decoration: none;
	font-weight: bold;
}

A:link		{ color: #003366 }
A:hover		{ color: #000000 }

A:BottomNav.link 	{ color: #999999 }
A:BottomNav.active	{ color: #000000 }
A:BottomNav.hover	{ color: #000000 }
A:BottomNav.visited 	{ color: #999999 }
