/* @override http://www.wcolwell.com/kepler/kepler.css */

.textbold {
	color: #000099;
	text-decoration: none;
	font: normal normal bold 13px/15px Verdana, Arial, Helvetica, sans-serif;
}
.copyright {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; font-weight: normal; font-variant: normal; color: #666666}
.text { color: #454677;
	font: normal normal normal 13px/13pt Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-indent: 24px;
	direction: ltr;
	white-space: normal;
	right: 0;
}

.text_code { color: #454677;
	font: normal normal normal 13px/13pt "Courier New", Courier, mono;
	text-decoration: none;
	text-indent: 0;
	direction: ltr;
	white-space: normal;
	right: 0;
}

.text_noindent { color: #454677;
	font: normal normal normal 13px/13pt Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-indent: 0;
	direction: ltr;
	white-space: normal;
	right: 0;
}
a:link {
	color: gray;
	text-decoration: none;
}
a:visited {
	color: gray;
	text-decoration: none;
}
a:hover {
	color: teal;
	text-decoration: none;
}
a:active {
	color: gray;
	text-decoration: none;
}
