.navigator_text {
	text-decoration: none;
	padding-left: 24px;
	float: right;
	padding-right: 0px;
	font-weight: bold;
	font-size: 12px;
}
.navigator_text_doc {
	text-decoration: none;
	padding: 12px 12px 0px;
	float: left;
	font-size: 12px;
	font-weight: bold;
}
p .shortcut_text {
	padding-top: 12px;
	padding-right: 14px;
	padding-bottom: 12px;
	font-size: 14px;
	text-decoration: none;
}

h1 a:link {
	text-decoration: none;
	color:#003366;
}
h1 a:visited {
	color: #900;
	text-decoration: none;
}
h1 a:hover {
	color: #900;
	text-decoration: underline;
}

p a:link {
	text-decoration: none;
	color: #069;
}
p a:visited {
	color: #900;
	text-decoration: none;
}
p a:hover {
	text-decoration: underline;
}

h2 a:link {
	text-decoration: none;
	color:#000;
}
h2 a:visited {
	color:#000;
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}

