.Link  {
	border-color: #287BC5;
	border-width: 2px;
	border-style: groove;
	font-family: Verdana, Arial, Helvetica;
	font-size: 70%;
	padding: 1px 1px 1px 1px;
	cursor: hand;	
	text-decoration: none;
	color: white;
}
.Link a {
	color: white;
	text-decoration: none;
}
.Link a:hover {
	color: white;
	text-decoration: none;
}
.Link a:visited {
	color: white;
	text-decoration: none;
}
.Link a:active {
	color: white;
	text-decoration: none;
}
.SubLink {
	border-color: #1E71BB;
	border-width: 1px;
	border-style: solid;
	font-family: Verdana, Arial, Helvetica;
	font-size: 70%;
	padding: 1px 15px 3px 11px;
	cursor: hand;
	color: white;
}
.SubLink a {
	color: white;
	text-decoration: none;
}
.SubLink a:hover {
	color: white;
	text-decoration: none;
}
.SubLink a:visited {
	color: white;
	text-decoration: none;
}
.SubLink a:active {
	color: white;
	text-decoration: none;
}
.ToolBar {
	border-color: #FFFFFF;
	border-width: 2px;
	border-style: groove;
	font-family: Verdana, Arial, Helvetica;
	font-size: 70%;
	padding: 1px 15px 3px 11px;
}
.ToolBarText {
	color: white;
	text-decoration: none;
}
.ToolBarLink  {
	border-width: 0px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 70%;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	cursor: hand;
}