a.NavGlobal, a:visited.NavGlobal
	{
	display: block;
	text-align: center;
	color: white;
	background-color: transparent;
	background-image: url("Images/Button_Normal.gif");
	background-repeat: none;
	text-decoration: none;
	margin: 4px;
	width: 128px;
	height: 25px;
	filter: alpha(opacity=75);
	font-family: "High Tower Text", "Poor Richard", "Times New Roman", "Times Roman";
	font-size: 14px;
	}
	
a:hover.NavGlobal
	{
	display: block;
	color: black;
	background-color: transparent;
	background-image: url("Images/Button_Hover.gif");
	}
	
a.NavChild, a:visited.NavChild
	{
	display: block;
	text-align: center;
	color: darkblue;
	background-color: transparent;
	background-image: url("Images/Button_Normal.gif");
	background-repeat: no-repeat;
	text-decoration: none;
	padding: 4px;
	font-size: 11px;
	width: 128px;
	height: 25px;
	filter: alpha(opacity=90); opacity: 0.9;
	font-family: "High Tower Text", "Poor Richard", "Times New Roman", "Times Roman";
	font-size: 14px;
	}
	
a:hover.NavChild
	{
	display: block;
	color: white;
	background-color:transparent;
	background-image: url("Images/Button_Hover.gif");
	filter: alpha(opacity=100); opacity: 1.0;
	}
	
a.NavNext, a:visited.NavNext
	{
	display: inline;
	text-align:center;
	color:white;
	background-color:transparent;
	background-image: url("Images/Next_Button_Normal.gif");
	text-decoration: none;
	padding:4px;
	padding-left: 24px;
	margin-left: 4px;
	font-size: 11px;
	width: 34px;
	height: 34px;
	filter: alpha(opacity=75);
	font-family: "High Tower Text", "Poor Richard", "Times New Roman", "Times Roman";
	font-size: 14px;
	}
	
a:hover.NavNext
	{
	display: inline;
	color: black;
	background-color:transparent;
	background-image: url("Images/Next_Button_Hover.gif");
	}
	
a.NavUp, a:visited.NavUp
	{
	display: inline;
	text-align:center;
	color:white;
	background-color:transparent;
	background-image: url("Images/Up_Button_Normal.gif");
	text-decoration: none;
	padding:4px;
	padding-left:24px;
	margin-left:4px;
	font-size:11px;
	width: 34px;
	height: 34px;
	filter: alpha(opacity=75);
	font-family: "High Tower Text", "Poor Richard", "Times New Roman", "Times Roman";
	font-size: 14px;
	}
	
a:hover.NavUp
	{
	display: inline;
	color: black;
	background-color:transparent;
	background-image: url("Images/Up_Button_Hover.gif");
	}
	
a.NavPrev, a:visited.NavPrev
	{
	display: inline;
	text-align:center;
	color:white;
	background-color:transparent;
	background-image: url("Images/Prev_Button_Normal.gif");
	text-decoration: none;
	padding:4px;
	padding-left:24px;
	margin-left:4px;
	font-size:11px;
	width: 34px;
	height: 34px;
	filter: alpha(opacity=75);
	font-family: "High Tower Text", "Poor Richard", "Times New Roman", "Times Roman";
	font-size: 14px;
	}
	
a:hover.NavPrev
	{
	display: inline;
	color: black;
	background-color:transparent;
	background-image: url("Images/Prev_Button_Hover.gif");
	}
	
a.NavHome, a:visited.NavHome
	{
	display: inline;
	text-align:center;
	color:white;
	background-color:transparent;
	background-image: url("Images/Home_Button_Normal.gif");
	text-decoration: none;
	padding:4px;
	padding-left:24px;
	margin-left:4px;
	font-size:11px;
	width: 34px;
	height: 34px;
	filter: alpha(opacity=75);
	font-family: "High Tower Text", "Poor Richard", "Times New Roman", "Times Roman";
	font-size: 14px;
	}
	
a:hover.NavHome
	{
	display: inline;
	color: black;
	background-color:transparent;
	background-image: url("Images/Home_Button_Hover.gif");
	}
	
a:link.NavLink, A:visited.NavLink
	{ 
	display: block;
	color: Crimson; 
	text-decoration: none; 
	}
	
a:active.NavLink
	{ 
	display: block;
	color: Red; 
	text-decoration: none;
	}
	
a:hover.NavLink
 	{ 
	display: block;
 	font: bold; 
 	}
