body, div, span, ul, li, p, td {
  font-family:		Arial;
  font-size:		10pt;
  color:			#525252;
}

a:link {
  text-decoration:	underline;
  color:			#6F7D92;
}

a:active {
  text-decoration:	underline;
  color:			#6F7D92;
}

a:visited {
  text-decoration:	underline;
  color:			#6F7D92;
}

a:hover {
  text-decoration:	underline;
  color:			#FF6600;
}

.menu-container {
  font-size: 			12px;
  padding-top:		7px;
  padding-left:		10px;
  padding-right:		10px;
}

a#menu:link { 
  display: block; 
  width: 			100%;
  height: 			29px;
  background-image:	url("images/menu-btn-bg.gif");
  font-size:		12px;
  font-weight:		bold;
  text-decoration:	none;
  color:			#545454;
} 

a#menu:visited { 
  display: block; 
  width: 			100%;
  height: 			29px;
  background-image:	url("images/menu-btn-bg.gif");
  font-size:		12px;
  font-weight:		bold;
  text-decoration:	none;
  color:			#545454;
} 

a#menu:active { 
  display: block; 
  width: 			100%;
  height: 			29px;
  background-image:	url("images/menu-btn-bg.gif");
  font-size:		12px;
  font-weight:		bold;
  text-decoration:	none;
  color:			#545454;
} 

a#menu:hover { 
  background-image: 	url("images/menu-btn-bg-on.gif");
  font-size:		12px;
  font-weight:		bold;
  text-decoration:	underline;
  color:			#000000;
} 

a.menub:link {
  font-size:		12px;
  text-decoration:	none;
  color:			#FFFFFF;
}

a.menub:active {
  font-size:		12px;
  text-decoration:	none;
  color:			#FFFFFF;
}

a.menub:visited {
  font-size:		12px;
  text-decoration:	none;
  color:			#FFFFFF;
}

a.menub:hover {
  font-size:		12px;
  text-decoration:	underline;
  color:			#FFFFFF;
}

a.footlink:link {
  font-weight:		bold;
  text-decoration:	none;
  color:			#FFFFFF;
}

a.footlink:active {
  font-weight:		bold;
  text-decoration:	none;
  color:			#FFFFFF;
}

a.footlink:visited {
  font-weight:		bold;
  text-decoration:	none;
  color:			#FFFFFF;
}

a.footlink:hover {
  font-weight:		bold;
  text-decoration:	underline;
  color:			#FFFFFF;
}

.alt-color1 {
	background-color:	#FFFFFF;
}

.alt-color2 {
	background-color:	#F2F2F2;
}

