p, ul, li, body {  font-family: Arial, Helvetica, sans-serif; font-size: 15px}
.sm {  font-family: Arial, Helvetica, sans-serif; font-size: 12px}
td {  font-family: Arial, Helvetica, sans-serif; font-size: 14px}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	color: #660033;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #660033;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}
.tagline{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #993333;
}
.revhead{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-style: normal;
	font-weight: bold;
	color: white;
}
.copyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}
.head1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight : bold;
	color: #660033;
}
.head2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight : bold;
}
.main_bullet{
	margin-top: 24px;
}
.reference{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.order_head {
	font-size: 16px;
	margin-left: 4px;
}
a:link {
	color: Blue;
	text-decoration : none;
	font-weight : bold;
}
a:active {
	color: #663366;
	text-decoration : none;
	font-weight : bold;
}
a:visited {
	color: #663366;
	text-decoration : none;
	font-weight : bold;
}
a:hover {
	color: #993300;
	text-decoration : underline;
	font-weight : bold;
}
.footnotes {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #993300}
.subscript {  font-family: Arial, Helvetica, sans-serif; font-size: 9px; font-style: italic}
.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #660033
}
.nav_main	{
/*	background-color: #C3C3C3; */
	text-decoration : none;
}
/*  test colors FF9933 yellow - FFCC33  FFCC99*/	
	
.nav	{
	background-color: #993300;
	text-decoration : none;
}
.side_nav {
	font-size: 12px;
	}
a.side_nav:link	{
	color: Black;
	text-decoration : none;
	}
a.side_nav:visited	{
	color: Black;
	text-decoration : none;
	}
a.side_nav:hover	{
	color: white;
	text-decoration : none;
	}
a.side_nav:active	{
	color: Black;
	text-decoration : none;
	}

a[name]:hover {
	text-decoration: inherit; 
	color: inherit; 
	background: inherit
	}

