+
<!-- Custom Header -->
+
+<script type="text/javascript">
+ function altRows() {
+ var rows = document.getElementsByClassName("rclresult");
+ for (i = 0; i < rows.length; i++) {
+ if (i % 2 == 0) {
+ rows[i].style.backgroundColor = "#f0f0f0";
+ }
+ }
+ }
+ window.onload = function() {
+ altRows();
+ }
+</script>
+
+<style type="text/css">
+a:link {
+ color: #004070;
+ text-decoration: none;
+}
+a:visited {
+ color: #004070;
+ text-decoration: none;
+}
+a:hover {
+ color: #0050a0;
+ text-decoration: none;
+}
+a:active {
+ color: #005080;
+ text-decoration: none;
+}
+</style>
+<!-- End of Custom Header -->
+