
/* BODY, LINKS */
:hover			{ color: #336699; }
a.tnavon:hover 	{ color: #ffffff; }

a.hnav:active 	{ color: #ff0000; text-decoration: underline; }
a.hnav:link		{ color: #ffffff; text-decoration: underline; }
a.hnav:visited 	{ color: #ffffff; text-decoration: underline; }
a.hnav:hover 	{ color: #99ccff; text-decoration: underline; }


/* CONTENT */
.body			{ font-family: arial, helvetica; font-size: 12px; }
.body2			{ font-family: arial, helvetica; font-size: 10px; }
.subhead		{ font-family: arial, helvetica; font-size: 16px; }

/* NAVIGATION */
.hnav			{ font-size: 11px; color: #ffffff; font-weight: bold; font-family: verdana, arial, helvetica, sans-serif; line-height: 1.1; }
.tnav			{ font-size: 12px; color: #ffffff; text-decoration: none; font-weight: bold; letter-spacing: 1pt; }
.tnavon			{ font-size: 12px; color: #336699; text-decoration: none; font-weight: bold; letter-spacing: 1pt;  }

/*  FORMS */
.form {background-color: #F0F8FF; border: 1px solid #333333 }


